Package com.redis.om.spring.ops.json
Class JSONOperationsImpl<K>
java.lang.Object
com.redis.om.spring.ops.json.JSONOperationsImpl<K>
- All Implemented Interfaces:
JSONOperations<K>
-
Constructor Summary
ConstructorsConstructorDescriptionJSONOperationsImpl(RedisModulesClient client, com.google.gson.GsonBuilder builder) -
Method Summary
-
Constructor Details
-
JSONOperationsImpl
-
-
Method Details
-
del
- Specified by:
delin interfaceJSONOperations<K>
-
get
- Specified by:
getin interfaceJSONOperations<K>
-
get
- Specified by:
getin interfaceJSONOperations<K>
-
get
- Specified by:
getin interfaceJSONOperations<K>
-
mget
- Specified by:
mgetin interfaceJSONOperations<K>
-
mget
- Specified by:
mgetin interfaceJSONOperations<K>
-
mget
@SafeVarargs public final <T> List<T> mget(redis.clients.jedis.json.Path2 path, Class<T> clazz, K... keys) - Specified by:
mgetin interfaceJSONOperations<K>
-
set
- Specified by:
setin interfaceJSONOperations<K>
-
set
- Specified by:
setin interfaceJSONOperations<K>
-
set
- Specified by:
setin interfaceJSONOperations<K>
-
set
public void set(K key, Object object, redis.clients.jedis.json.JsonSetParams params, redis.clients.jedis.json.Path path) - Specified by:
setin interfaceJSONOperations<K>
-
type
- Specified by:
typein interfaceJSONOperations<K>
-
type
- Specified by:
typein interfaceJSONOperations<K>
-
strAppend
- Specified by:
strAppendin interfaceJSONOperations<K>
-
strLen
- Specified by:
strLenin interfaceJSONOperations<K>
-
arrAppend
- Specified by:
arrAppendin interfaceJSONOperations<K>
-
arrIndex
- Specified by:
arrIndexin interfaceJSONOperations<K>
-
arrInsert
- Specified by:
arrInsertin interfaceJSONOperations<K>
-
arrLen
- Specified by:
arrLenin interfaceJSONOperations<K>
-
arrPop
- Specified by:
arrPopin interfaceJSONOperations<K>
-
arrPop
- Specified by:
arrPopin interfaceJSONOperations<K>
-
arrPop
- Specified by:
arrPopin interfaceJSONOperations<K>
-
arrTrim
- Specified by:
arrTrimin interfaceJSONOperations<K>
-
toggle
- Specified by:
togglein interfaceJSONOperations<K>
-
numIncrBy
- Specified by:
numIncrByin interfaceJSONOperations<K>
-