Package com.redis.lettucemod.api.sync
Interface RedisJSONCommands<K,V>
- All Known Subinterfaces:
RedisModulesAdvancedClusterCommands<K,,V> RedisModulesClusterCommands<K,,V> RedisModulesCommands<K,V>
public interface RedisJSONCommands<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionjsonArrappend(K key, String path, V... jsons) jsonArrindex(K key, String path, V scalar) jsonArrindex(K key, String path, V scalar, Slice slice) jsonArrinsert(K key, String path, long index, V... jsons) jsonArrlen(K key) jsonArrlen(K key, String path) jsonArrpop(K key) jsonArrpop(K key, ArrpopOptions<K> options) jsonArrtrim(K key, String path, long start, long stop) jsonGet(K key, GetOptions options, K... paths) jsonNumincrby(K key, String path, double number) jsonNummultby(K key, String path, double number) jsonObjkeys(K key) jsonObjkeys(K key, String path) jsonObjlen(K key) jsonObjlen(K key, String path) jsonStrappend(K key, String path, V json) jsonStrappend(K key, V json) jsonStrlen(K key, String path)
-
Method Details
-
jsonDel
-
jsonDel
-
jsonGet
-
jsonGet
-
jsonMget
-
jsonMget
-
jsonSet
-
jsonSet
-
jsonMerge
-
jsonType
-
jsonType
-
jsonNumincrby
-
jsonNummultby
-
jsonStrappend
-
jsonStrappend
-
jsonStrlen
-
jsonArrappend
-
jsonArrindex
-
jsonArrindex
-
jsonArrinsert
-
jsonArrlen
-
jsonArrlen
-
jsonArrpop
-
jsonArrpop
-
jsonArrtrim
-
jsonObjkeys
-
jsonObjkeys
-
jsonObjlen
-
jsonObjlen
-