Added unwatch command
This commit is contained in:
@@ -491,4 +491,9 @@ public class Jedis {
|
||||
return client.getStatusCodeReply();
|
||||
}
|
||||
|
||||
public String unwatch() throws JedisException {
|
||||
client.unwatch();
|
||||
return client.getStatusCodeReply();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user