Response<List<Long>> |
Pipeline.jsonArrAppend(String key,
Path2 path,
Object... objects) |
Response<List<Long>> |
MultiNodePipelineBase.jsonArrAppend(String key,
Path2 path,
Object... objects) |
Response<List<Long>> |
TransactionBase.jsonArrAppend(String key,
Path2 path,
Object... objects) |
List<Long> |
UnifiedJedis.jsonArrAppend(String key,
Path2 path,
Object... objects) |
CommandObject<List<Long>> |
CommandObjects.jsonArrAppend(String key,
Path2 path,
Object... objects) |
Response<List<Long>> |
Pipeline.jsonArrAppendWithEscape(String key,
Path2 path,
Object... objects) |
Response<List<Long>> |
MultiNodePipelineBase.jsonArrAppendWithEscape(String key,
Path2 path,
Object... objects) |
Response<List<Long>> |
TransactionBase.jsonArrAppendWithEscape(String key,
Path2 path,
Object... objects) |
List<Long> |
UnifiedJedis.jsonArrAppendWithEscape(String key,
Path2 path,
Object... objects) |
CommandObject<List<Long>> |
CommandObjects.jsonArrAppendWithEscape(String key,
Path2 path,
Object... objects) |
Response<List<Long>> |
Pipeline.jsonArrIndex(String key,
Path2 path,
Object scalar) |
Response<List<Long>> |
MultiNodePipelineBase.jsonArrIndex(String key,
Path2 path,
Object scalar) |
Response<List<Long>> |
TransactionBase.jsonArrIndex(String key,
Path2 path,
Object scalar) |
List<Long> |
UnifiedJedis.jsonArrIndex(String key,
Path2 path,
Object scalar) |
CommandObject<List<Long>> |
CommandObjects.jsonArrIndex(String key,
Path2 path,
Object scalar) |
Response<List<Long>> |
Pipeline.jsonArrIndexWithEscape(String key,
Path2 path,
Object scalar) |
Response<List<Long>> |
MultiNodePipelineBase.jsonArrIndexWithEscape(String key,
Path2 path,
Object scalar) |
Response<List<Long>> |
TransactionBase.jsonArrIndexWithEscape(String key,
Path2 path,
Object scalar) |
List<Long> |
UnifiedJedis.jsonArrIndexWithEscape(String key,
Path2 path,
Object scalar) |
CommandObject<List<Long>> |
CommandObjects.jsonArrIndexWithEscape(String key,
Path2 path,
Object scalar) |
Response<List<Long>> |
Pipeline.jsonArrInsert(String key,
Path2 path,
int index,
Object... objects) |
Response<List<Long>> |
MultiNodePipelineBase.jsonArrInsert(String key,
Path2 path,
int index,
Object... objects) |
Response<List<Long>> |
TransactionBase.jsonArrInsert(String key,
Path2 path,
int index,
Object... objects) |
List<Long> |
UnifiedJedis.jsonArrInsert(String key,
Path2 path,
int index,
Object... objects) |
CommandObject<List<Long>> |
CommandObjects.jsonArrInsert(String key,
Path2 path,
int index,
Object... objects) |
Response<List<Long>> |
Pipeline.jsonArrInsertWithEscape(String key,
Path2 path,
int index,
Object... objects) |
Response<List<Long>> |
MultiNodePipelineBase.jsonArrInsertWithEscape(String key,
Path2 path,
int index,
Object... objects) |
Response<List<Long>> |
TransactionBase.jsonArrInsertWithEscape(String key,
Path2 path,
int index,
Object... objects) |
List<Long> |
UnifiedJedis.jsonArrInsertWithEscape(String key,
Path2 path,
int index,
Object... objects) |
CommandObject<List<Long>> |
CommandObjects.jsonArrInsertWithEscape(String key,
Path2 path,
int index,
Object... objects) |
Response<List<Long>> |
Pipeline.jsonArrLen(String key,
Path2 path) |
Response<List<Long>> |
MultiNodePipelineBase.jsonArrLen(String key,
Path2 path) |
Response<List<Long>> |
TransactionBase.jsonArrLen(String key,
Path2 path) |
List<Long> |
UnifiedJedis.jsonArrLen(String key,
Path2 path) |
CommandObject<List<Long>> |
CommandObjects.jsonArrLen(String key,
Path2 path) |
Response<List<Object>> |
Pipeline.jsonArrPop(String key,
Path2 path) |
Response<List<Object>> |
MultiNodePipelineBase.jsonArrPop(String key,
Path2 path) |
Response<List<Object>> |
TransactionBase.jsonArrPop(String key,
Path2 path) |
List<Object> |
UnifiedJedis.jsonArrPop(String key,
Path2 path) |
CommandObject<List<Object>> |
CommandObjects.jsonArrPop(String key,
Path2 path) |
Response<List<Object>> |
Pipeline.jsonArrPop(String key,
Path2 path,
int index) |
Response<List<Object>> |
MultiNodePipelineBase.jsonArrPop(String key,
Path2 path,
int index) |
Response<List<Object>> |
TransactionBase.jsonArrPop(String key,
Path2 path,
int index) |
List<Object> |
UnifiedJedis.jsonArrPop(String key,
Path2 path,
int index) |
CommandObject<List<Object>> |
CommandObjects.jsonArrPop(String key,
Path2 path,
int index) |
Response<List<Long>> |
Pipeline.jsonArrTrim(String key,
Path2 path,
int start,
int stop) |
Response<List<Long>> |
MultiNodePipelineBase.jsonArrTrim(String key,
Path2 path,
int start,
int stop) |
Response<List<Long>> |
TransactionBase.jsonArrTrim(String key,
Path2 path,
int start,
int stop) |
List<Long> |
UnifiedJedis.jsonArrTrim(String key,
Path2 path,
int start,
int stop) |
CommandObject<List<Long>> |
CommandObjects.jsonArrTrim(String key,
Path2 path,
int start,
int stop) |
Response<Long> |
Pipeline.jsonClear(String key,
Path2 path) |
Response<Long> |
MultiNodePipelineBase.jsonClear(String key,
Path2 path) |
Response<Long> |
TransactionBase.jsonClear(String key,
Path2 path) |
long |
UnifiedJedis.jsonClear(String key,
Path2 path) |
CommandObject<Long> |
CommandObjects.jsonClear(String key,
Path2 path) |
Response<Long> |
Pipeline.jsonDel(String key,
Path2 path) |
Response<Long> |
MultiNodePipelineBase.jsonDel(String key,
Path2 path) |
Response<Long> |
TransactionBase.jsonDel(String key,
Path2 path) |
long |
UnifiedJedis.jsonDel(String key,
Path2 path) |
CommandObject<Long> |
CommandObjects.jsonDel(String key,
Path2 path) |
Response<Object> |
Pipeline.jsonGet(String key,
Path2... paths) |
Response<Object> |
MultiNodePipelineBase.jsonGet(String key,
Path2... paths) |
Response<Object> |
TransactionBase.jsonGet(String key,
Path2... paths) |
Object |
UnifiedJedis.jsonGet(String key,
Path2... paths) |
CommandObject<Object> |
CommandObjects.jsonGet(String key,
Path2... paths) |
Response<List<org.json.JSONArray>> |
Pipeline.jsonMGet(Path2 path,
String... keys) |
Response<List<org.json.JSONArray>> |
MultiNodePipelineBase.jsonMGet(Path2 path,
String... keys) |
Response<List<org.json.JSONArray>> |
TransactionBase.jsonMGet(Path2 path,
String... keys) |
List<org.json.JSONArray> |
UnifiedJedis.jsonMGet(Path2 path,
String... keys) |
CommandObject<List<org.json.JSONArray>> |
CommandObjects.jsonMGet(Path2 path,
String... keys) |
Response<String> |
Pipeline.jsonSet(String key,
Path2 path,
Object object) |
Response<String> |
MultiNodePipelineBase.jsonSet(String key,
Path2 path,
Object object) |
Response<String> |
TransactionBase.jsonSet(String key,
Path2 path,
Object object) |
String |
UnifiedJedis.jsonSet(String key,
Path2 path,
Object object) |
CommandObject<String> |
CommandObjects.jsonSet(String key,
Path2 path,
Object object) |
Response<String> |
Pipeline.jsonSet(String key,
Path2 path,
Object object,
JsonSetParams params) |
Response<String> |
MultiNodePipelineBase.jsonSet(String key,
Path2 path,
Object object,
JsonSetParams params) |
Response<String> |
TransactionBase.jsonSet(String key,
Path2 path,
Object object,
JsonSetParams params) |
String |
UnifiedJedis.jsonSet(String key,
Path2 path,
Object pojo,
JsonSetParams params) |
CommandObject<String> |
CommandObjects.jsonSet(String key,
Path2 path,
Object object,
JsonSetParams params) |
Response<String> |
Pipeline.jsonSetWithEscape(String key,
Path2 path,
Object object) |
Response<String> |
MultiNodePipelineBase.jsonSetWithEscape(String key,
Path2 path,
Object object) |
Response<String> |
TransactionBase.jsonSetWithEscape(String key,
Path2 path,
Object object) |
String |
UnifiedJedis.jsonSetWithEscape(String key,
Path2 path,
Object object) |
CommandObject<String> |
CommandObjects.jsonSetWithEscape(String key,
Path2 path,
Object object) |
Response<String> |
Pipeline.jsonSetWithEscape(String key,
Path2 path,
Object object,
JsonSetParams params) |
Response<String> |
MultiNodePipelineBase.jsonSetWithEscape(String key,
Path2 path,
Object object,
JsonSetParams params) |
Response<String> |
TransactionBase.jsonSetWithEscape(String key,
Path2 path,
Object object,
JsonSetParams params) |
String |
UnifiedJedis.jsonSetWithEscape(String key,
Path2 path,
Object pojo,
JsonSetParams params) |
CommandObject<String> |
CommandObjects.jsonSetWithEscape(String key,
Path2 path,
Object object,
JsonSetParams params) |
Response<List<Long>> |
Pipeline.jsonStrAppend(String key,
Path2 path,
Object string) |
Response<List<Long>> |
MultiNodePipelineBase.jsonStrAppend(String key,
Path2 path,
Object string) |
Response<List<Long>> |
TransactionBase.jsonStrAppend(String key,
Path2 path,
Object string) |
List<Long> |
UnifiedJedis.jsonStrAppend(String key,
Path2 path,
Object string) |
CommandObject<List<Long>> |
CommandObjects.jsonStrAppend(String key,
Path2 path,
Object string) |
Response<List<Long>> |
Pipeline.jsonStrLen(String key,
Path2 path) |
Response<List<Long>> |
MultiNodePipelineBase.jsonStrLen(String key,
Path2 path) |
Response<List<Long>> |
TransactionBase.jsonStrLen(String key,
Path2 path) |
List<Long> |
UnifiedJedis.jsonStrLen(String key,
Path2 path) |
CommandObject<List<Long>> |
CommandObjects.jsonStrLen(String key,
Path2 path) |
Response<List<Boolean>> |
Pipeline.jsonToggle(String key,
Path2 path) |
Response<List<Boolean>> |
MultiNodePipelineBase.jsonToggle(String key,
Path2 path) |
Response<List<Boolean>> |
TransactionBase.jsonToggle(String key,
Path2 path) |
List<Boolean> |
UnifiedJedis.jsonToggle(String key,
Path2 path) |
CommandObject<List<Boolean>> |
CommandObjects.jsonToggle(String key,
Path2 path) |
Response<List<Class<?>>> |
Pipeline.jsonType(String key,
Path2 path) |
Response<List<Class<?>>> |
MultiNodePipelineBase.jsonType(String key,
Path2 path) |
Response<List<Class<?>>> |
TransactionBase.jsonType(String key,
Path2 path) |
List<Class<?>> |
UnifiedJedis.jsonType(String key,
Path2 path) |
CommandObject<List<Class<?>>> |
CommandObjects.jsonType(String key,
Path2 path) |