@Deprecated public interface RedisJsonV1PipelineCommands
| Modifier and Type | Method and Description |
|---|---|
Response<Long> |
jsonArrAppend(String key,
Path path,
Object... pojos)
Deprecated.
|
Response<Long> |
jsonArrIndex(String key,
Path path,
Object scalar)
Deprecated.
|
Response<Long> |
jsonArrInsert(String key,
Path path,
int index,
Object... pojos)
Deprecated.
|
Response<Long> |
jsonArrLen(String key)
Deprecated.
|
Response<Long> |
jsonArrLen(String key,
Path path)
Deprecated.
|
Response<Object> |
jsonArrPop(String key)
Deprecated.
|
<T> Response<T> |
jsonArrPop(String key,
Class<T> clazz)
Deprecated.
|
<T> Response<T> |
jsonArrPop(String key,
Class<T> clazz,
Path path)
Deprecated.
|
<T> Response<T> |
jsonArrPop(String key,
Class<T> clazz,
Path path,
int index)
Deprecated.
|
Response<Object> |
jsonArrPop(String key,
Path path)
Deprecated.
|
Response<Object> |
jsonArrPop(String key,
Path path,
int index)
Deprecated.
|
Response<Long> |
jsonArrTrim(String key,
Path path,
int start,
int stop)
Deprecated.
|
Response<Long> |
jsonClear(String key)
Deprecated.
|
Response<Long> |
jsonClear(String key,
Path path)
Deprecated.
|
Response<Long> |
jsonDel(String key)
Deprecated.
|
Response<Long> |
jsonDel(String key,
Path path)
Deprecated.
|
Response<Object> |
jsonGet(String key)
Deprecated.
|
<T> Response<T> |
jsonGet(String key,
Class<T> clazz)
Deprecated.
|
<T> Response<T> |
jsonGet(String key,
Class<T> clazz,
Path... paths)
Deprecated.
|
Response<Object> |
jsonGet(String key,
Path... paths)
Deprecated.
|
Response<String> |
jsonMerge(String key,
Path path,
Object pojo)
Deprecated.
|
default <T> Response<List<T>> |
jsonMGet(Class<T> clazz,
String... keys)
Deprecated.
|
<T> Response<List<T>> |
jsonMGet(Path path,
Class<T> clazz,
String... keys)
Deprecated.
|
Response<Double> |
jsonNumIncrBy(String key,
Path path,
double value)
Deprecated.
|
Response<String> |
jsonSet(String key,
Path path,
Object pojo)
Deprecated.
|
Response<String> |
jsonSet(String key,
Path path,
Object pojo,
JsonSetParams params)
Deprecated.
|
default Response<String> |
jsonSetLegacy(String key,
Object pojo)
Deprecated.
|
default Response<String> |
jsonSetLegacy(String key,
Object pojo,
JsonSetParams params)
Deprecated.
|
Response<Long> |
jsonStrAppend(String key,
Object string)
Deprecated.
|
Response<Long> |
jsonStrAppend(String key,
Path path,
Object string)
Deprecated.
|
Response<Long> |
jsonStrLen(String key)
Deprecated.
|
Response<Long> |
jsonStrLen(String key,
Path path)
Deprecated.
|
Response<String> |
jsonToggle(String key,
Path path)
Deprecated.
|
Response<Class<?>> |
jsonType(String key)
Deprecated.
|
Response<Class<?>> |
jsonType(String key,
Path path)
Deprecated.
|
@Deprecated default Response<String> jsonSetLegacy(String key, Object pojo)
@Deprecated default Response<String> jsonSetLegacy(String key, Object pojo, JsonSetParams params)
@Deprecated Response<String> jsonSet(String key, Path path, Object pojo, JsonSetParams params)
@Deprecated <T> Response<T> jsonGet(String key, Class<T> clazz)
@Deprecated Response<Object> jsonGet(String key, Path... paths)
@Deprecated <T> Response<T> jsonGet(String key, Class<T> clazz, Path... paths)
@Deprecated default <T> Response<List<T>> jsonMGet(Class<T> clazz, String... keys)
@Deprecated <T> Response<List<T>> jsonMGet(Path path, Class<T> clazz, String... keys)
@Deprecated Response<Long> jsonDel(String key, Path path)
@Deprecated Response<Long> jsonClear(String key)
@Deprecated Response<Long> jsonClear(String key, Path path)
@Deprecated Response<String> jsonToggle(String key, Path path)
@Deprecated Response<Class<?>> jsonType(String key)
@Deprecated Response<Class<?>> jsonType(String key, Path path)
@Deprecated Response<Long> jsonStrAppend(String key, Object string)
@Deprecated Response<Long> jsonStrAppend(String key, Path path, Object string)
@Deprecated Response<Long> jsonStrLen(String key)
@Deprecated Response<Long> jsonStrLen(String key, Path path)
@Deprecated Response<Double> jsonNumIncrBy(String key, Path path, double value)
@Deprecated Response<Long> jsonArrAppend(String key, Path path, Object... pojos)
@Deprecated Response<Long> jsonArrIndex(String key, Path path, Object scalar)
@Deprecated Response<Long> jsonArrInsert(String key, Path path, int index, Object... pojos)
@Deprecated Response<Object> jsonArrPop(String key)
@Deprecated <T> Response<T> jsonArrPop(String key, Class<T> clazz)
@Deprecated Response<Object> jsonArrPop(String key, Path path)
@Deprecated <T> Response<T> jsonArrPop(String key, Class<T> clazz, Path path)
@Deprecated Response<Object> jsonArrPop(String key, Path path, int index)
@Deprecated <T> Response<T> jsonArrPop(String key, Class<T> clazz, Path path, int index)
@Deprecated Response<Long> jsonArrLen(String key)
@Deprecated Response<Long> jsonArrLen(String key, Path path)
@Deprecated Response<Long> jsonArrTrim(String key, Path path, int start, int stop)
Copyright © 2024. All rights reserved.