Adding support for bit commands get/setrange
This commit is contained in:
committed by
Jonathan Leibiusky
parent
e12f655fa3
commit
430601f31e
@@ -27,6 +27,10 @@ public interface JedisCommands {
|
||||
|
||||
boolean getbit(String key, long offset);
|
||||
|
||||
long setrange(String key, long offset, String value);
|
||||
|
||||
String getrange(String key, long startOffset, long endOffset);
|
||||
|
||||
String getSet(String key, String value);
|
||||
|
||||
Long setnx(String key, String value);
|
||||
|
||||
Reference in New Issue
Block a user