Package redis.clients.jedis.json
Interface RedisJsonCommands
- All Known Subinterfaces:
RedisModuleCommands
- All Known Implementing Classes:
JedisCluster,JedisPooled,JedisSentineled,JedisSharding,UnifiedJedis
public interface RedisJsonCommands
-
Method Summary
Modifier and TypeMethodDescriptionjsonArrAppend(String key, Path2 path, Object... objects) jsonArrAppend(String key, Path path, Object... pojos) jsonArrAppendWithEscape(String key, Path2 path, Object... objects) jsonArrIndex(String key, Path2 path, Object scalar) longjsonArrIndex(String key, Path path, Object scalar) jsonArrIndexWithEscape(String key, Path2 path, Object scalar) jsonArrInsert(String key, Path2 path, int index, Object... objects) longjsonArrInsert(String key, Path path, int index, Object... pojos) jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) jsonArrLen(String key) jsonArrLen(String key, Path path) jsonArrLen(String key, Path2 path) jsonArrPop(String key) <T> TjsonArrPop(String key, Class<T> clazz) <T> TjsonArrPop(String key, Class<T> clazz, Path path) <T> TjsonArrPop(String key, Class<T> clazz, Path path, int index) jsonArrPop(String key, Path path) jsonArrPop(String key, Path2 path) jsonArrPop(String key, Path2 path, int index) jsonArrPop(String key, Path path, int index) jsonArrTrim(String key, Path2 path, int start, int stop) jsonArrTrim(String key, Path path, int start, int stop) longlonglonglongjsonDebugMemory(String key) longjsonDebugMemory(String key, Path path) jsonDebugMemory(String key, Path2 path) longlonglong<T> T<T> TjsonGetAsPlainString(String key, Path path) default <T> List<T> default List<org.json.JSONArray> List<org.json.JSONArray> <T> List<T> org.json.JSONArrayjsonNumIncrBy(String key, Path2 path, double value) doublejsonNumIncrBy(String key, Path path, double value) jsonObjKeys(String key) jsonObjKeys(String key, Path path) jsonObjKeys(String key, Path2 path) jsonObjLen(String key) jsonObjLen(String key, Path path) jsonObjLen(String key, Path2 path) Deprecated.Deprecated.Deprecated.default Stringdefault StringjsonSet(String key, Object object, JsonSetParams params) jsonSet(String key, Path2 path, Object object, JsonSetParams params) jsonSet(String key, Path path, Object pojo, JsonSetParams params) default StringjsonSetLegacy(String key, Object pojo) default StringjsonSetLegacy(String key, Object pojo, JsonSetParams params) default StringjsonSetWithEscape(String key, Object object) default StringjsonSetWithEscape(String key, Object object, JsonSetParams params) jsonSetWithEscape(String key, Path2 path, Object object) jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) jsonSetWithPlainString(String key, Path path, String string) longjsonStrAppend(String key, Object string) jsonStrAppend(String key, Path2 path, Object string) longjsonStrAppend(String key, Path path, Object string) jsonStrLen(String key) jsonStrLen(String key, Path path) jsonStrLen(String key, Path2 path) jsonToggle(String key, Path path) jsonToggle(String key, Path2 path) Class<?> Class<?>
-
Method Details
-
jsonSet
-
jsonSetWithEscape
-
jsonSetLegacy
-
jsonSet
-
jsonSetWithEscape
-
jsonSetLegacy
-
jsonSet
-
jsonSetWithEscape
-
jsonSet
-
jsonSetWithPlainString
-
jsonSet
-
jsonSetWithEscape
-
jsonSet
-
jsonGet
-
jsonGet
-
jsonGet
-
jsonGet
-
jsonGetAsPlainString
-
jsonGet
-
jsonMGet
-
jsonMGet
-
jsonMGet
-
jsonMGet
-
jsonDel
-
jsonDel
-
jsonDel
-
jsonClear
-
jsonClear
-
jsonClear
-
jsonToggle
-
jsonToggle
-
jsonType
-
jsonType
-
jsonType
-
jsonStrAppend
-
jsonStrAppend
-
jsonStrAppend
-
jsonStrLen
-
jsonStrLen
-
jsonStrLen
-
jsonNumIncrBy
-
jsonNumIncrBy
-
jsonArrAppend
-
jsonArrAppendWithEscape
-
jsonArrAppend
-
jsonArrIndex
-
jsonArrIndexWithEscape
-
jsonArrIndex
-
jsonArrInsert
-
jsonArrInsertWithEscape
-
jsonArrInsert
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrLen
-
jsonArrLen
-
jsonArrLen
-
jsonArrTrim
-
jsonArrTrim
-
jsonObjLen
-
jsonObjLen
-
jsonObjLen
-
jsonObjKeys
-
jsonObjKeys
-
jsonObjKeys
-
jsonDebugMemory
-
jsonDebugMemory
-
jsonDebugMemory
-
jsonResp
Deprecated. -
jsonResp
Deprecated. -
jsonResp
Deprecated.
-