public abstract class PipeliningBase extends java.lang.Object implements PipelineCommands, PipelineBinaryCommands, RedisModulePipelineCommands
| Modifier and Type | Field and Description |
|---|---|
protected CommandObjects |
commandObjects |
| Modifier | Constructor and Description |
|---|---|
protected |
PipeliningBase(CommandObjects commandObjects) |
| Modifier and Type | Method and Description |
|---|---|
Response<java.lang.Long> |
append(byte[] key,
byte[] value) |
Response<java.lang.Long> |
append(java.lang.String key,
java.lang.String value) |
protected abstract <T> Response<T> |
appendCommand(CommandObject<T> commandObject) |
Response<java.lang.Boolean> |
bfAdd(java.lang.String key,
java.lang.String item) |
Response<java.lang.Long> |
bfCard(java.lang.String key) |
Response<java.lang.Boolean> |
bfExists(java.lang.String key,
java.lang.String item) |
Response<java.util.Map<java.lang.String,java.lang.Object>> |
bfInfo(java.lang.String key) |
Response<java.util.List<java.lang.Boolean>> |
bfInsert(java.lang.String key,
BFInsertParams insertParams,
java.lang.String... items) |
Response<java.util.List<java.lang.Boolean>> |
bfInsert(java.lang.String key,
java.lang.String... items) |
Response<java.lang.String> |
bfLoadChunk(java.lang.String key,
long iterator,
byte[] data) |
Response<java.util.List<java.lang.Boolean>> |
bfMAdd(java.lang.String key,
java.lang.String... items) |
Response<java.util.List<java.lang.Boolean>> |
bfMExists(java.lang.String key,
java.lang.String... items) |
Response<java.lang.String> |
bfReserve(java.lang.String key,
double errorRate,
long capacity) |
Response<java.lang.String> |
bfReserve(java.lang.String key,
double errorRate,
long capacity,
BFReserveParams reserveParams) |
Response<java.util.Map.Entry<java.lang.Long,byte[]>> |
bfScanDump(java.lang.String key,
long iterator) |
Response<java.lang.Long> |
bitcount(byte[] key) |
Response<java.lang.Long> |
bitcount(byte[] key,
long start,
long end) |
Response<java.lang.Long> |
bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
Response<java.lang.Long> |
bitcount(java.lang.String key) |
Response<java.lang.Long> |
bitcount(java.lang.String key,
long start,
long end) |
Response<java.lang.Long> |
bitcount(java.lang.String key,
long start,
long end,
BitCountOption option) |
Response<java.util.List<java.lang.Long>> |
bitfield(byte[] key,
byte[]... arguments) |
Response<java.util.List<java.lang.Long>> |
bitfield(java.lang.String key,
java.lang.String... arguments) |
Response<java.util.List<java.lang.Long>> |
bitfieldReadonly(byte[] key,
byte[]... arguments) |
Response<java.util.List<java.lang.Long>> |
bitfieldReadonly(java.lang.String key,
java.lang.String... arguments) |
Response<java.lang.Long> |
bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys) |
Response<java.lang.Long> |
bitop(BitOP op,
java.lang.String destKey,
java.lang.String... srcKeys) |
Response<java.lang.Long> |
bitpos(byte[] key,
boolean value) |
Response<java.lang.Long> |
bitpos(byte[] key,
boolean value,
BitPosParams params) |
Response<java.lang.Long> |
bitpos(java.lang.String key,
boolean value) |
Response<java.lang.Long> |
bitpos(java.lang.String key,
boolean value,
BitPosParams params) |
Response<byte[]> |
blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout) |
Response<java.lang.String> |
blmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
Response<KeyValue<byte[],java.util.List<byte[]>>> |
blmpop(double timeout,
ListDirection direction,
byte[]... keys) |
Response<KeyValue<byte[],java.util.List<byte[]>>> |
blmpop(double timeout,
ListDirection direction,
int count,
byte[]... keys) |
Response<KeyValue<java.lang.String,java.util.List<java.lang.String>>> |
blmpop(double timeout,
ListDirection direction,
int count,
java.lang.String... keys) |
Response<KeyValue<java.lang.String,java.util.List<java.lang.String>>> |
blmpop(double timeout,
ListDirection direction,
java.lang.String... keys) |
Response<KeyValue<byte[],byte[]>> |
blpop(double timeout,
byte[]... keys) |
Response<KeyValue<java.lang.String,java.lang.String>> |
blpop(double timeout,
java.lang.String... keys) |
Response<KeyValue<java.lang.String,java.lang.String>> |
blpop(double timeout,
java.lang.String key) |
Response<java.util.List<byte[]>> |
blpop(int timeout,
byte[]... keys) |
Response<java.util.List<java.lang.String>> |
blpop(int timeout,
java.lang.String... keys) |
Response<java.util.List<java.lang.String>> |
blpop(int timeout,
java.lang.String key) |
Response<KeyValue<byte[],byte[]>> |
brpop(double timeout,
byte[]... keys) |
Response<KeyValue<java.lang.String,java.lang.String>> |
brpop(double timeout,
java.lang.String... keys) |
Response<KeyValue<java.lang.String,java.lang.String>> |
brpop(double timeout,
java.lang.String key) |
Response<java.util.List<byte[]>> |
brpop(int timeout,
byte[]... keys) |
Response<java.util.List<java.lang.String>> |
brpop(int timeout,
java.lang.String... keys) |
Response<java.util.List<java.lang.String>> |
brpop(int timeout,
java.lang.String key) |
Response<byte[]> |
brpoplpush(byte[] source,
byte[] destination,
int timeout) |
Response<java.lang.String> |
brpoplpush(java.lang.String source,
java.lang.String destination,
int timeout) |
Response<KeyValue<byte[],java.util.List<Tuple>>> |
bzmpop(double timeout,
SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],java.util.List<Tuple>>> |
bzmpop(double timeout,
SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<java.lang.String,java.util.List<Tuple>>> |
bzmpop(double timeout,
SortedSetOption option,
int count,
java.lang.String... keys) |
Response<KeyValue<java.lang.String,java.util.List<Tuple>>> |
bzmpop(double timeout,
SortedSetOption option,
java.lang.String... keys) |
Response<KeyValue<byte[],Tuple>> |
bzpopmax(double timeout,
byte[]... keys) |
Response<KeyValue<java.lang.String,Tuple>> |
bzpopmax(double timeout,
java.lang.String... keys) |
Response<KeyValue<byte[],Tuple>> |
bzpopmin(double timeout,
byte[]... keys) |
Response<KeyValue<java.lang.String,Tuple>> |
bzpopmin(double timeout,
java.lang.String... keys) |
Response<java.lang.Boolean> |
cfAdd(java.lang.String key,
java.lang.String item) |
Response<java.lang.Boolean> |
cfAddNx(java.lang.String key,
java.lang.String item) |
Response<java.lang.Long> |
cfCount(java.lang.String key,
java.lang.String item) |
Response<java.lang.Boolean> |
cfDel(java.lang.String key,
java.lang.String item) |
Response<java.lang.Boolean> |
cfExists(java.lang.String key,
java.lang.String item) |
Response<java.util.Map<java.lang.String,java.lang.Object>> |
cfInfo(java.lang.String key) |
Response<java.util.List<java.lang.Boolean>> |
cfInsert(java.lang.String key,
CFInsertParams insertParams,
java.lang.String... items) |
Response<java.util.List<java.lang.Boolean>> |
cfInsert(java.lang.String key,
java.lang.String... items) |
Response<java.util.List<java.lang.Boolean>> |
cfInsertNx(java.lang.String key,
CFInsertParams insertParams,
java.lang.String... items) |
Response<java.util.List<java.lang.Boolean>> |
cfInsertNx(java.lang.String key,
java.lang.String... items) |
Response<java.lang.String> |
cfLoadChunk(java.lang.String key,
long iterator,
byte[] data) |
Response<java.util.List<java.lang.Boolean>> |
cfMExists(java.lang.String key,
java.lang.String... items) |
Response<java.lang.String> |
cfReserve(java.lang.String key,
long capacity) |
Response<java.lang.String> |
cfReserve(java.lang.String key,
long capacity,
CFReserveParams reserveParams) |
Response<java.util.Map.Entry<java.lang.Long,byte[]>> |
cfScanDump(java.lang.String key,
long iterator) |
Response<java.util.List<java.lang.Long>> |
cmsIncrBy(java.lang.String key,
java.util.Map<java.lang.String,java.lang.Long> itemIncrements) |
Response<java.util.Map<java.lang.String,java.lang.Object>> |
cmsInfo(java.lang.String key) |
Response<java.lang.String> |
cmsInitByDim(java.lang.String key,
long width,
long depth) |
Response<java.lang.String> |
cmsInitByProb(java.lang.String key,
double error,
double probability) |
Response<java.lang.String> |
cmsMerge(java.lang.String destKey,
java.util.Map<java.lang.String,java.lang.Long> keysAndWeights) |
Response<java.lang.String> |
cmsMerge(java.lang.String destKey,
java.lang.String... keys) |
Response<java.util.List<java.lang.Long>> |
cmsQuery(java.lang.String key,
java.lang.String... items) |
Response<java.lang.Boolean> |
copy(byte[] srcKey,
byte[] dstKey,
boolean replace) |
Response<java.lang.Boolean> |
copy(java.lang.String srcKey,
java.lang.String dstKey,
boolean replace) |
Response<java.lang.Long> |
decr(byte[] key) |
Response<java.lang.Long> |
decr(java.lang.String key) |
Response<java.lang.Long> |
decrBy(byte[] key,
long decrement) |
Response<java.lang.Long> |
decrBy(java.lang.String key,
long decrement) |
Response<java.lang.Long> |
del(byte[]... keys) |
Response<java.lang.Long> |
del(byte[] key) |
Response<java.lang.Long> |
del(java.lang.String... keys) |
Response<java.lang.Long> |
del(java.lang.String key) |
Response<byte[]> |
dump(byte[] key) |
Response<byte[]> |
dump(java.lang.String key) |
Response<java.lang.Object> |
eval(byte[] script) |
Response<java.lang.Object> |
eval(byte[] script,
byte[] sampleKey) |
Response<java.lang.Object> |
eval(byte[] script,
int keyCount,
byte[]... params) |
Response<java.lang.Object> |
eval(byte[] script,
java.util.List<byte[]> keys,
java.util.List<byte[]> args) |
Response<java.lang.Object> |
eval(java.lang.String script) |
Response<java.lang.Object> |
eval(java.lang.String script,
int keyCount,
java.lang.String... params) |
Response<java.lang.Object> |
eval(java.lang.String script,
java.util.List<java.lang.String> keys,
java.util.List<java.lang.String> args) |
Response<java.lang.Object> |
eval(java.lang.String script,
java.lang.String sampleKey) |
Response<java.lang.Object> |
evalReadonly(byte[] script,
java.util.List<byte[]> keys,
java.util.List<byte[]> args) |
Response<java.lang.Object> |
evalReadonly(java.lang.String script,
java.util.List<java.lang.String> keys,
java.util.List<java.lang.String> args) |
Response<java.lang.Object> |
evalsha(byte[] sha1) |
Response<java.lang.Object> |
evalsha(byte[] sha1,
byte[] sampleKey) |
Response<java.lang.Object> |
evalsha(byte[] sha1,
int keyCount,
byte[]... params) |
Response<java.lang.Object> |
evalsha(byte[] sha1,
java.util.List<byte[]> keys,
java.util.List<byte[]> args) |
Response<java.lang.Object> |
evalsha(java.lang.String sha1) |
Response<java.lang.Object> |
evalsha(java.lang.String sha1,
int keyCount,
java.lang.String... params) |
Response<java.lang.Object> |
evalsha(java.lang.String sha1,
java.util.List<java.lang.String> keys,
java.util.List<java.lang.String> args) |
Response<java.lang.Object> |
evalsha(java.lang.String sha1,
java.lang.String sampleKey) |
Response<java.lang.Object> |
evalshaReadonly(byte[] sha1,
java.util.List<byte[]> keys,
java.util.List<byte[]> args) |
Response<java.lang.Object> |
evalshaReadonly(java.lang.String sha1,
java.util.List<java.lang.String> keys,
java.util.List<java.lang.String> args) |
<T> Response<T> |
executeCommand(CommandObject<T> command) |
Response<java.lang.Long> |
exists(byte[]... keys) |
Response<java.lang.Boolean> |
exists(byte[] key) |
Response<java.lang.Long> |
exists(java.lang.String... keys) |
Response<java.lang.Boolean> |
exists(java.lang.String key) |
Response<java.lang.Long> |
expire(byte[] key,
long seconds) |
Response<java.lang.Long> |
expire(byte[] key,
long seconds,
ExpiryOption expiryOption) |
Response<java.lang.Long> |
expire(java.lang.String key,
long seconds) |
Response<java.lang.Long> |
expire(java.lang.String key,
long seconds,
ExpiryOption expiryOption) |
Response<java.lang.Long> |
expireAt(byte[] key,
long unixTime) |
Response<java.lang.Long> |
expireAt(byte[] key,
long unixTime,
ExpiryOption expiryOption) |
Response<java.lang.Long> |
expireAt(java.lang.String key,
long unixTime) |
Response<java.lang.Long> |
expireAt(java.lang.String key,
long unixTime,
ExpiryOption expiryOption) |
Response<java.lang.Long> |
expireTime(byte[] key) |
Response<java.lang.Long> |
expireTime(java.lang.String key) |
Response<java.lang.Object> |
fcall(byte[] name,
java.util.List<byte[]> keys,
java.util.List<byte[]> args) |
Response<java.lang.Object> |
fcall(java.lang.String name,
java.util.List<java.lang.String> keys,
java.util.List<java.lang.String> args) |
Response<java.lang.Object> |
fcallReadonly(byte[] name,
java.util.List<byte[]> keys,
java.util.List<byte[]> args) |
Response<java.lang.Object> |
fcallReadonly(java.lang.String name,
java.util.List<java.lang.String> keys,
java.util.List<java.lang.String> args) |
Response<AggregationResult> |
ftAggregate(java.lang.String indexName,
AggregationBuilder aggr) |
Response<java.lang.String> |
ftAliasAdd(java.lang.String aliasName,
java.lang.String indexName) |
Response<java.lang.String> |
ftAliasDel(java.lang.String aliasName) |
Response<java.lang.String> |
ftAliasUpdate(java.lang.String aliasName,
java.lang.String indexName) |
Response<java.lang.String> |
ftAlter(java.lang.String indexName,
java.lang.Iterable<SchemaField> schemaFields) |
Response<java.lang.String> |
ftAlter(java.lang.String indexName,
Schema schema) |
Response<java.util.Map<java.lang.String,java.lang.Object>> |
ftConfigGet(java.lang.String option)
Deprecated.
|
Response<java.util.Map<java.lang.String,java.lang.Object>> |
ftConfigGet(java.lang.String indexName,
java.lang.String option)
Deprecated.
|
Response<java.lang.String> |
ftConfigSet(java.lang.String option,
java.lang.String value)
Deprecated.
|
Response<java.lang.String> |
ftConfigSet(java.lang.String indexName,
java.lang.String option,
java.lang.String value)
Deprecated.
|
Response<java.lang.String> |
ftCreate(java.lang.String indexName,
FTCreateParams createParams,
java.lang.Iterable<SchemaField> schemaFields) |
Response<java.lang.String> |
ftCreate(java.lang.String indexName,
IndexOptions indexOptions,
Schema schema) |
Response<java.lang.Long> |
ftDictAdd(java.lang.String dictionary,
java.lang.String... terms) |
Response<java.lang.Long> |
ftDictAddBySampleKey(java.lang.String indexName,
java.lang.String dictionary,
java.lang.String... terms) |
Response<java.lang.Long> |
ftDictDel(java.lang.String dictionary,
java.lang.String... terms) |
Response<java.lang.Long> |
ftDictDelBySampleKey(java.lang.String indexName,
java.lang.String dictionary,
java.lang.String... terms) |
Response<java.util.Set<java.lang.String>> |
ftDictDump(java.lang.String dictionary) |
Response<java.util.Set<java.lang.String>> |
ftDictDumpBySampleKey(java.lang.String indexName,
java.lang.String dictionary) |
Response<java.lang.String> |
ftDropIndex(java.lang.String indexName) |
Response<java.lang.String> |
ftDropIndexDD(java.lang.String indexName) |
Response<java.lang.String> |
ftExplain(java.lang.String indexName,
Query query) |
Response<java.util.List<java.lang.String>> |
ftExplainCLI(java.lang.String indexName,
Query query) |
Response<java.util.Map<java.lang.String,java.lang.Object>> |
ftInfo(java.lang.String indexName) |
Response<SearchResult> |
ftSearch(byte[] indexName,
Query query)
Deprecated.
|
Response<SearchResult> |
ftSearch(java.lang.String indexName,
Query query) |
Response<SearchResult> |
ftSearch(java.lang.String indexName,
java.lang.String query) |
Response<SearchResult> |
ftSearch(java.lang.String indexName,
java.lang.String query,
FTSearchParams searchParams) |
Response<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Double>>> |
ftSpellCheck(java.lang.String index,
java.lang.String query) |
Response<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Double>>> |
ftSpellCheck(java.lang.String index,
java.lang.String query,
FTSpellCheckParams spellCheckParams) |
Response<java.lang.Long> |
ftSugAdd(java.lang.String key,
java.lang.String string,
double score) |
Response<java.lang.Long> |
ftSugAddIncr(java.lang.String key,
java.lang.String string,
double score) |
Response<java.lang.Boolean> |
ftSugDel(java.lang.String key,
java.lang.String string) |
Response<java.util.List<java.lang.String>> |
ftSugGet(java.lang.String key,
java.lang.String prefix) |
Response<java.util.List<java.lang.String>> |
ftSugGet(java.lang.String key,
java.lang.String prefix,
boolean fuzzy,
int max) |
Response<java.util.List<Tuple>> |
ftSugGetWithScores(java.lang.String key,
java.lang.String prefix) |
Response<java.util.List<Tuple>> |
ftSugGetWithScores(java.lang.String key,
java.lang.String prefix,
boolean fuzzy,
int max) |
Response<java.lang.Long> |
ftSugLen(java.lang.String key) |
Response<java.util.Map<java.lang.String,java.util.List<java.lang.String>>> |
ftSynDump(java.lang.String indexName) |
Response<java.lang.String> |
ftSynUpdate(java.lang.String indexName,
java.lang.String synonymGroupId,
java.lang.String... terms) |
Response<java.util.Set<java.lang.String>> |
ftTagVals(java.lang.String indexName,
java.lang.String fieldName) |
Response<java.lang.String> |
functionDelete(byte[] libraryName) |
Response<java.lang.String> |
functionDelete(java.lang.String libraryName) |
Response<byte[]> |
functionDump() |
Response<java.lang.String> |
functionFlush() |
Response<java.lang.String> |
functionFlush(FlushMode mode) |
Response<java.lang.String> |
functionKill() |
Response<java.util.List<LibraryInfo>> |
functionList() |
Response<java.util.List<java.lang.Object>> |
functionList(byte[] libraryNamePattern) |
Response<java.util.List<LibraryInfo>> |
functionList(java.lang.String libraryNamePattern) |
Response<java.util.List<java.lang.Object>> |
functionListBinary() |
Response<java.util.List<LibraryInfo>> |
functionListWithCode() |
Response<java.util.List<java.lang.Object>> |
functionListWithCode(byte[] libraryNamePattern) |
Response<java.util.List<LibraryInfo>> |
functionListWithCode(java.lang.String libraryNamePattern) |
Response<java.util.List<java.lang.Object>> |
functionListWithCodeBinary() |
Response<java.lang.String> |
functionLoad(byte[] functionCode) |
Response<java.lang.String> |
functionLoad(java.lang.String functionCode) |
Response<java.lang.String> |
functionLoadReplace(byte[] functionCode) |
Response<java.lang.String> |
functionLoadReplace(java.lang.String functionCode) |
Response<java.lang.String> |
functionRestore(byte[] serializedValue) |
Response<java.lang.String> |
functionRestore(byte[] serializedValue,
FunctionRestorePolicy policy) |
Response<FunctionStats> |
functionStats() |
Response<java.lang.Object> |
functionStatsBinary() |
Response<java.lang.Long> |
geoadd(byte[] key,
double longitude,
double latitude,
byte[] member) |
Response<java.lang.Long> |
geoadd(byte[] key,
GeoAddParams params,
java.util.Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<java.lang.Long> |
geoadd(byte[] key,
java.util.Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<java.lang.Long> |
geoadd(java.lang.String key,
double longitude,
double latitude,
java.lang.String member) |
Response<java.lang.Long> |
geoadd(java.lang.String key,
GeoAddParams params,
java.util.Map<java.lang.String,GeoCoordinate> memberCoordinateMap) |
Response<java.lang.Long> |
geoadd(java.lang.String key,
java.util.Map<java.lang.String,GeoCoordinate> memberCoordinateMap) |
Response<java.lang.Double> |
geodist(byte[] key,
byte[] member1,
byte[] member2) |
Response<java.lang.Double> |
geodist(byte[] key,
byte[] member1,
byte[] member2,
GeoUnit unit) |
Response<java.lang.Double> |
geodist(java.lang.String key,
java.lang.String member1,
java.lang.String member2) |
Response<java.lang.Double> |
geodist(java.lang.String key,
java.lang.String member1,
java.lang.String member2,
GeoUnit unit) |
Response<java.util.List<byte[]>> |
geohash(byte[] key,
byte[]... members) |
Response<java.util.List<java.lang.String>> |
geohash(java.lang.String key,
java.lang.String... members) |
Response<java.util.List<GeoCoordinate>> |
geopos(byte[] key,
byte[]... members) |
Response<java.util.List<GeoCoordinate>> |
geopos(java.lang.String key,
java.lang.String... members) |
Response<java.util.List<GeoRadiusResponse>> |
georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.lang.Long> |
georadiusByMemberStore(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
Response<java.lang.Long> |
georadiusByMemberStore(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.lang.Long> |
georadiusStore(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
Response<java.lang.Long> |
georadiusStore(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
Response<java.util.List<GeoRadiusResponse>> |
geosearch(byte[] key,
byte[] member,
double width,
double height,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
geosearch(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
geosearch(byte[] key,
GeoSearchParam params) |
Response<java.util.List<GeoRadiusResponse>> |
geosearch(java.lang.String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
geosearch(java.lang.String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
geosearch(java.lang.String key,
GeoSearchParam params) |
Response<java.util.List<GeoRadiusResponse>> |
geosearch(java.lang.String key,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
geosearch(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
Response<java.lang.Long> |
geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double width,
double height,
GeoUnit unit) |
Response<java.lang.Long> |
geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.lang.Long> |
geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<java.lang.Long> |
geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<java.lang.Long> |
geosearchStore(byte[] dest,
byte[] src,
GeoSearchParam params) |
Response<java.lang.Long> |
geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<java.lang.Long> |
geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<java.lang.Long> |
geosearchStore(java.lang.String dest,
java.lang.String src,
GeoSearchParam params) |
Response<java.lang.Long> |
geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
Response<java.lang.Long> |
geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double radius,
GeoUnit unit) |
Response<java.lang.Long> |
geosearchStoreStoreDist(byte[] dest,
byte[] src,
GeoSearchParam params) |
Response<java.lang.Long> |
geosearchStoreStoreDist(java.lang.String dest,
java.lang.String src,
GeoSearchParam params) |
Response<byte[]> |
get(byte[] key) |
Response<java.lang.String> |
get(java.lang.String key) |
Response<java.lang.Boolean> |
getbit(byte[] key,
long offset) |
Response<java.lang.Boolean> |
getbit(java.lang.String key,
long offset) |
Response<byte[]> |
getDel(byte[] key) |
Response<java.lang.String> |
getDel(java.lang.String key) |
Response<byte[]> |
getEx(byte[] key,
GetExParams params) |
Response<java.lang.String> |
getEx(java.lang.String key,
GetExParams params) |
Response<byte[]> |
getrange(byte[] key,
long startOffset,
long endOffset) |
Response<java.lang.String> |
getrange(java.lang.String key,
long startOffset,
long endOffset) |
Response<byte[]> |
getSet(byte[] key,
byte[] value)
Deprecated.
|
Response<java.lang.String> |
getSet(java.lang.String key,
java.lang.String value)
Deprecated.
|
Response<java.lang.Long> |
hdel(byte[] key,
byte[]... field) |
Response<java.lang.Long> |
hdel(java.lang.String key,
java.lang.String... field) |
Response<java.lang.Boolean> |
hexists(byte[] key,
byte[] field) |
Response<java.lang.Boolean> |
hexists(java.lang.String key,
java.lang.String field) |
Response<java.util.List<java.lang.Long>> |
hexpire(byte[] key,
long seconds,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hexpire(byte[] key,
long seconds,
ExpiryOption condition,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hexpire(java.lang.String key,
long seconds,
ExpiryOption condition,
java.lang.String... fields) |
Response<java.util.List<java.lang.Long>> |
hexpire(java.lang.String key,
long seconds,
java.lang.String... fields) |
Response<java.util.List<java.lang.Long>> |
hexpireAt(byte[] key,
long unixTimeSeconds,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hexpireAt(byte[] key,
long unixTimeSeconds,
ExpiryOption condition,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hexpireAt(java.lang.String key,
long unixTimeSeconds,
ExpiryOption condition,
java.lang.String... fields) |
Response<java.util.List<java.lang.Long>> |
hexpireAt(java.lang.String key,
long unixTimeSeconds,
java.lang.String... fields) |
Response<java.util.List<java.lang.Long>> |
hexpireTime(byte[] key,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hexpireTime(java.lang.String key,
java.lang.String... fields) |
Response<byte[]> |
hget(byte[] key,
byte[] field) |
Response<java.lang.String> |
hget(java.lang.String key,
java.lang.String field) |
Response<java.util.Map<byte[],byte[]>> |
hgetAll(byte[] key) |
Response<java.util.Map<java.lang.String,java.lang.String>> |
hgetAll(java.lang.String key) |
Response<java.util.List<byte[]>> |
hgetdel(byte[] key,
byte[]... fields)
Retrieves the values associated with the specified fields in the hash stored at the given key
and then deletes those fields from the hash.
|
Response<java.util.List<java.lang.String>> |
hgetdel(java.lang.String key,
java.lang.String... fields)
Retrieves the values associated with the specified fields in the hash stored at the given key
and then deletes those fields from the hash.
|
Response<java.util.List<byte[]>> |
hgetex(byte[] key,
HGetExParams params,
byte[]... fields)
Retrieves the values associated with the specified fields in a hash stored at the given key
and optionally sets their expiration.
|
Response<java.util.List<java.lang.String>> |
hgetex(java.lang.String key,
HGetExParams params,
java.lang.String... fields)
Retrieves the values associated with the specified fields in a hash stored at the given key
and optionally sets their expiration.
|
Response<java.lang.Long> |
hincrBy(byte[] key,
byte[] field,
long value) |
Response<java.lang.Long> |
hincrBy(java.lang.String key,
java.lang.String field,
long value) |
Response<java.lang.Double> |
hincrByFloat(byte[] key,
byte[] field,
double value) |
Response<java.lang.Double> |
hincrByFloat(java.lang.String key,
java.lang.String field,
double value) |
Response<java.util.Set<byte[]>> |
hkeys(byte[] key) |
Response<java.util.Set<java.lang.String>> |
hkeys(java.lang.String key) |
Response<java.lang.Long> |
hlen(byte[] key) |
Response<java.lang.Long> |
hlen(java.lang.String key) |
Response<java.util.List<byte[]>> |
hmget(byte[] key,
byte[]... fields) |
Response<java.util.List<java.lang.String>> |
hmget(java.lang.String key,
java.lang.String... fields) |
Response<java.lang.String> |
hmset(byte[] key,
java.util.Map<byte[],byte[]> hash) |
Response<java.lang.String> |
hmset(java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> hash) |
Response<java.util.List<java.lang.Long>> |
hpersist(byte[] key,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hpersist(java.lang.String key,
java.lang.String... fields) |
Response<java.util.List<java.lang.Long>> |
hpexpire(byte[] key,
long milliseconds,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hpexpire(byte[] key,
long milliseconds,
ExpiryOption condition,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hpexpire(java.lang.String key,
long milliseconds,
ExpiryOption condition,
java.lang.String... fields) |
Response<java.util.List<java.lang.Long>> |
hpexpire(java.lang.String key,
long milliseconds,
java.lang.String... fields) |
Response<java.util.List<java.lang.Long>> |
hpexpireAt(byte[] key,
long unixTimeMillis,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hpexpireAt(byte[] key,
long unixTimeMillis,
ExpiryOption condition,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hpexpireAt(java.lang.String key,
long unixTimeMillis,
ExpiryOption condition,
java.lang.String... fields) |
Response<java.util.List<java.lang.Long>> |
hpexpireAt(java.lang.String key,
long unixTimeMillis,
java.lang.String... fields) |
Response<java.util.List<java.lang.Long>> |
hpexpireTime(byte[] key,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hpexpireTime(java.lang.String key,
java.lang.String... fields) |
Response<java.util.List<java.lang.Long>> |
hpttl(byte[] key,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
hpttl(java.lang.String key,
java.lang.String... fields) |
Response<byte[]> |
hrandfield(byte[] key) |
Response<java.util.List<byte[]>> |
hrandfield(byte[] key,
long count) |
Response<java.lang.String> |
hrandfield(java.lang.String key) |
Response<java.util.List<java.lang.String>> |
hrandfield(java.lang.String key,
long count) |
Response<java.util.List<java.util.Map.Entry<byte[],byte[]>>> |
hrandfieldWithValues(byte[] key,
long count) |
Response<java.util.List<java.util.Map.Entry<java.lang.String,java.lang.String>>> |
hrandfieldWithValues(java.lang.String key,
long count) |
Response<ScanResult<java.util.Map.Entry<byte[],byte[]>>> |
hscan(byte[] key,
byte[] cursor,
ScanParams params) |
Response<ScanResult<java.util.Map.Entry<java.lang.String,java.lang.String>>> |
hscan(java.lang.String key,
java.lang.String cursor,
ScanParams params) |
Response<ScanResult<byte[]>> |
hscanNoValues(byte[] key,
byte[] cursor,
ScanParams params) |
Response<ScanResult<java.lang.String>> |
hscanNoValues(java.lang.String key,
java.lang.String cursor,
ScanParams params) |
Response<java.lang.Long> |
hset(byte[] key,
byte[] field,
byte[] value) |
Response<java.lang.Long> |
hset(byte[] key,
java.util.Map<byte[],byte[]> hash) |
Response<java.lang.Long> |
hset(java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> hash) |
Response<java.lang.Long> |
hset(java.lang.String key,
java.lang.String field,
java.lang.String value) |
Response<java.lang.Long> |
hsetex(byte[] key,
HSetExParams params,
byte[] field,
byte[] value)
Sets the specified field in the hash stored at key to the specified value with additional parameters,
and optionally set their expiration.
|
Response<java.lang.Long> |
hsetex(byte[] key,
HSetExParams params,
java.util.Map<byte[],byte[]> hash)
Sets the specified fields in the hash stored at key to the specified values with additional parameters,
and optionally set their expiration.
|
Response<java.lang.Long> |
hsetex(java.lang.String key,
HSetExParams params,
java.util.Map<java.lang.String,java.lang.String> hash)
Sets the specified fields in the hash stored at key to the specified values with additional parameters,
and optionally set their expiration.
|
Response<java.lang.Long> |
hsetex(java.lang.String key,
HSetExParams params,
java.lang.String field,
java.lang.String value)
Sets the specified field in the hash stored at key to the specified value with additional parameters,
and optionally set their expiration.
|
Response<java.lang.Long> |
hsetnx(byte[] key,
byte[] field,
byte[] value) |
Response<java.lang.Long> |
hsetnx(java.lang.String key,
java.lang.String field,
java.lang.String value) |
Response<java.lang.Long> |
hstrlen(byte[] key,
byte[] field) |
Response<java.lang.Long> |
hstrlen(java.lang.String key,
java.lang.String field) |
Response<java.util.List<java.lang.Long>> |
httl(byte[] key,
byte[]... fields) |
Response<java.util.List<java.lang.Long>> |
httl(java.lang.String key,
java.lang.String... fields) |
Response<java.util.List<byte[]>> |
hvals(byte[] key) |
Response<java.util.List<java.lang.String>> |
hvals(java.lang.String key) |
Response<java.lang.Long> |
incr(byte[] key) |
Response<java.lang.Long> |
incr(java.lang.String key) |
Response<java.lang.Long> |
incrBy(byte[] key,
long increment) |
Response<java.lang.Long> |
incrBy(java.lang.String key,
long increment) |
Response<java.lang.Double> |
incrByFloat(byte[] key,
double increment) |
Response<java.lang.Double> |
incrByFloat(java.lang.String key,
double increment) |
Response<java.util.List<java.lang.Long>> |
jsonArrAppend(java.lang.String key,
Path2 path,
java.lang.Object... objects) |
Response<java.lang.Long> |
jsonArrAppend(java.lang.String key,
Path path,
java.lang.Object... objects) |
Response<java.util.List<java.lang.Long>> |
jsonArrAppendWithEscape(java.lang.String key,
Path2 path,
java.lang.Object... objects) |
Response<java.util.List<java.lang.Long>> |
jsonArrIndex(java.lang.String key,
Path2 path,
java.lang.Object scalar) |
Response<java.lang.Long> |
jsonArrIndex(java.lang.String key,
Path path,
java.lang.Object scalar) |
Response<java.util.List<java.lang.Long>> |
jsonArrIndexWithEscape(java.lang.String key,
Path2 path,
java.lang.Object scalar) |
Response<java.util.List<java.lang.Long>> |
jsonArrInsert(java.lang.String key,
Path2 path,
int index,
java.lang.Object... objects) |
Response<java.lang.Long> |
jsonArrInsert(java.lang.String key,
Path path,
int index,
java.lang.Object... pojos) |
Response<java.util.List<java.lang.Long>> |
jsonArrInsertWithEscape(java.lang.String key,
Path2 path,
int index,
java.lang.Object... objects) |
Response<java.lang.Long> |
jsonArrLen(java.lang.String key) |
Response<java.lang.Long> |
jsonArrLen(java.lang.String key,
Path path) |
Response<java.util.List<java.lang.Long>> |
jsonArrLen(java.lang.String key,
Path2 path) |
Response<java.lang.Object> |
jsonArrPop(java.lang.String key) |
<T> Response<T> |
jsonArrPop(java.lang.String key,
java.lang.Class<T> clazz) |
<T> Response<T> |
jsonArrPop(java.lang.String key,
java.lang.Class<T> clazz,
Path path) |
<T> Response<T> |
jsonArrPop(java.lang.String key,
java.lang.Class<T> clazz,
Path path,
int index) |
Response<java.lang.Object> |
jsonArrPop(java.lang.String key,
Path path) |
Response<java.util.List<java.lang.Object>> |
jsonArrPop(java.lang.String key,
Path2 path) |
Response<java.util.List<java.lang.Object>> |
jsonArrPop(java.lang.String key,
Path2 path,
int index) |
Response<java.lang.Object> |
jsonArrPop(java.lang.String key,
Path path,
int index) |
Response<java.util.List<java.lang.Long>> |
jsonArrTrim(java.lang.String key,
Path2 path,
int start,
int stop) |
Response<java.lang.Long> |
jsonArrTrim(java.lang.String key,
Path path,
int start,
int stop) |
Response<java.lang.Long> |
jsonClear(java.lang.String key) |
Response<java.lang.Long> |
jsonClear(java.lang.String key,
Path path) |
Response<java.lang.Long> |
jsonClear(java.lang.String key,
Path2 path) |
Response<java.lang.Long> |
jsonDel(java.lang.String key) |
Response<java.lang.Long> |
jsonDel(java.lang.String key,
Path path) |
Response<java.lang.Long> |
jsonDel(java.lang.String key,
Path2 path) |
Response<java.lang.Object> |
jsonGet(java.lang.String key) |
<T> Response<T> |
jsonGet(java.lang.String key,
java.lang.Class<T> clazz) |
<T> Response<T> |
jsonGet(java.lang.String key,
java.lang.Class<T> clazz,
Path... paths) |
Response<java.lang.Object> |
jsonGet(java.lang.String key,
Path... paths) |
Response<java.lang.Object> |
jsonGet(java.lang.String key,
Path2... paths) |
Response<java.lang.String> |
jsonMerge(java.lang.String key,
Path2 path,
java.lang.Object object) |
Response<java.lang.String> |
jsonMerge(java.lang.String key,
Path path,
java.lang.Object object) |
Response<java.util.List<org.json.JSONArray>> |
jsonMGet(Path2 path,
java.lang.String... keys) |
<T> Response<java.util.List<T>> |
jsonMGet(Path path,
java.lang.Class<T> clazz,
java.lang.String... keys) |
Response<java.lang.Object> |
jsonNumIncrBy(java.lang.String key,
Path2 path,
double value) |
Response<java.lang.Double> |
jsonNumIncrBy(java.lang.String key,
Path path,
double value) |
Response<java.lang.String> |
jsonSet(java.lang.String key,
Path2 path,
java.lang.Object object) |
Response<java.lang.String> |
jsonSet(java.lang.String key,
Path2 path,
java.lang.Object object,
JsonSetParams params) |
Response<java.lang.String> |
jsonSet(java.lang.String key,
Path path,
java.lang.Object object) |
Response<java.lang.String> |
jsonSet(java.lang.String key,
Path path,
java.lang.Object object,
JsonSetParams params) |
Response<java.lang.String> |
jsonSetWithEscape(java.lang.String key,
Path2 path,
java.lang.Object object) |
Response<java.lang.String> |
jsonSetWithEscape(java.lang.String key,
Path2 path,
java.lang.Object object,
JsonSetParams params) |
Response<java.lang.Long> |
jsonStrAppend(java.lang.String key,
java.lang.Object string) |
Response<java.util.List<java.lang.Long>> |
jsonStrAppend(java.lang.String key,
Path2 path,
java.lang.Object string) |
Response<java.lang.Long> |
jsonStrAppend(java.lang.String key,
Path path,
java.lang.Object string) |
Response<java.lang.Long> |
jsonStrLen(java.lang.String key) |
Response<java.lang.Long> |
jsonStrLen(java.lang.String key,
Path path) |
Response<java.util.List<java.lang.Long>> |
jsonStrLen(java.lang.String key,
Path2 path) |
Response<java.lang.String> |
jsonToggle(java.lang.String key,
Path path) |
Response<java.util.List<java.lang.Boolean>> |
jsonToggle(java.lang.String key,
Path2 path) |
Response<java.lang.Class<?>> |
jsonType(java.lang.String key) |
Response<java.lang.Class<?>> |
jsonType(java.lang.String key,
Path path) |
Response<java.util.List<java.lang.Class<?>>> |
jsonType(java.lang.String key,
Path2 path) |
Response<java.util.Set<byte[]>> |
keys(byte[] pattern) |
Response<java.util.Set<java.lang.String>> |
keys(java.lang.String pattern) |
Response<LCSMatchResult> |
lcs(byte[] keyA,
byte[] keyB,
LCSParams params) |
Response<LCSMatchResult> |
lcs(java.lang.String keyA,
java.lang.String keyB,
LCSParams params) |
Response<byte[]> |
lindex(byte[] key,
long index) |
Response<java.lang.String> |
lindex(java.lang.String key,
long index) |
Response<java.lang.Long> |
linsert(byte[] key,
ListPosition where,
byte[] pivot,
byte[] value) |
Response<java.lang.Long> |
linsert(java.lang.String key,
ListPosition where,
java.lang.String pivot,
java.lang.String value) |
Response<java.lang.Long> |
llen(byte[] key) |
Response<java.lang.Long> |
llen(java.lang.String key) |
Response<byte[]> |
lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
Response<java.lang.String> |
lmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to) |
Response<KeyValue<byte[],java.util.List<byte[]>>> |
lmpop(ListDirection direction,
byte[]... keys) |
Response<KeyValue<byte[],java.util.List<byte[]>>> |
lmpop(ListDirection direction,
int count,
byte[]... keys) |
Response<KeyValue<java.lang.String,java.util.List<java.lang.String>>> |
lmpop(ListDirection direction,
int count,
java.lang.String... keys) |
Response<KeyValue<java.lang.String,java.util.List<java.lang.String>>> |
lmpop(ListDirection direction,
java.lang.String... keys) |
Response<byte[]> |
lpop(byte[] key) |
Response<java.util.List<byte[]>> |
lpop(byte[] key,
int count) |
Response<java.lang.String> |
lpop(java.lang.String key) |
Response<java.util.List<java.lang.String>> |
lpop(java.lang.String key,
int count) |
Response<java.lang.Long> |
lpos(byte[] key,
byte[] element) |
Response<java.lang.Long> |
lpos(byte[] key,
byte[] element,
LPosParams params) |
Response<java.util.List<java.lang.Long>> |
lpos(byte[] key,
byte[] element,
LPosParams params,
long count) |
Response<java.lang.Long> |
lpos(java.lang.String key,
java.lang.String element) |
Response<java.lang.Long> |
lpos(java.lang.String key,
java.lang.String element,
LPosParams params) |
Response<java.util.List<java.lang.Long>> |
lpos(java.lang.String key,
java.lang.String element,
LPosParams params,
long count) |
Response<java.lang.Long> |
lpush(byte[] key,
byte[]... args) |
Response<java.lang.Long> |
lpush(java.lang.String key,
java.lang.String... string) |
Response<java.lang.Long> |
lpushx(byte[] key,
byte[]... args) |
Response<java.lang.Long> |
lpushx(java.lang.String key,
java.lang.String... strings) |
Response<java.util.List<byte[]>> |
lrange(byte[] key,
long start,
long stop) |
Response<java.util.List<java.lang.String>> |
lrange(java.lang.String key,
long start,
long stop) |
Response<java.lang.Long> |
lrem(byte[] key,
long count,
byte[] value) |
Response<java.lang.Long> |
lrem(java.lang.String key,
long count,
java.lang.String value) |
Response<java.lang.String> |
lset(byte[] key,
long index,
byte[] value) |
Response<java.lang.String> |
lset(java.lang.String key,
long index,
java.lang.String value) |
Response<java.lang.String> |
ltrim(byte[] key,
long start,
long stop) |
Response<java.lang.String> |
ltrim(java.lang.String key,
long start,
long stop) |
Response<java.lang.Long> |
memoryUsage(byte[] key) |
Response<java.lang.Long> |
memoryUsage(byte[] key,
int samples) |
Response<java.lang.Long> |
memoryUsage(java.lang.String key) |
Response<java.lang.Long> |
memoryUsage(java.lang.String key,
int samples) |
Response<java.util.List<byte[]>> |
mget(byte[]... keys) |
Response<java.util.List<java.lang.String>> |
mget(java.lang.String... keys) |
Response<java.lang.String> |
migrate(java.lang.String host,
int port,
byte[] key,
int timeout) |
Response<java.lang.String> |
migrate(java.lang.String host,
int port,
int timeout,
MigrateParams params,
byte[]... keys) |
Response<java.lang.String> |
migrate(java.lang.String host,
int port,
int timeout,
MigrateParams params,
java.lang.String... keys) |
Response<java.lang.String> |
migrate(java.lang.String host,
int port,
java.lang.String key,
int timeout) |
Response<java.lang.String> |
mset(byte[]... keysvalues) |
Response<java.lang.String> |
mset(java.lang.String... keysvalues) |
Response<java.lang.Boolean> |
msetex(MSetExParams params,
byte[]... keysvalues)
Multi-set with optional condition and expiration.
|
Response<java.lang.Boolean> |
msetex(MSetExParams params,
java.lang.String... keysvalues)
Multi-set with optional condition and expiration.
|
Response<java.lang.Long> |
msetnx(byte[]... keysvalues) |
Response<java.lang.Long> |
msetnx(java.lang.String... keysvalues) |
Response<byte[]> |
objectEncoding(byte[] key) |
Response<java.lang.String> |
objectEncoding(java.lang.String key) |
Response<java.lang.Long> |
objectFreq(byte[] key) |
Response<java.lang.Long> |
objectFreq(java.lang.String key) |
Response<java.lang.Long> |
objectIdletime(byte[] key) |
Response<java.lang.Long> |
objectIdletime(java.lang.String key) |
Response<java.lang.Long> |
objectRefcount(byte[] key) |
Response<java.lang.Long> |
objectRefcount(java.lang.String key) |
Response<java.lang.Long> |
persist(byte[] key) |
Response<java.lang.Long> |
persist(java.lang.String key) |
Response<java.lang.Long> |
pexpire(byte[] key,
long milliseconds) |
Response<java.lang.Long> |
pexpire(byte[] key,
long milliseconds,
ExpiryOption expiryOption) |
Response<java.lang.Long> |
pexpire(java.lang.String key,
long milliseconds) |
Response<java.lang.Long> |
pexpire(java.lang.String key,
long milliseconds,
ExpiryOption expiryOption) |
Response<java.lang.Long> |
pexpireAt(byte[] key,
long millisecondsTimestamp) |
Response<java.lang.Long> |
pexpireAt(byte[] key,
long millisecondsTimestamp,
ExpiryOption expiryOption) |
Response<java.lang.Long> |
pexpireAt(java.lang.String key,
long millisecondsTimestamp) |
Response<java.lang.Long> |
pexpireAt(java.lang.String key,
long millisecondsTimestamp,
ExpiryOption expiryOption) |
Response<java.lang.Long> |
pexpireTime(byte[] key) |
Response<java.lang.Long> |
pexpireTime(java.lang.String key) |
Response<java.lang.Long> |
pfadd(byte[] key,
byte[]... elements) |
Response<java.lang.Long> |
pfadd(java.lang.String key,
java.lang.String... elements) |
Response<java.lang.Long> |
pfcount(byte[]... keys) |
Response<java.lang.Long> |
pfcount(byte[] key) |
Response<java.lang.Long> |
pfcount(java.lang.String... keys) |
Response<java.lang.Long> |
pfcount(java.lang.String key) |
Response<java.lang.String> |
pfmerge(byte[] destkey,
byte[]... sourcekeys) |
Response<java.lang.String> |
pfmerge(java.lang.String destkey,
java.lang.String... sourcekeys) |
Response<java.lang.String> |
psetex(byte[] key,
long milliseconds,
byte[] value) |
Response<java.lang.String> |
psetex(java.lang.String key,
long milliseconds,
java.lang.String value) |
Response<java.lang.Long> |
pttl(byte[] key) |
Response<java.lang.Long> |
pttl(java.lang.String key) |
Response<byte[]> |
randomBinaryKey() |
Response<java.lang.String> |
randomKey() |
Response<java.lang.String> |
rename(byte[] oldkey,
byte[] newkey) |
Response<java.lang.String> |
rename(java.lang.String oldkey,
java.lang.String newkey) |
Response<java.lang.Long> |
renamenx(byte[] oldkey,
byte[] newkey) |
Response<java.lang.Long> |
renamenx(java.lang.String oldkey,
java.lang.String newkey) |
Response<java.lang.String> |
restore(byte[] key,
long ttl,
byte[] serializedValue) |
Response<java.lang.String> |
restore(byte[] key,
long ttl,
byte[] serializedValue,
RestoreParams params) |
Response<java.lang.String> |
restore(java.lang.String key,
long ttl,
byte[] serializedValue) |
Response<java.lang.String> |
restore(java.lang.String key,
long ttl,
byte[] serializedValue,
RestoreParams params) |
Response<byte[]> |
rpop(byte[] key) |
Response<java.util.List<byte[]>> |
rpop(byte[] key,
int count) |
Response<java.lang.String> |
rpop(java.lang.String key) |
Response<java.util.List<java.lang.String>> |
rpop(java.lang.String key,
int count) |
Response<byte[]> |
rpoplpush(byte[] srckey,
byte[] dstkey) |
Response<java.lang.String> |
rpoplpush(java.lang.String srcKey,
java.lang.String dstKey) |
Response<java.lang.Long> |
rpush(byte[] key,
byte[]... args) |
Response<java.lang.Long> |
rpush(java.lang.String key,
java.lang.String... string) |
Response<java.lang.Long> |
rpushx(byte[] key,
byte[]... args) |
Response<java.lang.Long> |
rpushx(java.lang.String key,
java.lang.String... strings) |
Response<java.lang.Long> |
sadd(byte[] key,
byte[]... members) |
Response<java.lang.Long> |
sadd(java.lang.String key,
java.lang.String... members) |
Response<ScanResult<byte[]>> |
scan(byte[] cursor) |
Response<ScanResult<byte[]>> |
scan(byte[] cursor,
ScanParams params) |
Response<ScanResult<byte[]>> |
scan(byte[] cursor,
ScanParams params,
byte[] type) |
Response<ScanResult<java.lang.String>> |
scan(java.lang.String cursor) |
Response<ScanResult<java.lang.String>> |
scan(java.lang.String cursor,
ScanParams params) |
Response<ScanResult<java.lang.String>> |
scan(java.lang.String cursor,
ScanParams params,
java.lang.String type) |
Response<java.lang.Long> |
scard(byte[] key) |
Response<java.lang.Long> |
scard(java.lang.String key) |
Response<java.util.List<java.lang.Boolean>> |
scriptExists(byte[] sampleKey,
byte[]... sha1s) |
Response<java.util.List<java.lang.Boolean>> |
scriptExists(java.lang.String sampleKey,
java.lang.String... sha1) |
Response<java.lang.String> |
scriptFlush(byte[] sampleKey) |
Response<java.lang.String> |
scriptFlush(byte[] sampleKey,
FlushMode flushMode) |
Response<java.lang.String> |
scriptFlush(java.lang.String sampleKey) |
Response<java.lang.String> |
scriptFlush(java.lang.String sampleKey,
FlushMode flushMode) |
Response<java.lang.String> |
scriptKill(byte[] sampleKey) |
Response<java.lang.String> |
scriptKill(java.lang.String sampleKey) |
Response<byte[]> |
scriptLoad(byte[] script,
byte[] sampleKey) |
Response<java.lang.String> |
scriptLoad(java.lang.String script,
java.lang.String sampleKey) |
Response<java.util.Set<byte[]>> |
sdiff(byte[]... keys) |
Response<java.util.Set<java.lang.String>> |
sdiff(java.lang.String... keys) |
Response<java.lang.Long> |
sdiffstore(byte[] dstkey,
byte[]... keys) |
Response<java.lang.Long> |
sdiffstore(java.lang.String dstKey,
java.lang.String... keys) |
Response<java.lang.Object> |
sendCommand(CommandArguments args) |
Response<java.lang.Object> |
sendCommand(ProtocolCommand cmd,
byte[]... args) |
Response<java.lang.Object> |
sendCommand(ProtocolCommand cmd,
java.lang.String... args) |
Response<java.lang.String> |
set(byte[] key,
byte[] value) |
Response<java.lang.String> |
set(byte[] key,
byte[] value,
SetParams params) |
Response<java.lang.String> |
set(java.lang.String key,
java.lang.String value) |
Response<java.lang.String> |
set(java.lang.String key,
java.lang.String value,
SetParams params) |
Response<java.lang.Boolean> |
setbit(byte[] key,
long offset,
boolean value) |
Response<java.lang.Boolean> |
setbit(java.lang.String key,
long offset,
boolean value) |
Response<java.lang.String> |
setex(byte[] key,
long seconds,
byte[] value) |
Response<java.lang.String> |
setex(java.lang.String key,
long seconds,
java.lang.String value) |
Response<byte[]> |
setGet(byte[] key,
byte[] value) |
Response<byte[]> |
setGet(byte[] key,
byte[] value,
SetParams params) |
Response<java.lang.String> |
setGet(java.lang.String key,
java.lang.String value) |
Response<java.lang.String> |
setGet(java.lang.String key,
java.lang.String value,
SetParams params) |
void |
setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) |
Response<java.lang.Long> |
setnx(byte[] key,
byte[] value) |
Response<java.lang.Long> |
setnx(java.lang.String key,
java.lang.String value) |
Response<java.lang.Long> |
setrange(byte[] key,
long offset,
byte[] value) |
Response<java.lang.Long> |
setrange(java.lang.String key,
long offset,
java.lang.String value) |
Response<java.util.Set<byte[]>> |
sinter(byte[]... keys) |
Response<java.util.Set<java.lang.String>> |
sinter(java.lang.String... keys) |
Response<java.lang.Long> |
sintercard(byte[]... keys) |
Response<java.lang.Long> |
sintercard(int limit,
byte[]... keys) |
Response<java.lang.Long> |
sintercard(int limit,
java.lang.String... keys) |
Response<java.lang.Long> |
sintercard(java.lang.String... keys) |
Response<java.lang.Long> |
sinterstore(byte[] dstkey,
byte[]... keys) |
Response<java.lang.Long> |
sinterstore(java.lang.String dstKey,
java.lang.String... keys) |
Response<java.lang.Boolean> |
sismember(byte[] key,
byte[] member) |
Response<java.lang.Boolean> |
sismember(java.lang.String key,
java.lang.String member) |
Response<java.util.Set<byte[]>> |
smembers(byte[] key) |
Response<java.util.Set<java.lang.String>> |
smembers(java.lang.String key) |
Response<java.util.List<java.lang.Boolean>> |
smismember(byte[] key,
byte[]... members) |
Response<java.util.List<java.lang.Boolean>> |
smismember(java.lang.String key,
java.lang.String... members) |
Response<java.lang.Long> |
smove(byte[] srckey,
byte[] dstkey,
byte[] member) |
Response<java.lang.Long> |
smove(java.lang.String srcKey,
java.lang.String dstKey,
java.lang.String member) |
Response<java.util.List<byte[]>> |
sort(byte[] key) |
Response<java.lang.Long> |
sort(byte[] key,
byte[] dstkey) |
Response<java.util.List<byte[]>> |
sort(byte[] key,
SortingParams sortingParams) |
Response<java.lang.Long> |
sort(byte[] key,
SortingParams sortingParams,
byte[] dstkey) |
Response<java.util.List<java.lang.String>> |
sort(java.lang.String key) |
Response<java.util.List<java.lang.String>> |
sort(java.lang.String key,
SortingParams sortingParams) |
Response<java.lang.Long> |
sort(java.lang.String key,
SortingParams sortingParams,
java.lang.String dstKey) |
Response<java.lang.Long> |
sort(java.lang.String key,
java.lang.String dstKey) |
Response<java.util.List<byte[]>> |
sortReadonly(byte[] key,
SortingParams sortingParams) |
Response<java.util.List<java.lang.String>> |
sortReadonly(java.lang.String key,
SortingParams sortingParams) |
Response<byte[]> |
spop(byte[] key) |
Response<java.util.Set<byte[]>> |
spop(byte[] key,
long count) |
Response<java.lang.String> |
spop(java.lang.String key) |
Response<java.util.Set<java.lang.String>> |
spop(java.lang.String key,
long count) |
Response<byte[]> |
srandmember(byte[] key) |
Response<java.util.List<byte[]>> |
srandmember(byte[] key,
int count) |
Response<java.lang.String> |
srandmember(java.lang.String key) |
Response<java.util.List<java.lang.String>> |
srandmember(java.lang.String key,
int count) |
Response<java.lang.Long> |
srem(byte[] key,
byte[]... members) |
Response<java.lang.Long> |
srem(java.lang.String key,
java.lang.String... members) |
Response<ScanResult<byte[]>> |
sscan(byte[] key,
byte[] cursor,
ScanParams params) |
Response<ScanResult<java.lang.String>> |
sscan(java.lang.String key,
java.lang.String cursor,
ScanParams params) |
Response<java.lang.Long> |
strlen(byte[] key) |
Response<java.lang.Long> |
strlen(java.lang.String key) |
Response<byte[]> |
substr(byte[] key,
int start,
int end) |
Response<java.lang.String> |
substr(java.lang.String key,
int start,
int end) |
Response<java.util.Set<byte[]>> |
sunion(byte[]... keys) |
Response<java.util.Set<java.lang.String>> |
sunion(java.lang.String... keys) |
Response<java.lang.Long> |
sunionstore(byte[] dstkey,
byte[]... keys) |
Response<java.lang.Long> |
sunionstore(java.lang.String dstKey,
java.lang.String... keys) |
Response<java.lang.String> |
tdigestAdd(java.lang.String key,
double... values) |
Response<java.util.List<java.lang.Double>> |
tdigestByRank(java.lang.String key,
long... ranks) |
Response<java.util.List<java.lang.Double>> |
tdigestByRevRank(java.lang.String key,
long... ranks) |
Response<java.util.List<java.lang.Double>> |
tdigestCDF(java.lang.String key,
double... values) |
Response<java.lang.String> |
tdigestCreate(java.lang.String key) |
Response<java.lang.String> |
tdigestCreate(java.lang.String key,
int compression) |
Response<java.util.Map<java.lang.String,java.lang.Object>> |
tdigestInfo(java.lang.String key) |
Response<java.lang.Double> |
tdigestMax(java.lang.String key) |
Response<java.lang.String> |
tdigestMerge(java.lang.String destinationKey,
java.lang.String... sourceKeys) |
Response<java.lang.String> |
tdigestMerge(TDigestMergeParams mergeParams,
java.lang.String destinationKey,
java.lang.String... sourceKeys) |
Response<java.lang.Double> |
tdigestMin(java.lang.String key) |
Response<java.util.List<java.lang.Double>> |
tdigestQuantile(java.lang.String key,
double... quantiles) |
Response<java.util.List<java.lang.Long>> |
tdigestRank(java.lang.String key,
double... values) |
Response<java.lang.String> |
tdigestReset(java.lang.String key) |
Response<java.util.List<java.lang.Long>> |
tdigestRevRank(java.lang.String key,
double... values) |
Response<java.lang.Double> |
tdigestTrimmedMean(java.lang.String key,
double lowCutQuantile,
double highCutQuantile) |
Response<java.util.List<java.lang.String>> |
topkAdd(java.lang.String key,
java.lang.String... items) |
Response<java.util.List<java.lang.String>> |
topkIncrBy(java.lang.String key,
java.util.Map<java.lang.String,java.lang.Long> itemIncrements) |
Response<java.util.Map<java.lang.String,java.lang.Object>> |
topkInfo(java.lang.String key) |
Response<java.util.List<java.lang.String>> |
topkList(java.lang.String key) |
Response<java.util.Map<java.lang.String,java.lang.Long>> |
topkListWithCount(java.lang.String key) |
Response<java.util.List<java.lang.Boolean>> |
topkQuery(java.lang.String key,
java.lang.String... items) |
Response<java.lang.String> |
topkReserve(java.lang.String key,
long topk) |
Response<java.lang.String> |
topkReserve(java.lang.String key,
long topk,
long width,
long depth,
double decay) |
Response<java.lang.Long> |
touch(byte[]... keys) |
Response<java.lang.Long> |
touch(byte[] key) |
Response<java.lang.Long> |
touch(java.lang.String... keys) |
Response<java.lang.Long> |
touch(java.lang.String key) |
Response<java.lang.Long> |
tsAdd(java.lang.String key,
double value) |
Response<java.lang.Long> |
tsAdd(java.lang.String key,
long timestamp,
double value) |
Response<java.lang.Long> |
tsAdd(java.lang.String key,
long timestamp,
double value,
TSAddParams addParams) |
Response<java.lang.Long> |
tsAdd(java.lang.String key,
long timestamp,
double value,
TSCreateParams createParams) |
Response<java.lang.String> |
tsAlter(java.lang.String key,
TSAlterParams alterParams) |
Response<java.lang.String> |
tsCreate(java.lang.String key) |
Response<java.lang.String> |
tsCreate(java.lang.String key,
TSCreateParams createParams) |
Response<java.lang.String> |
tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long timeBucket) |
Response<java.lang.String> |
tsCreateRule(java.lang.String sourceKey,
java.lang.String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp) |
Response<java.lang.Long> |
tsDecrBy(java.lang.String key,
double value) |
Response<java.lang.Long> |
tsDecrBy(java.lang.String key,
double value,
long timestamp) |
Response<java.lang.Long> |
tsDecrBy(java.lang.String key,
double subtrahend,
TSDecrByParams decrByParams) |
Response<java.lang.Long> |
tsDel(java.lang.String key,
long fromTimestamp,
long toTimestamp) |
Response<java.lang.String> |
tsDeleteRule(java.lang.String sourceKey,
java.lang.String destKey) |
Response<TSElement> |
tsGet(java.lang.String key) |
Response<TSElement> |
tsGet(java.lang.String key,
TSGetParams getParams) |
Response<java.lang.Long> |
tsIncrBy(java.lang.String key,
double value) |
Response<java.lang.Long> |
tsIncrBy(java.lang.String key,
double value,
long timestamp) |
Response<java.lang.Long> |
tsIncrBy(java.lang.String key,
double addend,
TSIncrByParams incrByParams) |
Response<TSInfo> |
tsInfo(java.lang.String key) |
Response<TSInfo> |
tsInfoDebug(java.lang.String key) |
Response<java.util.List<java.lang.Long>> |
tsMAdd(java.util.Map.Entry<java.lang.String,TSElement>... entries) |
Response<java.util.Map<java.lang.String,TSMGetElement>> |
tsMGet(TSMGetParams multiGetParams,
java.lang.String... filters) |
Response<java.util.Map<java.lang.String,TSMRangeElements>> |
tsMRange(long fromTimestamp,
long toTimestamp,
java.lang.String... filters) |
Response<java.util.Map<java.lang.String,TSMRangeElements>> |
tsMRange(TSMRangeParams multiRangeParams) |
Response<java.util.Map<java.lang.String,TSMRangeElements>> |
tsMRevRange(long fromTimestamp,
long toTimestamp,
java.lang.String... filters) |
Response<java.util.Map<java.lang.String,TSMRangeElements>> |
tsMRevRange(TSMRangeParams multiRangeParams) |
Response<java.util.List<java.lang.String>> |
tsQueryIndex(java.lang.String... filters) |
Response<java.util.List<TSElement>> |
tsRange(java.lang.String key,
long fromTimestamp,
long toTimestamp) |
Response<java.util.List<TSElement>> |
tsRange(java.lang.String key,
TSRangeParams rangeParams) |
Response<java.util.List<TSElement>> |
tsRevRange(java.lang.String key,
long fromTimestamp,
long toTimestamp) |
Response<java.util.List<TSElement>> |
tsRevRange(java.lang.String key,
TSRangeParams rangeParams) |
Response<java.lang.Long> |
ttl(byte[] key) |
Response<java.lang.Long> |
ttl(java.lang.String key) |
Response<java.lang.String> |
type(byte[] key) |
Response<java.lang.String> |
type(java.lang.String key) |
Response<java.lang.Long> |
unlink(byte[]... keys) |
Response<java.lang.Long> |
unlink(byte[] key) |
Response<java.lang.Long> |
unlink(java.lang.String... keys) |
Response<java.lang.Long> |
unlink(java.lang.String key) |
Response<java.lang.Boolean> |
vadd(byte[] key,
float[] vector,
byte[] element)
VADD Command Add a new element
into the vector set specified by key.
|
Response<java.lang.Boolean> |
vadd(byte[] key,
float[] vector,
byte[] element,
int reduceDim,
VAddParams params)
VADD Command Add a new element
into the vector set specified by key with dimension reduction and additional parameters.
|
Response<java.lang.Boolean> |
vadd(byte[] key,
float[] vector,
byte[] element,
VAddParams params)
VADD Command Add a new element
into the vector set specified by key with additional parameters.
|
Response<java.lang.Boolean> |
vadd(java.lang.String key,
float[] vector,
java.lang.String element)
VADD Command Add a new element
into the vector set specified by key.
|
Response<java.lang.Boolean> |
vadd(java.lang.String key,
float[] vector,
java.lang.String element,
int reduceDim,
VAddParams params)
VADD Command Add a new element
into the vector set specified by key with dimension reduction and additional parameters.
|
Response<java.lang.Boolean> |
vadd(java.lang.String key,
float[] vector,
java.lang.String element,
VAddParams params)
VADD Command Add a new element
into the vector set specified by key with additional parameters.
|
Response<java.lang.Boolean> |
vaddFP32(byte[] key,
byte[] vectorBlob,
byte[] element)
VADD Command Add a new element
into the vector set specified by key using FP32 binary format.
|
Response<java.lang.Boolean> |
vaddFP32(byte[] key,
byte[] vectorBlob,
byte[] element,
int reduceDim,
VAddParams params)
VADD Command Add a new element
into the vector set specified by key using FP32 binary format with dimension reduction and
additional parameters.
|
Response<java.lang.Boolean> |
vaddFP32(byte[] key,
byte[] vectorBlob,
byte[] element,
VAddParams params)
VADD Command Add a new element
into the vector set specified by key using FP32 binary format with additional parameters.
|
Response<java.lang.Boolean> |
vaddFP32(java.lang.String key,
byte[] vectorBlob,
java.lang.String element)
VADD Command Add a new element
into the vector set specified by key using FP32 binary format.
|
Response<java.lang.Boolean> |
vaddFP32(java.lang.String key,
byte[] vectorBlob,
java.lang.String element,
int reduceDim,
VAddParams params)
VADD Command Add a new element
into the vector set specified by key using FP32 binary format with dimension reduction and
additional parameters.
|
Response<java.lang.Boolean> |
vaddFP32(java.lang.String key,
byte[] vectorBlob,
java.lang.String element,
VAddParams params)
VADD Command Add a new element
into the vector set specified by key using FP32 binary format with additional parameters.
|
Response<java.lang.Long> |
vcard(byte[] key)
VCARD Command Return the
number of elements in the specified vector set.
|
Response<java.lang.Long> |
vcard(java.lang.String key)
VCARD Command Return the
number of elements in the specified vector set.
|
Response<java.lang.Long> |
vdim(byte[] key)
VDIM Command Return the number
of dimensions of the vectors in the specified vector set.
|
Response<java.lang.Long> |
vdim(java.lang.String key)
VDIM Command Return the number
of dimensions of the vectors in the specified vector set.
|
Response<java.util.List<java.lang.Double>> |
vemb(byte[] key,
byte[] element)
VEMB Command Return the
approximate vector associated with a given element in the vector set.
|
Response<java.util.List<java.lang.Double>> |
vemb(java.lang.String key,
java.lang.String element)
VEMB Command Return the
approximate vector associated with a given element in the vector set.
|
Response<RawVector> |
vembRaw(byte[] key,
byte[] element)
VEMB Command Return the raw
vector data associated with a given element in the vector set.
|
Response<RawVector> |
vembRaw(java.lang.String key,
java.lang.String element)
VEMB Command Return the raw
vector data associated with a given element in the vector set.
|
Response<byte[]> |
vgetattr(byte[] key,
byte[] element)
VGETATTR Command Get the
attributes of an element in a vector set.
|
Response<java.lang.String> |
vgetattr(java.lang.String key,
java.lang.String element)
VGETATTR Command Get the
attributes of an element in a vector set.
|
Response<VectorInfo> |
vinfo(java.lang.String key)
VINFO Command Get information
about a vector set.
|
Response<java.util.List<java.util.List<byte[]>>> |
vlinks(byte[] key,
byte[] element)
VLINKS Command Return the
neighbors of a specified element in a vector set.
|
Response<java.util.List<java.util.List<java.lang.String>>> |
vlinks(java.lang.String key,
java.lang.String element)
VLINKS Command Return the
neighbors of a specified element in a vector set.
|
Response<java.util.List<java.util.Map<byte[],java.lang.Double>>> |
vlinksWithScores(byte[] key,
byte[] element)
VLINKS Command Return the
neighbors of a specified element in a vector set with similarity scores.
|
Response<java.util.List<java.util.Map<java.lang.String,java.lang.Double>>> |
vlinksWithScores(java.lang.String key,
java.lang.String element)
VLINKS Command Return the
neighbors of a specified element in a vector set with similarity scores.
|
Response<byte[]> |
vrandmember(byte[] key)
VRANDMEMBER Command
Return a random element from a vector set.
|
Response<java.util.List<byte[]>> |
vrandmember(byte[] key,
int count)
VRANDMEMBER Command
Return random elements from a vector set.
|
Response<java.lang.String> |
vrandmember(java.lang.String key)
VRANDMEMBER Command
Return a random element from a vector set.
|
Response<java.util.List<java.lang.String>> |
vrandmember(java.lang.String key,
int count)
VRANDMEMBER Command
Return random elements from a vector set.
|
Response<java.lang.Boolean> |
vrem(byte[] key,
byte[] element)
VREM Command Remove an element
from a vector set.
|
Response<java.lang.Boolean> |
vrem(java.lang.String key,
java.lang.String element)
VREM Command Remove an element
from a vector set.
|
Response<java.lang.Boolean> |
vsetattr(byte[] key,
byte[] element,
byte[] attributes)
VSETATTR Command Set the
attributes of an element in a vector set.
|
Response<java.lang.Boolean> |
vsetattr(java.lang.String key,
java.lang.String element,
java.lang.String attributes)
VSETATTR Command Set the
attributes of an element in a vector set.
|
Response<java.util.List<byte[]>> |
vsim(byte[] key,
float[] vector)
VSIM Command Return elements
similar to a given vector.
|
Response<java.util.List<byte[]>> |
vsim(byte[] key,
float[] vector,
VSimParams params)
VSIM Command Return elements
similar to a given vector with additional parameters.
|
Response<java.util.List<java.lang.String>> |
vsim(java.lang.String key,
float[] vector)
VSIM Command Return elements
similar to a given vector.
|
Response<java.util.List<java.lang.String>> |
vsim(java.lang.String key,
float[] vector,
VSimParams params)
VSIM Command Return elements
similar to a given vector with additional parameters.
|
Response<java.util.List<byte[]>> |
vsimByElement(byte[] key,
byte[] element)
VSIM Command Return elements
similar to a given element in the vector set.
|
Response<java.util.List<byte[]>> |
vsimByElement(byte[] key,
byte[] element,
VSimParams params)
VSIM Command Return elements
similar to a given element in the vector set with additional parameters.
|
Response<java.util.List<java.lang.String>> |
vsimByElement(java.lang.String key,
java.lang.String element)
VSIM Command Return elements
similar to a given element in the vector set.
|
Response<java.util.List<java.lang.String>> |
vsimByElement(java.lang.String key,
java.lang.String element,
VSimParams params)
VSIM Command Return elements
similar to a given element in the vector set with additional parameters.
|
Response<java.util.Map<byte[],java.lang.Double>> |
vsimByElementWithScores(byte[] key,
byte[] element,
VSimParams params)
VSIM Command Return elements
similar to a given element in the vector set with their similarity scores.
|
Response<java.util.Map<java.lang.String,java.lang.Double>> |
vsimByElementWithScores(java.lang.String key,
java.lang.String element,
VSimParams params)
VSIM Command Return elements
similar to a given element in the vector set with their similarity scores.
|
Response<java.util.Map<byte[],java.lang.Double>> |
vsimWithScores(byte[] key,
float[] vector,
VSimParams params)
VSIM Command Return elements
similar to a given vector with their similarity scores.
|
Response<java.util.Map<java.lang.String,java.lang.Double>> |
vsimWithScores(java.lang.String key,
float[] vector,
VSimParams params)
VSIM Command Return elements
similar to a given vector with their similarity scores.
|
Response<KeyValue<java.lang.Long,java.lang.Long>> |
waitAOF(byte[] sampleKey,
long numLocal,
long numReplicas,
long timeout) |
Response<KeyValue<java.lang.Long,java.lang.Long>> |
waitAOF(java.lang.String sampleKey,
long numLocal,
long numReplicas,
long timeout) |
Response<java.lang.Long> |
waitReplicas(byte[] sampleKey,
int replicas,
long timeout) |
Response<java.lang.Long> |
waitReplicas(java.lang.String sampleKey,
int replicas,
long timeout) |
Response<java.lang.Long> |
xack(byte[] key,
byte[] group,
byte[]... ids) |
Response<java.lang.Long> |
xack(java.lang.String key,
java.lang.String group,
StreamEntryID... ids)
XACK key group ID [ID ...]
|
Response<java.util.List<StreamEntryDeletionResult>> |
xackdel(byte[] key,
byte[] group,
byte[]... ids) |
Response<java.util.List<StreamEntryDeletionResult>> |
xackdel(byte[] key,
byte[] group,
StreamDeletionPolicy trimMode,
byte[]... ids) |
Response<java.util.List<StreamEntryDeletionResult>> |
xackdel(java.lang.String key,
java.lang.String group,
StreamDeletionPolicy trimMode,
StreamEntryID... ids)
XACKDEL key group [KEEPREF | DELREF | ACKED] IDS numids id [id ...]
|
Response<java.util.List<StreamEntryDeletionResult>> |
xackdel(java.lang.String key,
java.lang.String group,
StreamEntryID... ids)
XACKDEL key group [KEEPREF | DELREF | ACKED] IDS numids id [id ...]
|
Response<byte[]> |
xadd(byte[] key,
XAddParams params,
java.util.Map<byte[],byte[]> hash) |
Response<StreamEntryID> |
xadd(java.lang.String key,
StreamEntryID id,
java.util.Map<java.lang.String,java.lang.String> hash)
XADD key ID field string [field string ...]
|
Response<StreamEntryID> |
xadd(java.lang.String key,
XAddParams params,
java.util.Map<java.lang.String,java.lang.String> hash) |
Response<java.util.List<java.lang.Object>> |
xautoclaim(byte[] key,
byte[] groupName,
byte[] consumerName,
long minIdleTime,
byte[] start,
XAutoClaimParams params) |
Response<java.util.Map.Entry<StreamEntryID,java.util.List<StreamEntry>>> |
xautoclaim(java.lang.String key,
java.lang.String group,
java.lang.String consumerName,
long minIdleTime,
StreamEntryID start,
XAutoClaimParams params)
XAUTOCLAIM key group consumer min-idle-time start [COUNT count]
|
Response<java.util.List<java.lang.Object>> |
xautoclaimJustId(byte[] key,
byte[] groupName,
byte[] consumerName,
long minIdleTime,
byte[] start,
XAutoClaimParams params) |
Response<java.util.Map.Entry<StreamEntryID,java.util.List<StreamEntryID>>> |
xautoclaimJustId(java.lang.String key,
java.lang.String group,
java.lang.String consumerName,
long minIdleTime,
StreamEntryID start,
XAutoClaimParams params)
XAUTOCLAIM key group consumer min-idle-time start [COUNT count] JUSTID
|
Response<java.util.List<byte[]>> |
xclaim(byte[] key,
byte[] group,
byte[] consumerName,
long minIdleTime,
XClaimParams params,
byte[]... ids) |
Response<java.util.List<StreamEntry>> |
xclaim(java.lang.String key,
java.lang.String group,
java.lang.String consumerName,
long minIdleTime,
XClaimParams params,
StreamEntryID... ids)
{@code XCLAIM key group consumer min-idle-time
|
Response<java.util.List<byte[]>> |
xclaimJustId(byte[] key,
byte[] group,
byte[] consumerName,
long minIdleTime,
XClaimParams params,
byte[]... ids) |
Response<java.util.List<StreamEntryID>> |
xclaimJustId(java.lang.String key,
java.lang.String group,
java.lang.String consumerName,
long minIdleTime,
XClaimParams params,
StreamEntryID... ids)
{@code XCLAIM key group consumer min-idle-time
|
Response<java.lang.Long> |
xdel(byte[] key,
byte[]... ids) |
Response<java.lang.Long> |
xdel(java.lang.String key,
StreamEntryID... ids)
XDEL key ID [ID ...]
|
Response<java.util.List<StreamEntryDeletionResult>> |
xdelex(byte[] key,
byte[]... ids) |
Response<java.util.List<StreamEntryDeletionResult>> |
xdelex(byte[] key,
StreamDeletionPolicy trimMode,
byte[]... ids) |
Response<java.util.List<StreamEntryDeletionResult>> |
xdelex(java.lang.String key,
StreamDeletionPolicy trimMode,
StreamEntryID... ids)
XDELEX key [KEEPREF | DELREF | ACKED] IDS numids id [id ...]
|
Response<java.util.List<StreamEntryDeletionResult>> |
xdelex(java.lang.String key,
StreamEntryID... ids)
XDELEX key [KEEPREF | DELREF | ACKED] IDS numids id [id ...]
|
Response<java.lang.String> |
xgroupCreate(byte[] key,
byte[] groupName,
byte[] id,
boolean makeStream) |
Response<java.lang.String> |
xgroupCreate(java.lang.String key,
java.lang.String groupName,
StreamEntryID id,
boolean makeStream)
XGROUP CREATE key groupName <id or $> |
Response<java.lang.Boolean> |
xgroupCreateConsumer(byte[] key,
byte[] groupName,
byte[] consumerName) |
Response<java.lang.Boolean> |
xgroupCreateConsumer(java.lang.String key,
java.lang.String groupName,
java.lang.String consumerName)
XGROUP CREATECONSUMER key groupName consumerName
|
Response<java.lang.Long> |
xgroupDelConsumer(byte[] key,
byte[] groupName,
byte[] consumerName) |
Response<java.lang.Long> |
xgroupDelConsumer(java.lang.String key,
java.lang.String groupName,
java.lang.String consumerName)
XGROUP DELCONSUMER key groupName consumerName
|
Response<java.lang.Long> |
xgroupDestroy(byte[] key,
byte[] groupName) |
Response<java.lang.Long> |
xgroupDestroy(java.lang.String key,
java.lang.String groupName)
XGROUP DESTROY key groupName
|
Response<java.lang.String> |
xgroupSetID(byte[] key,
byte[] groupName,
byte[] id) |
Response<java.lang.String> |
xgroupSetID(java.lang.String key,
java.lang.String groupName,
StreamEntryID id)
XGROUP SETID key groupName <id or $> |
Response<java.util.List<java.lang.Object>> |
xinfoConsumers(byte[] key,
byte[] group) |
Response<java.util.List<StreamConsumersInfo>> |
xinfoConsumers(java.lang.String key,
java.lang.String group)
Introspection command used in order to retrieve different information about consumers in the group
|
Response<java.util.List<StreamConsumerInfo>> |
xinfoConsumers2(java.lang.String key,
java.lang.String group)
Introspection command used in order to retrieve different information about consumers in the group
|
Response<java.util.List<java.lang.Object>> |
xinfoGroups(byte[] key) |
Response<java.util.List<StreamGroupInfo>> |
xinfoGroups(java.lang.String key)
Introspection command used in order to retrieve different information about groups in the stream
|
Response<java.lang.Object> |
xinfoStream(byte[] key) |
Response<StreamInfo> |
xinfoStream(java.lang.String key)
Introspection command used in order to retrieve different information about the stream
|
Response<java.lang.Object> |
xinfoStreamFull(byte[] key)
Introspection command used in order to retrieve all information about the stream
|
Response<java.lang.Object> |
xinfoStreamFull(byte[] key,
int count)
Introspection command used in order to retrieve all information about the stream
|
Response<StreamFullInfo> |
xinfoStreamFull(java.lang.String key)
Introspection command used in order to retrieve all information about the stream
|
Response<StreamFullInfo> |
xinfoStreamFull(java.lang.String key,
int count)
Introspection command used in order to retrieve all information about the stream
|
Response<java.lang.Long> |
xlen(byte[] key) |
Response<java.lang.Long> |
xlen(java.lang.String key)
XLEN key
|
Response<java.lang.Object> |
xpending(byte[] key,
byte[] groupName) |
Response<java.util.List<java.lang.Object>> |
xpending(byte[] key,
byte[] groupName,
XPendingParams params) |
Response<StreamPendingSummary> |
xpending(java.lang.String key,
java.lang.String groupName)
XPENDING key group
|
Response<java.util.List<StreamPendingEntry>> |
xpending(java.lang.String key,
java.lang.String groupName,
XPendingParams params)
XPENDING key group [[IDLE min-idle-time] start end count [consumer]]
|
Response<java.util.List<java.lang.Object>> |
xrange(byte[] key,
byte[] start,
byte[] end) |
Response<java.util.List<java.lang.Object>> |
xrange(byte[] key,
byte[] start,
byte[] end,
int count) |
Response<java.util.List<StreamEntry>> |
xrange(java.lang.String key,
StreamEntryID start,
StreamEntryID end)
XRANGE key start end
|
Response<java.util.List<StreamEntry>> |
xrange(java.lang.String key,
StreamEntryID start,
StreamEntryID end,
int count)
XRANGE key start end COUNT count
|
Response<java.util.List<StreamEntry>> |
xrange(java.lang.String key,
java.lang.String start,
java.lang.String end) |
Response<java.util.List<StreamEntry>> |
xrange(java.lang.String key,
java.lang.String start,
java.lang.String end,
int count) |
Response<java.util.List<java.lang.Object>> |
xread(XReadParams xReadParams,
java.util.Map.Entry<byte[],byte[]>... streams)
Deprecated.
As of Jedis 6.1.0, use
xreadBinary(XReadParams, Map) or
xreadBinaryAsMap(XReadParams, Map) for type safety and better stream entry
parsing. |
Response<java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<StreamEntry>>>> |
xread(XReadParams xReadParams,
java.util.Map<java.lang.String,StreamEntryID> streams)
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...]
|
Response<java.util.Map<java.lang.String,java.util.List<StreamEntry>>> |
xreadAsMap(XReadParams xReadParams,
java.util.Map<java.lang.String,StreamEntryID> streams)
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...]
|
Response<java.util.List<java.util.Map.Entry<byte[],java.util.List<StreamEntryBinary>>>> |
xreadBinary(XReadParams xReadParams,
java.util.Map<byte[],StreamEntryID> streams)
Read from one or more streams.
|
Response<java.util.Map<byte[],java.util.List<StreamEntryBinary>>> |
xreadBinaryAsMap(XReadParams xReadParams,
java.util.Map<byte[],StreamEntryID> streams)
Read from one or more streams and return a map of stream name to list of entries.
|
Response<java.util.List<java.lang.Object>> |
xreadGroup(byte[] groupName,
byte[] consumer,
XReadGroupParams xReadGroupParams,
java.util.Map.Entry<byte[],byte[]>... streams)
Deprecated.
As of Jedis 6.1.0, use
xreadGroupBinary(byte[], byte[], XReadGroupParams, Map) or
xreadGroupBinaryAsMap(byte[], byte[], XReadGroupParams, Map) instead. |
Response<java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<StreamEntry>>>> |
xreadGroup(java.lang.String groupName,
java.lang.String consumer,
XReadGroupParams xReadGroupParams,
java.util.Map<java.lang.String,StreamEntryID> streams)
XREADGROUP GROUP group consumer [COUNT count] [BLOCK milliseconds] [NOACK] STREAMS key [key ...] id [id ...]
|
Response<java.util.Map<java.lang.String,java.util.List<StreamEntry>>> |
xreadGroupAsMap(java.lang.String groupName,
java.lang.String consumer,
XReadGroupParams xReadGroupParams,
java.util.Map<java.lang.String,StreamEntryID> streams)
XREADGROUP GROUP group consumer [COUNT count] [BLOCK milliseconds] [NOACK] STREAMS key [key ...] id [id ...]
|
Response<java.util.List<java.util.Map.Entry<byte[],java.util.List<StreamEntryBinary>>>> |
xreadGroupBinary(byte[] groupName,
byte[] consumer,
XReadGroupParams xReadGroupParams,
java.util.Map<byte[],StreamEntryID> streams)
Read from one or more streams using a consumer group.
|
Response<java.util.Map<byte[],java.util.List<StreamEntryBinary>>> |
xreadGroupBinaryAsMap(byte[] groupName,
byte[] consumer,
XReadGroupParams xReadGroupParams,
java.util.Map<byte[],StreamEntryID> streams)
Read from one or more streams using a consumer group and return a map of stream name to list of entries.
|
Response<java.util.List<java.lang.Object>> |
xrevrange(byte[] key,
byte[] end,
byte[] start) |
Response<java.util.List<java.lang.Object>> |
xrevrange(byte[] key,
byte[] end,
byte[] start,
int count) |
Response<java.util.List<StreamEntry>> |
xrevrange(java.lang.String key,
StreamEntryID end,
StreamEntryID start)
XREVRANGE key end start
|
Response<java.util.List<StreamEntry>> |
xrevrange(java.lang.String key,
StreamEntryID end,
StreamEntryID start,
int count)
XREVRANGE key end start COUNT count
|
Response<java.util.List<StreamEntry>> |
xrevrange(java.lang.String key,
java.lang.String end,
java.lang.String start) |
Response<java.util.List<StreamEntry>> |
xrevrange(java.lang.String key,
java.lang.String end,
java.lang.String start,
int count) |
Response<java.lang.Long> |
xtrim(byte[] key,
long maxLen,
boolean approximateLength) |
Response<java.lang.Long> |
xtrim(byte[] key,
XTrimParams params) |
Response<java.lang.Long> |
xtrim(java.lang.String key,
long maxLen,
boolean approximate)
XTRIM key MAXLEN [~] count
|
Response<java.lang.Long> |
xtrim(java.lang.String key,
XTrimParams params)
XTRIM key MAXLEN|MINID [=|~] threshold [LIMIT count]
|
Response<java.lang.Long> |
zadd(byte[] key,
double score,
byte[] member) |
Response<java.lang.Long> |
zadd(byte[] key,
double score,
byte[] member,
ZAddParams params) |
Response<java.lang.Long> |
zadd(byte[] key,
java.util.Map<byte[],java.lang.Double> scoreMembers) |
Response<java.lang.Long> |
zadd(byte[] key,
java.util.Map<byte[],java.lang.Double> scoreMembers,
ZAddParams params) |
Response<java.lang.Long> |
zadd(java.lang.String key,
double score,
java.lang.String member) |
Response<java.lang.Long> |
zadd(java.lang.String key,
double score,
java.lang.String member,
ZAddParams params) |
Response<java.lang.Long> |
zadd(java.lang.String key,
java.util.Map<java.lang.String,java.lang.Double> scoreMembers) |
Response<java.lang.Long> |
zadd(java.lang.String key,
java.util.Map<java.lang.String,java.lang.Double> scoreMembers,
ZAddParams params) |
Response<java.lang.Double> |
zaddIncr(byte[] key,
double score,
byte[] member,
ZAddParams params) |
Response<java.lang.Double> |
zaddIncr(java.lang.String key,
double score,
java.lang.String member,
ZAddParams params) |
Response<java.lang.Long> |
zcard(byte[] key) |
Response<java.lang.Long> |
zcard(java.lang.String key) |
Response<java.lang.Long> |
zcount(byte[] key,
byte[] min,
byte[] max) |
Response<java.lang.Long> |
zcount(byte[] key,
double min,
double max) |
Response<java.lang.Long> |
zcount(java.lang.String key,
double min,
double max) |
Response<java.lang.Long> |
zcount(java.lang.String key,
java.lang.String min,
java.lang.String max) |
Response<java.util.List<byte[]>> |
zdiff(byte[]... keys) |
Response<java.util.List<java.lang.String>> |
zdiff(java.lang.String... keys) |
Response<java.lang.Long> |
zdiffstore(byte[] dstkey,
byte[]... keys) |
Response<java.lang.Long> |
zdiffStore(byte[] dstkey,
byte[]... keys)
Deprecated.
|
Response<java.lang.Long> |
zdiffstore(java.lang.String dstKey,
java.lang.String... keys) |
Response<java.lang.Long> |
zdiffStore(java.lang.String dstKey,
java.lang.String... keys)
Deprecated.
|
Response<java.util.List<Tuple>> |
zdiffWithScores(byte[]... keys) |
Response<java.util.List<Tuple>> |
zdiffWithScores(java.lang.String... keys) |
Response<java.lang.Double> |
zincrby(byte[] key,
double increment,
byte[] member) |
Response<java.lang.Double> |
zincrby(byte[] key,
double increment,
byte[] member,
ZIncrByParams params) |
Response<java.lang.Double> |
zincrby(java.lang.String key,
double increment,
java.lang.String member) |
Response<java.lang.Double> |
zincrby(java.lang.String key,
double increment,
java.lang.String member,
ZIncrByParams params) |
Response<java.util.List<byte[]>> |
zinter(ZParams params,
byte[]... keys) |
Response<java.util.List<java.lang.String>> |
zinter(ZParams params,
java.lang.String... keys) |
Response<java.lang.Long> |
zintercard(byte[]... keys) |
Response<java.lang.Long> |
zintercard(long limit,
byte[]... keys) |
Response<java.lang.Long> |
zintercard(long limit,
java.lang.String... keys) |
Response<java.lang.Long> |
zintercard(java.lang.String... keys) |
Response<java.lang.Long> |
zinterstore(byte[] dstkey,
byte[]... sets) |
Response<java.lang.Long> |
zinterstore(byte[] dstkey,
ZParams params,
byte[]... sets) |
Response<java.lang.Long> |
zinterstore(java.lang.String dstKey,
java.lang.String... sets) |
Response<java.lang.Long> |
zinterstore(java.lang.String dstKey,
ZParams params,
java.lang.String... sets) |
Response<java.util.List<Tuple>> |
zinterWithScores(ZParams params,
byte[]... keys) |
Response<java.util.List<Tuple>> |
zinterWithScores(ZParams params,
java.lang.String... keys) |
Response<java.lang.Long> |
zlexcount(byte[] key,
byte[] min,
byte[] max) |
Response<java.lang.Long> |
zlexcount(java.lang.String key,
java.lang.String min,
java.lang.String max) |
Response<KeyValue<byte[],java.util.List<Tuple>>> |
zmpop(SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],java.util.List<Tuple>>> |
zmpop(SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<java.lang.String,java.util.List<Tuple>>> |
zmpop(SortedSetOption option,
int count,
java.lang.String... keys) |
Response<KeyValue<java.lang.String,java.util.List<Tuple>>> |
zmpop(SortedSetOption option,
java.lang.String... keys) |
Response<java.util.List<java.lang.Double>> |
zmscore(byte[] key,
byte[]... members) |
Response<java.util.List<java.lang.Double>> |
zmscore(java.lang.String key,
java.lang.String... members) |
Response<Tuple> |
zpopmax(byte[] key) |
Response<java.util.List<Tuple>> |
zpopmax(byte[] key,
int count) |
Response<Tuple> |
zpopmax(java.lang.String key) |
Response<java.util.List<Tuple>> |
zpopmax(java.lang.String key,
int count) |
Response<Tuple> |
zpopmin(byte[] key) |
Response<java.util.List<Tuple>> |
zpopmin(byte[] key,
int count) |
Response<Tuple> |
zpopmin(java.lang.String key) |
Response<java.util.List<Tuple>> |
zpopmin(java.lang.String key,
int count) |
Response<byte[]> |
zrandmember(byte[] key) |
Response<java.util.List<byte[]>> |
zrandmember(byte[] key,
long count) |
Response<java.lang.String> |
zrandmember(java.lang.String key) |
Response<java.util.List<java.lang.String>> |
zrandmember(java.lang.String key,
long count) |
Response<java.util.List<Tuple>> |
zrandmemberWithScores(byte[] key,
long count) |
Response<java.util.List<Tuple>> |
zrandmemberWithScores(java.lang.String key,
long count) |
Response<java.util.List<byte[]>> |
zrange(byte[] key,
long start,
long stop) |
Response<java.util.List<byte[]>> |
zrange(byte[] key,
ZRangeParams zRangeParams) |
Response<java.util.List<java.lang.String>> |
zrange(java.lang.String key,
long start,
long stop) |
Response<java.util.List<java.lang.String>> |
zrange(java.lang.String key,
ZRangeParams zRangeParams) |
Response<java.util.List<byte[]>> |
zrangeByLex(byte[] key,
byte[] min,
byte[] max) |
Response<java.util.List<byte[]>> |
zrangeByLex(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Response<java.util.List<java.lang.String>> |
zrangeByLex(java.lang.String key,
java.lang.String min,
java.lang.String max) |
Response<java.util.List<java.lang.String>> |
zrangeByLex(java.lang.String key,
java.lang.String min,
java.lang.String max,
int offset,
int count) |
Response<java.util.List<byte[]>> |
zrangeByScore(byte[] key,
byte[] min,
byte[] max) |
Response<java.util.List<byte[]>> |
zrangeByScore(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Response<java.util.List<byte[]>> |
zrangeByScore(byte[] key,
double min,
double max) |
Response<java.util.List<byte[]>> |
zrangeByScore(byte[] key,
double min,
double max,
int offset,
int count) |
Response<java.util.List<java.lang.String>> |
zrangeByScore(java.lang.String key,
double min,
double max) |
Response<java.util.List<java.lang.String>> |
zrangeByScore(java.lang.String key,
double min,
double max,
int offset,
int count) |
Response<java.util.List<java.lang.String>> |
zrangeByScore(java.lang.String key,
java.lang.String min,
java.lang.String max) |
Response<java.util.List<java.lang.String>> |
zrangeByScore(java.lang.String key,
java.lang.String min,
java.lang.String max,
int offset,
int count) |
Response<java.util.List<Tuple>> |
zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
Response<java.util.List<Tuple>> |
zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Response<java.util.List<Tuple>> |
zrangeByScoreWithScores(byte[] key,
double min,
double max) |
Response<java.util.List<Tuple>> |
zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
Response<java.util.List<Tuple>> |
zrangeByScoreWithScores(java.lang.String key,
double min,
double max) |
Response<java.util.List<Tuple>> |
zrangeByScoreWithScores(java.lang.String key,
double min,
double max,
int offset,
int count) |
Response<java.util.List<Tuple>> |
zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max) |
Response<java.util.List<Tuple>> |
zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max,
int offset,
int count) |
Response<java.lang.Long> |
zrangestore(byte[] dest,
byte[] src,
ZRangeParams zRangeParams) |
Response<java.lang.Long> |
zrangestore(java.lang.String dest,
java.lang.String src,
ZRangeParams zRangeParams) |
Response<java.util.List<Tuple>> |
zrangeWithScores(byte[] key,
long start,
long stop) |
Response<java.util.List<Tuple>> |
zrangeWithScores(byte[] key,
ZRangeParams zRangeParams) |
Response<java.util.List<Tuple>> |
zrangeWithScores(java.lang.String key,
long start,
long stop) |
Response<java.util.List<Tuple>> |
zrangeWithScores(java.lang.String key,
ZRangeParams zRangeParams) |
Response<java.lang.Long> |
zrank(byte[] key,
byte[] member) |
Response<java.lang.Long> |
zrank(java.lang.String key,
java.lang.String member) |
Response<KeyValue<java.lang.Long,java.lang.Double>> |
zrankWithScore(byte[] key,
byte[] member) |
Response<KeyValue<java.lang.Long,java.lang.Double>> |
zrankWithScore(java.lang.String key,
java.lang.String member) |
Response<java.lang.Long> |
zrem(byte[] key,
byte[]... members) |
Response<java.lang.Long> |
zrem(java.lang.String key,
java.lang.String... members) |
Response<java.lang.Long> |
zremrangeByLex(byte[] key,
byte[] min,
byte[] max) |
Response<java.lang.Long> |
zremrangeByLex(java.lang.String key,
java.lang.String min,
java.lang.String max) |
Response<java.lang.Long> |
zremrangeByRank(byte[] key,
long start,
long stop) |
Response<java.lang.Long> |
zremrangeByRank(java.lang.String key,
long start,
long stop) |
Response<java.lang.Long> |
zremrangeByScore(byte[] key,
byte[] min,
byte[] max) |
Response<java.lang.Long> |
zremrangeByScore(byte[] key,
double min,
double max) |
Response<java.lang.Long> |
zremrangeByScore(java.lang.String key,
double min,
double max) |
Response<java.lang.Long> |
zremrangeByScore(java.lang.String key,
java.lang.String min,
java.lang.String max) |
Response<java.util.List<byte[]>> |
zrevrange(byte[] key,
long start,
long stop) |
Response<java.util.List<java.lang.String>> |
zrevrange(java.lang.String key,
long start,
long stop) |
Response<java.util.List<byte[]>> |
zrevrangeByLex(byte[] key,
byte[] max,
byte[] min) |
Response<java.util.List<byte[]>> |
zrevrangeByLex(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Response<java.util.List<java.lang.String>> |
zrevrangeByLex(java.lang.String key,
java.lang.String max,
java.lang.String min) |
Response<java.util.List<java.lang.String>> |
zrevrangeByLex(java.lang.String key,
java.lang.String max,
java.lang.String min,
int offset,
int count) |
Response<java.util.List<byte[]>> |
zrevrangeByScore(byte[] key,
byte[] max,
byte[] min) |
Response<java.util.List<byte[]>> |
zrevrangeByScore(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Response<java.util.List<byte[]>> |
zrevrangeByScore(byte[] key,
double max,
double min) |
Response<java.util.List<byte[]>> |
zrevrangeByScore(byte[] key,
double max,
double min,
int offset,
int count) |
Response<java.util.List<java.lang.String>> |
zrevrangeByScore(java.lang.String key,
double max,
double min) |
Response<java.util.List<java.lang.String>> |
zrevrangeByScore(java.lang.String key,
double max,
double min,
int offset,
int count) |
Response<java.util.List<java.lang.String>> |
zrevrangeByScore(java.lang.String key,
java.lang.String max,
java.lang.String min) |
Response<java.util.List<java.lang.String>> |
zrevrangeByScore(java.lang.String key,
java.lang.String max,
java.lang.String min,
int offset,
int count) |
Response<java.util.List<Tuple>> |
zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
Response<java.util.List<Tuple>> |
zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Response<java.util.List<Tuple>> |
zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
Response<java.util.List<Tuple>> |
zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
Response<java.util.List<Tuple>> |
zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min) |
Response<java.util.List<Tuple>> |
zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min,
int offset,
int count) |
Response<java.util.List<Tuple>> |
zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min) |
Response<java.util.List<Tuple>> |
zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min,
int offset,
int count) |
Response<java.util.List<Tuple>> |
zrevrangeWithScores(byte[] key,
long start,
long stop) |
Response<java.util.List<Tuple>> |
zrevrangeWithScores(java.lang.String key,
long start,
long stop) |
Response<java.lang.Long> |
zrevrank(byte[] key,
byte[] member) |
Response<java.lang.Long> |
zrevrank(java.lang.String key,
java.lang.String member) |
Response<KeyValue<java.lang.Long,java.lang.Double>> |
zrevrankWithScore(byte[] key,
byte[] member) |
Response<KeyValue<java.lang.Long,java.lang.Double>> |
zrevrankWithScore(java.lang.String key,
java.lang.String member) |
Response<ScanResult<Tuple>> |
zscan(byte[] key,
byte[] cursor,
ScanParams params) |
Response<ScanResult<Tuple>> |
zscan(java.lang.String key,
java.lang.String cursor,
ScanParams params) |
Response<java.lang.Double> |
zscore(byte[] key,
byte[] member) |
Response<java.lang.Double> |
zscore(java.lang.String key,
java.lang.String member) |
Response<java.util.List<byte[]>> |
zunion(ZParams params,
byte[]... keys) |
Response<java.util.List<java.lang.String>> |
zunion(ZParams params,
java.lang.String... keys) |
Response<java.lang.Long> |
zunionstore(byte[] dstkey,
byte[]... sets) |
Response<java.lang.Long> |
zunionstore(byte[] dstkey,
ZParams params,
byte[]... sets) |
Response<java.lang.Long> |
zunionstore(java.lang.String dstKey,
java.lang.String... sets) |
Response<java.lang.Long> |
zunionstore(java.lang.String dstKey,
ZParams params,
java.lang.String... sets) |
Response<java.util.List<Tuple>> |
zunionWithScores(ZParams params,
byte[]... keys) |
Response<java.util.List<Tuple>> |
zunionWithScores(ZParams params,
java.lang.String... keys) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithscan, hscanNoValuessdiffStore, sscanzscanxaddhscan, hscanNoValuessscanzscanxaddftAlter, ftAlter, ftCreate, ftCreate, ftCreate, ftSearchjsonMGet, jsonSetLegacy, jsonSetLegacyjsonMGet, jsonSet, jsonSet, jsonSetWithEscape, jsonSetWithEscapeprotected final CommandObjects commandObjects
protected PipeliningBase(CommandObjects commandObjects)
protected abstract <T> Response<T> appendCommand(CommandObject<T> commandObject)
public Response<java.lang.Boolean> exists(java.lang.String key)
exists in interface KeyPipelineCommandspublic Response<java.lang.Long> exists(java.lang.String... keys)
exists in interface KeyPipelineCommandspublic Response<java.lang.Long> persist(java.lang.String key)
persist in interface KeyPipelineCommandspublic Response<java.lang.String> type(java.lang.String key)
type in interface KeyPipelineCommandspublic Response<byte[]> dump(java.lang.String key)
dump in interface KeyPipelineCommandspublic Response<java.lang.String> restore(java.lang.String key, long ttl, byte[] serializedValue)
restore in interface KeyPipelineCommandspublic Response<java.lang.String> restore(java.lang.String key, long ttl, byte[] serializedValue, RestoreParams params)
restore in interface KeyPipelineCommandspublic Response<java.lang.Long> expire(java.lang.String key, long seconds)
expire in interface KeyPipelineCommandspublic Response<java.lang.Long> expire(java.lang.String key, long seconds, ExpiryOption expiryOption)
expire in interface KeyPipelineCommandspublic Response<java.lang.Long> pexpire(java.lang.String key, long milliseconds)
pexpire in interface KeyPipelineCommandspublic Response<java.lang.Long> pexpire(java.lang.String key, long milliseconds, ExpiryOption expiryOption)
pexpire in interface KeyPipelineCommandspublic Response<java.lang.Long> expireTime(java.lang.String key)
expireTime in interface KeyPipelineCommandspublic Response<java.lang.Long> pexpireTime(java.lang.String key)
pexpireTime in interface KeyPipelineCommandspublic Response<java.lang.Long> expireAt(java.lang.String key, long unixTime)
expireAt in interface KeyPipelineCommandspublic Response<java.lang.Long> expireAt(java.lang.String key, long unixTime, ExpiryOption expiryOption)
expireAt in interface KeyPipelineCommandspublic Response<java.lang.Long> pexpireAt(java.lang.String key, long millisecondsTimestamp)
pexpireAt in interface KeyPipelineCommandspublic Response<java.lang.Long> pexpireAt(java.lang.String key, long millisecondsTimestamp, ExpiryOption expiryOption)
pexpireAt in interface KeyPipelineCommandspublic Response<java.lang.Long> ttl(java.lang.String key)
ttl in interface KeyPipelineCommandspublic Response<java.lang.Long> pttl(java.lang.String key)
pttl in interface KeyPipelineCommandspublic Response<java.lang.Long> touch(java.lang.String key)
touch in interface KeyPipelineCommandspublic Response<java.lang.Long> touch(java.lang.String... keys)
touch in interface KeyPipelineCommandspublic Response<java.util.List<java.lang.String>> sort(java.lang.String key)
sort in interface KeyPipelineCommandspublic Response<java.lang.Long> sort(java.lang.String key, java.lang.String dstKey)
sort in interface KeyPipelineCommandspublic Response<java.util.List<java.lang.String>> sort(java.lang.String key, SortingParams sortingParams)
sort in interface KeyPipelineCommandspublic Response<java.lang.Long> sort(java.lang.String key, SortingParams sortingParams, java.lang.String dstKey)
sort in interface KeyPipelineCommandspublic Response<java.util.List<java.lang.String>> sortReadonly(java.lang.String key, SortingParams sortingParams)
sortReadonly in interface KeyPipelineCommandspublic Response<java.lang.Long> del(java.lang.String key)
del in interface KeyPipelineCommandspublic Response<java.lang.Long> del(java.lang.String... keys)
del in interface KeyPipelineCommandspublic Response<java.lang.Long> unlink(java.lang.String key)
unlink in interface KeyPipelineCommandspublic Response<java.lang.Long> unlink(java.lang.String... keys)
unlink in interface KeyPipelineCommandspublic Response<java.lang.Boolean> copy(java.lang.String srcKey, java.lang.String dstKey, boolean replace)
copy in interface KeyPipelineCommandspublic Response<java.lang.String> rename(java.lang.String oldkey, java.lang.String newkey)
rename in interface KeyPipelineCommandspublic Response<java.lang.Long> renamenx(java.lang.String oldkey, java.lang.String newkey)
renamenx in interface KeyPipelineCommandspublic Response<java.lang.Long> memoryUsage(java.lang.String key)
memoryUsage in interface KeyPipelineCommandspublic Response<java.lang.Long> memoryUsage(java.lang.String key, int samples)
memoryUsage in interface KeyPipelineCommandspublic Response<java.lang.Long> objectRefcount(java.lang.String key)
objectRefcount in interface KeyPipelineCommandspublic Response<java.lang.String> objectEncoding(java.lang.String key)
objectEncoding in interface KeyPipelineCommandspublic Response<java.lang.Long> objectIdletime(java.lang.String key)
objectIdletime in interface KeyPipelineCommandspublic Response<java.lang.Long> objectFreq(java.lang.String key)
objectFreq in interface KeyPipelineCommandspublic Response<java.lang.String> migrate(java.lang.String host, int port, java.lang.String key, int timeout)
migrate in interface KeyPipelineCommandspublic Response<java.lang.String> migrate(java.lang.String host, int port, int timeout, MigrateParams params, java.lang.String... keys)
migrate in interface KeyPipelineCommandspublic Response<java.util.Set<java.lang.String>> keys(java.lang.String pattern)
keys in interface KeyPipelineCommandspublic Response<ScanResult<java.lang.String>> scan(java.lang.String cursor)
scan in interface KeyPipelineCommandspublic Response<ScanResult<java.lang.String>> scan(java.lang.String cursor, ScanParams params)
scan in interface KeyPipelineCommandspublic Response<ScanResult<java.lang.String>> scan(java.lang.String cursor, ScanParams params, java.lang.String type)
scan in interface KeyPipelineCommandspublic Response<java.lang.String> randomKey()
randomKey in interface KeyPipelineCommandspublic Response<java.lang.String> get(java.lang.String key)
get in interface StringPipelineCommandspublic Response<java.lang.String> setGet(java.lang.String key, java.lang.String value)
setGet in interface StringPipelineCommandspublic Response<java.lang.String> setGet(java.lang.String key, java.lang.String value, SetParams params)
setGet in interface StringPipelineCommandspublic Response<java.lang.String> getDel(java.lang.String key)
getDel in interface StringPipelineCommandspublic Response<java.lang.String> getEx(java.lang.String key, GetExParams params)
getEx in interface StringPipelineCommandspublic Response<java.lang.Boolean> setbit(java.lang.String key, long offset, boolean value)
setbit in interface BitPipelineCommandspublic Response<java.lang.Boolean> getbit(java.lang.String key, long offset)
getbit in interface BitPipelineCommandspublic Response<java.lang.Long> setrange(java.lang.String key, long offset, java.lang.String value)
setrange in interface StringPipelineCommandspublic Response<java.lang.String> getrange(java.lang.String key, long startOffset, long endOffset)
getrange in interface StringPipelineCommands@Deprecated public Response<java.lang.String> getSet(java.lang.String key, java.lang.String value)
setGet(java.lang.String, java.lang.String).getSet in interface StringPipelineCommandspublic Response<java.lang.Long> setnx(java.lang.String key, java.lang.String value)
setnx in interface StringPipelineCommandspublic Response<java.lang.String> setex(java.lang.String key, long seconds, java.lang.String value)
setex in interface StringPipelineCommandspublic Response<java.lang.String> psetex(java.lang.String key, long milliseconds, java.lang.String value)
psetex in interface StringPipelineCommandspublic Response<java.util.List<java.lang.String>> mget(java.lang.String... keys)
mget in interface StringPipelineCommandspublic Response<java.lang.String> mset(java.lang.String... keysvalues)
mset in interface StringPipelineCommandspublic Response<java.lang.Long> msetnx(java.lang.String... keysvalues)
msetnx in interface StringPipelineCommandspublic Response<java.lang.Boolean> msetex(MSetExParams params, java.lang.String... keysvalues)
StringPipelineCommands
Sets the respective keys to the respective values, similar to MSET,
but allows conditional set (NX|XX) and expiration options via MSetExParams.
If the condition is not met for any key, no key is set.
Both MSET and MSETEX are atomic operations. This means that if multiple keys are provided, another client will either see the changes for all keys at once, or no changes at all.
Options (in MSetExParams): NX or XX, and expiration: EX seconds | PX milliseconds |
EXAT unix-time-seconds | PXAT unix-time-milliseconds | KEEPTTL.
Time complexity: O(N) where N is the number of keys to set.
msetex in interface StringPipelineCommandsparams - condition and expiration parameterskeysvalues - pairs of keys and their values, e.g. msetex(params, "foo", "foovalue", "bar", "barvalue")Response<Boolean> that is true if all keys were set, false if none were set (condition not satisfied)StringPipelineCommands.mset(String...),
StringPipelineCommands.msetnx(String...)public Response<java.lang.Long> incr(java.lang.String key)
incr in interface StringPipelineCommandspublic Response<java.lang.Long> incrBy(java.lang.String key, long increment)
incrBy in interface StringPipelineCommandspublic Response<java.lang.Double> incrByFloat(java.lang.String key, double increment)
incrByFloat in interface StringPipelineCommandspublic Response<java.lang.Long> decr(java.lang.String key)
decr in interface StringPipelineCommandspublic Response<java.lang.Long> decrBy(java.lang.String key, long decrement)
decrBy in interface StringPipelineCommandspublic Response<java.lang.Long> append(java.lang.String key, java.lang.String value)
append in interface StringPipelineCommandspublic Response<java.lang.String> substr(java.lang.String key, int start, int end)
substr in interface StringPipelineCommandspublic Response<java.lang.Long> strlen(java.lang.String key)
strlen in interface StringPipelineCommandspublic Response<java.lang.Long> bitcount(java.lang.String key)
bitcount in interface BitPipelineCommandspublic Response<java.lang.Long> bitcount(java.lang.String key, long start, long end)
bitcount in interface BitPipelineCommandspublic Response<java.lang.Long> bitcount(java.lang.String key, long start, long end, BitCountOption option)
bitcount in interface BitPipelineCommandspublic Response<java.lang.Long> bitpos(java.lang.String key, boolean value)
bitpos in interface BitPipelineCommandspublic Response<java.lang.Long> bitpos(java.lang.String key, boolean value, BitPosParams params)
bitpos in interface BitPipelineCommandspublic Response<java.util.List<java.lang.Long>> bitfield(java.lang.String key, java.lang.String... arguments)
bitfield in interface BitPipelineCommandspublic Response<java.util.List<java.lang.Long>> bitfieldReadonly(java.lang.String key, java.lang.String... arguments)
bitfieldReadonly in interface BitPipelineCommandspublic Response<java.lang.Long> bitop(BitOP op, java.lang.String destKey, java.lang.String... srcKeys)
bitop in interface BitPipelineCommandspublic Response<LCSMatchResult> lcs(java.lang.String keyA, java.lang.String keyB, LCSParams params)
lcs in interface StringPipelineCommandspublic Response<java.lang.String> set(java.lang.String key, java.lang.String value)
set in interface StringPipelineCommandspublic Response<java.lang.String> set(java.lang.String key, java.lang.String value, SetParams params)
set in interface StringPipelineCommandspublic Response<java.lang.Long> rpush(java.lang.String key, java.lang.String... string)
rpush in interface ListPipelineCommandspublic Response<java.lang.Long> lpush(java.lang.String key, java.lang.String... string)
lpush in interface ListPipelineCommandspublic Response<java.lang.Long> llen(java.lang.String key)
llen in interface ListPipelineCommandspublic Response<java.util.List<java.lang.String>> lrange(java.lang.String key, long start, long stop)
lrange in interface ListPipelineCommandspublic Response<java.lang.String> ltrim(java.lang.String key, long start, long stop)
ltrim in interface ListPipelineCommandspublic Response<java.lang.String> lindex(java.lang.String key, long index)
lindex in interface ListPipelineCommandspublic Response<java.lang.String> lset(java.lang.String key, long index, java.lang.String value)
lset in interface ListPipelineCommandspublic Response<java.lang.Long> lrem(java.lang.String key, long count, java.lang.String value)
lrem in interface ListPipelineCommandspublic Response<java.lang.String> lpop(java.lang.String key)
lpop in interface ListPipelineCommandspublic Response<java.util.List<java.lang.String>> lpop(java.lang.String key, int count)
lpop in interface ListPipelineCommandspublic Response<java.lang.Long> lpos(java.lang.String key, java.lang.String element)
lpos in interface ListPipelineCommandspublic Response<java.lang.Long> lpos(java.lang.String key, java.lang.String element, LPosParams params)
lpos in interface ListPipelineCommandspublic Response<java.util.List<java.lang.Long>> lpos(java.lang.String key, java.lang.String element, LPosParams params, long count)
lpos in interface ListPipelineCommandspublic Response<java.lang.String> rpop(java.lang.String key)
rpop in interface ListPipelineCommandspublic Response<java.util.List<java.lang.String>> rpop(java.lang.String key, int count)
rpop in interface ListPipelineCommandspublic Response<java.lang.Long> linsert(java.lang.String key, ListPosition where, java.lang.String pivot, java.lang.String value)
linsert in interface ListPipelineCommandspublic Response<java.lang.Long> lpushx(java.lang.String key, java.lang.String... strings)
lpushx in interface ListPipelineCommandspublic Response<java.lang.Long> rpushx(java.lang.String key, java.lang.String... strings)
rpushx in interface ListPipelineCommandspublic Response<java.util.List<java.lang.String>> blpop(int timeout, java.lang.String key)
blpop in interface ListPipelineCommandspublic Response<KeyValue<java.lang.String,java.lang.String>> blpop(double timeout, java.lang.String key)
blpop in interface ListPipelineCommandspublic Response<java.util.List<java.lang.String>> brpop(int timeout, java.lang.String key)
brpop in interface ListPipelineCommandspublic Response<KeyValue<java.lang.String,java.lang.String>> brpop(double timeout, java.lang.String key)
brpop in interface ListPipelineCommandspublic Response<java.util.List<java.lang.String>> blpop(int timeout, java.lang.String... keys)
blpop in interface ListPipelineCommandspublic Response<KeyValue<java.lang.String,java.lang.String>> blpop(double timeout, java.lang.String... keys)
blpop in interface ListPipelineCommandspublic Response<java.util.List<java.lang.String>> brpop(int timeout, java.lang.String... keys)
brpop in interface ListPipelineCommandspublic Response<KeyValue<java.lang.String,java.lang.String>> brpop(double timeout, java.lang.String... keys)
brpop in interface ListPipelineCommandspublic Response<java.lang.String> rpoplpush(java.lang.String srcKey, java.lang.String dstKey)
rpoplpush in interface ListPipelineCommandspublic Response<java.lang.String> brpoplpush(java.lang.String source, java.lang.String destination, int timeout)
brpoplpush in interface ListPipelineCommandspublic Response<java.lang.String> lmove(java.lang.String srcKey, java.lang.String dstKey, ListDirection from, ListDirection to)
lmove in interface ListPipelineCommandspublic Response<java.lang.String> blmove(java.lang.String srcKey, java.lang.String dstKey, ListDirection from, ListDirection to, double timeout)
blmove in interface ListPipelineCommandspublic Response<KeyValue<java.lang.String,java.util.List<java.lang.String>>> lmpop(ListDirection direction, java.lang.String... keys)
lmpop in interface ListPipelineCommandspublic Response<KeyValue<java.lang.String,java.util.List<java.lang.String>>> lmpop(ListDirection direction, int count, java.lang.String... keys)
lmpop in interface ListPipelineCommandspublic Response<KeyValue<java.lang.String,java.util.List<java.lang.String>>> blmpop(double timeout, ListDirection direction, java.lang.String... keys)
blmpop in interface ListPipelineCommandspublic Response<KeyValue<java.lang.String,java.util.List<java.lang.String>>> blmpop(double timeout, ListDirection direction, int count, java.lang.String... keys)
blmpop in interface ListPipelineCommandspublic Response<java.lang.Long> hset(java.lang.String key, java.lang.String field, java.lang.String value)
hset in interface HashPipelineCommandspublic Response<java.lang.Long> hset(java.lang.String key, java.util.Map<java.lang.String,java.lang.String> hash)
hset in interface HashPipelineCommandspublic Response<java.lang.Long> hsetex(java.lang.String key, HSetExParams params, java.lang.String field, java.lang.String value)
hsetex in interface HashPipelineCommandskey - the key of the hashparams - additional parameters for the HSETEX commandfield - the field in the hash to setvalue - the value to set in the specified fieldHSetExParamspublic Response<java.lang.Long> hsetex(java.lang.String key, HSetExParams params, java.util.Map<java.lang.String,java.lang.String> hash)
hsetex in interface HashPipelineCommandskey - the key of the hashparams - the parameters for the HSetEx commandhash - the map containing field-value pairs to set in the hashHSetExParamspublic Response<java.lang.String> hget(java.lang.String key, java.lang.String field)
hget in interface HashPipelineCommandspublic Response<java.util.List<java.lang.String>> hgetex(java.lang.String key, HGetExParams params, java.lang.String... fields)
hgetex in interface HashPipelineCommandskey - the key of the hashparams - additional parameters for the HGETEX commandfields - the fields whose values are to be retrievedHGetExParamspublic Response<java.util.List<java.lang.String>> hgetdel(java.lang.String key, java.lang.String... fields)
hgetdel in interface HashPipelineCommandskey - the key of the hashfields - the fields whose values are to be retrieved and then deletedpublic Response<java.lang.Long> hsetnx(java.lang.String key, java.lang.String field, java.lang.String value)
hsetnx in interface HashPipelineCommandspublic Response<java.lang.String> hmset(java.lang.String key, java.util.Map<java.lang.String,java.lang.String> hash)
hmset in interface HashPipelineCommandspublic Response<java.util.List<java.lang.String>> hmget(java.lang.String key, java.lang.String... fields)
hmget in interface HashPipelineCommandspublic Response<java.lang.Long> hincrBy(java.lang.String key, java.lang.String field, long value)
hincrBy in interface HashPipelineCommandspublic Response<java.lang.Double> hincrByFloat(java.lang.String key, java.lang.String field, double value)
hincrByFloat in interface HashPipelineCommandspublic Response<java.lang.Boolean> hexists(java.lang.String key, java.lang.String field)
hexists in interface HashPipelineCommandspublic Response<java.lang.Long> hdel(java.lang.String key, java.lang.String... field)
hdel in interface HashPipelineCommandspublic Response<java.lang.Long> hlen(java.lang.String key)
hlen in interface HashPipelineCommandspublic Response<java.util.Set<java.lang.String>> hkeys(java.lang.String key)
hkeys in interface HashPipelineCommandspublic Response<java.util.List<java.lang.String>> hvals(java.lang.String key)
hvals in interface HashPipelineCommandspublic Response<java.util.Map<java.lang.String,java.lang.String>> hgetAll(java.lang.String key)
hgetAll in interface HashPipelineCommandspublic Response<java.lang.String> hrandfield(java.lang.String key)
hrandfield in interface HashPipelineCommandspublic Response<java.util.List<java.lang.String>> hrandfield(java.lang.String key, long count)
hrandfield in interface HashPipelineCommandspublic Response<java.util.List<java.util.Map.Entry<java.lang.String,java.lang.String>>> hrandfieldWithValues(java.lang.String key, long count)
hrandfieldWithValues in interface HashPipelineCommandspublic Response<ScanResult<java.util.Map.Entry<java.lang.String,java.lang.String>>> hscan(java.lang.String key, java.lang.String cursor, ScanParams params)
hscan in interface HashPipelineCommandspublic Response<ScanResult<java.lang.String>> hscanNoValues(java.lang.String key, java.lang.String cursor, ScanParams params)
hscanNoValues in interface HashPipelineCommandspublic Response<java.lang.Long> hstrlen(java.lang.String key, java.lang.String field)
hstrlen in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hexpire(java.lang.String key, long seconds, java.lang.String... fields)
hexpire in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hexpire(java.lang.String key, long seconds, ExpiryOption condition, java.lang.String... fields)
hexpire in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hpexpire(java.lang.String key, long milliseconds, java.lang.String... fields)
hpexpire in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hpexpire(java.lang.String key, long milliseconds, ExpiryOption condition, java.lang.String... fields)
hpexpire in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hexpireAt(java.lang.String key, long unixTimeSeconds, java.lang.String... fields)
hexpireAt in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hexpireAt(java.lang.String key, long unixTimeSeconds, ExpiryOption condition, java.lang.String... fields)
hexpireAt in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hpexpireAt(java.lang.String key, long unixTimeMillis, java.lang.String... fields)
hpexpireAt in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hpexpireAt(java.lang.String key, long unixTimeMillis, ExpiryOption condition, java.lang.String... fields)
hpexpireAt in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hexpireTime(java.lang.String key, java.lang.String... fields)
hexpireTime in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hpexpireTime(java.lang.String key, java.lang.String... fields)
hpexpireTime in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> httl(java.lang.String key, java.lang.String... fields)
httl in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hpttl(java.lang.String key, java.lang.String... fields)
hpttl in interface HashPipelineCommandspublic Response<java.util.List<java.lang.Long>> hpersist(java.lang.String key, java.lang.String... fields)
hpersist in interface HashPipelineCommandspublic Response<java.lang.Long> sadd(java.lang.String key, java.lang.String... members)
sadd in interface SetPipelineCommandspublic Response<java.util.Set<java.lang.String>> smembers(java.lang.String key)
smembers in interface SetPipelineCommandspublic Response<java.lang.Long> srem(java.lang.String key, java.lang.String... members)
srem in interface SetPipelineCommandspublic Response<java.lang.String> spop(java.lang.String key)
spop in interface SetPipelineCommandspublic Response<java.util.Set<java.lang.String>> spop(java.lang.String key, long count)
spop in interface SetPipelineCommandspublic Response<java.lang.Long> scard(java.lang.String key)
scard in interface SetPipelineCommandspublic Response<java.lang.Boolean> sismember(java.lang.String key, java.lang.String member)
sismember in interface SetPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> smismember(java.lang.String key, java.lang.String... members)
smismember in interface SetPipelineCommandspublic Response<java.lang.String> srandmember(java.lang.String key)
srandmember in interface SetPipelineCommandspublic Response<java.util.List<java.lang.String>> srandmember(java.lang.String key, int count)
srandmember in interface SetPipelineCommandspublic Response<ScanResult<java.lang.String>> sscan(java.lang.String key, java.lang.String cursor, ScanParams params)
sscan in interface SetPipelineCommandspublic Response<java.util.Set<java.lang.String>> sdiff(java.lang.String... keys)
sdiff in interface SetPipelineCommandspublic Response<java.lang.Long> sdiffstore(java.lang.String dstKey, java.lang.String... keys)
sdiffstore in interface SetPipelineCommandspublic Response<java.util.Set<java.lang.String>> sinter(java.lang.String... keys)
sinter in interface SetPipelineCommandspublic Response<java.lang.Long> sinterstore(java.lang.String dstKey, java.lang.String... keys)
sinterstore in interface SetPipelineCommandspublic Response<java.lang.Long> sintercard(java.lang.String... keys)
sintercard in interface SetPipelineCommandspublic Response<java.lang.Long> sintercard(int limit, java.lang.String... keys)
sintercard in interface SetPipelineCommandspublic Response<java.util.Set<java.lang.String>> sunion(java.lang.String... keys)
sunion in interface SetPipelineCommandspublic Response<java.lang.Long> sunionstore(java.lang.String dstKey, java.lang.String... keys)
sunionstore in interface SetPipelineCommandspublic Response<java.lang.Long> smove(java.lang.String srcKey, java.lang.String dstKey, java.lang.String member)
smove in interface SetPipelineCommandspublic Response<java.lang.Long> zadd(java.lang.String key, double score, java.lang.String member)
zadd in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zadd(java.lang.String key, double score, java.lang.String member, ZAddParams params)
zadd in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zadd(java.lang.String key, java.util.Map<java.lang.String,java.lang.Double> scoreMembers)
zadd in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zadd(java.lang.String key, java.util.Map<java.lang.String,java.lang.Double> scoreMembers, ZAddParams params)
zadd in interface SortedSetPipelineCommandspublic Response<java.lang.Double> zaddIncr(java.lang.String key, double score, java.lang.String member, ZAddParams params)
zaddIncr in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zrem(java.lang.String key, java.lang.String... members)
zrem in interface SortedSetPipelineCommandspublic Response<java.lang.Double> zincrby(java.lang.String key, double increment, java.lang.String member)
zincrby in interface SortedSetPipelineCommandspublic Response<java.lang.Double> zincrby(java.lang.String key, double increment, java.lang.String member, ZIncrByParams params)
zincrby in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zrank(java.lang.String key, java.lang.String member)
zrank in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zrevrank(java.lang.String key, java.lang.String member)
zrevrank in interface SortedSetPipelineCommandspublic Response<KeyValue<java.lang.Long,java.lang.Double>> zrankWithScore(java.lang.String key, java.lang.String member)
zrankWithScore in interface SortedSetPipelineCommandspublic Response<KeyValue<java.lang.Long,java.lang.Double>> zrevrankWithScore(java.lang.String key, java.lang.String member)
zrevrankWithScore in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrange(java.lang.String key, long start, long stop)
zrange in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrevrange(java.lang.String key, long start, long stop)
zrevrange in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrangeWithScores(java.lang.String key, long start, long stop)
zrangeWithScores in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrevrangeWithScores(java.lang.String key, long start, long stop)
zrevrangeWithScores in interface SortedSetPipelineCommandspublic Response<java.lang.String> zrandmember(java.lang.String key)
zrandmember in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrandmember(java.lang.String key, long count)
zrandmember in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrandmemberWithScores(java.lang.String key, long count)
zrandmemberWithScores in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zcard(java.lang.String key)
zcard in interface SortedSetPipelineCommandspublic Response<java.lang.Double> zscore(java.lang.String key, java.lang.String member)
zscore in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.Double>> zmscore(java.lang.String key, java.lang.String... members)
zmscore in interface SortedSetPipelineCommandspublic Response<Tuple> zpopmax(java.lang.String key)
zpopmax in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zpopmax(java.lang.String key, int count)
zpopmax in interface SortedSetPipelineCommandspublic Response<Tuple> zpopmin(java.lang.String key)
zpopmin in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zpopmin(java.lang.String key, int count)
zpopmin in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zcount(java.lang.String key, double min, double max)
zcount in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zcount(java.lang.String key, java.lang.String min, java.lang.String max)
zcount in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrangeByScore(java.lang.String key, double min, double max)
zrangeByScore in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrangeByScore(java.lang.String key, java.lang.String min, java.lang.String max)
zrangeByScore in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrevrangeByScore(java.lang.String key, double max, double min)
zrevrangeByScore in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrangeByScore(java.lang.String key, double min, double max, int offset, int count)
zrangeByScore in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrevrangeByScore(java.lang.String key, java.lang.String max, java.lang.String min)
zrevrangeByScore in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrangeByScore(java.lang.String key, java.lang.String min, java.lang.String max, int offset, int count)
zrangeByScore in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrevrangeByScore(java.lang.String key, double max, double min, int offset, int count)
zrevrangeByScore in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrangeByScoreWithScores(java.lang.String key, double min, double max)
zrangeByScoreWithScores in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrevrangeByScoreWithScores(java.lang.String key, double max, double min)
zrevrangeByScoreWithScores in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrangeByScoreWithScores(java.lang.String key, double min, double max, int offset, int count)
zrangeByScoreWithScores in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrevrangeByScore(java.lang.String key, java.lang.String max, java.lang.String min, int offset, int count)
zrevrangeByScore in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrangeByScoreWithScores(java.lang.String key, java.lang.String min, java.lang.String max)
zrangeByScoreWithScores in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrevrangeByScoreWithScores(java.lang.String key, java.lang.String max, java.lang.String min)
zrevrangeByScoreWithScores in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrangeByScoreWithScores(java.lang.String key, java.lang.String min, java.lang.String max, int offset, int count)
zrangeByScoreWithScores in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrevrangeByScoreWithScores(java.lang.String key, double max, double min, int offset, int count)
zrevrangeByScoreWithScores in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrevrangeByScoreWithScores(java.lang.String key, java.lang.String max, java.lang.String min, int offset, int count)
zrevrangeByScoreWithScores in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrange(java.lang.String key, ZRangeParams zRangeParams)
zrange in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zrangeWithScores(java.lang.String key, ZRangeParams zRangeParams)
zrangeWithScores in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zrangestore(java.lang.String dest, java.lang.String src, ZRangeParams zRangeParams)
zrangestore in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zremrangeByRank(java.lang.String key, long start, long stop)
zremrangeByRank in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zremrangeByScore(java.lang.String key, double min, double max)
zremrangeByScore in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zremrangeByScore(java.lang.String key, java.lang.String min, java.lang.String max)
zremrangeByScore in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zlexcount(java.lang.String key, java.lang.String min, java.lang.String max)
zlexcount in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrangeByLex(java.lang.String key, java.lang.String min, java.lang.String max)
zrangeByLex in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrangeByLex(java.lang.String key, java.lang.String min, java.lang.String max, int offset, int count)
zrangeByLex in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrevrangeByLex(java.lang.String key, java.lang.String max, java.lang.String min)
zrevrangeByLex in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zrevrangeByLex(java.lang.String key, java.lang.String max, java.lang.String min, int offset, int count)
zrevrangeByLex in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zremrangeByLex(java.lang.String key, java.lang.String min, java.lang.String max)
zremrangeByLex in interface SortedSetPipelineCommandspublic Response<ScanResult<Tuple>> zscan(java.lang.String key, java.lang.String cursor, ScanParams params)
zscan in interface SortedSetPipelineCommandspublic Response<KeyValue<java.lang.String,Tuple>> bzpopmax(double timeout, java.lang.String... keys)
bzpopmax in interface SortedSetPipelineCommandspublic Response<KeyValue<java.lang.String,Tuple>> bzpopmin(double timeout, java.lang.String... keys)
bzpopmin in interface SortedSetPipelineCommandspublic Response<KeyValue<java.lang.String,java.util.List<Tuple>>> zmpop(SortedSetOption option, java.lang.String... keys)
zmpop in interface SortedSetPipelineCommandspublic Response<KeyValue<java.lang.String,java.util.List<Tuple>>> zmpop(SortedSetOption option, int count, java.lang.String... keys)
zmpop in interface SortedSetPipelineCommandspublic Response<KeyValue<java.lang.String,java.util.List<Tuple>>> bzmpop(double timeout, SortedSetOption option, java.lang.String... keys)
bzmpop in interface SortedSetPipelineCommandspublic Response<KeyValue<java.lang.String,java.util.List<Tuple>>> bzmpop(double timeout, SortedSetOption option, int count, java.lang.String... keys)
bzmpop in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zdiff(java.lang.String... keys)
zdiff in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zdiffWithScores(java.lang.String... keys)
zdiffWithScores in interface SortedSetPipelineCommands@Deprecated public Response<java.lang.Long> zdiffStore(java.lang.String dstKey, java.lang.String... keys)
zdiffStore in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zdiffstore(java.lang.String dstKey, java.lang.String... keys)
zdiffstore in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zinterstore(java.lang.String dstKey, java.lang.String... sets)
zinterstore in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zinterstore(java.lang.String dstKey, ZParams params, java.lang.String... sets)
zinterstore in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zinter(ZParams params, java.lang.String... keys)
zinter in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zinterWithScores(ZParams params, java.lang.String... keys)
zinterWithScores in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zintercard(java.lang.String... keys)
zintercard in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zintercard(long limit, java.lang.String... keys)
zintercard in interface SortedSetPipelineCommandspublic Response<java.util.List<java.lang.String>> zunion(ZParams params, java.lang.String... keys)
zunion in interface SortedSetPipelineCommandspublic Response<java.util.List<Tuple>> zunionWithScores(ZParams params, java.lang.String... keys)
zunionWithScores in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zunionstore(java.lang.String dstKey, java.lang.String... sets)
zunionstore in interface SortedSetPipelineCommandspublic Response<java.lang.Long> zunionstore(java.lang.String dstKey, ZParams params, java.lang.String... sets)
zunionstore in interface SortedSetPipelineCommandspublic Response<java.lang.Long> geoadd(java.lang.String key, double longitude, double latitude, java.lang.String member)
geoadd in interface GeoPipelineCommandspublic Response<java.lang.Long> geoadd(java.lang.String key, java.util.Map<java.lang.String,GeoCoordinate> memberCoordinateMap)
geoadd in interface GeoPipelineCommandspublic Response<java.lang.Long> geoadd(java.lang.String key, GeoAddParams params, java.util.Map<java.lang.String,GeoCoordinate> memberCoordinateMap)
geoadd in interface GeoPipelineCommandspublic Response<java.lang.Double> geodist(java.lang.String key, java.lang.String member1, java.lang.String member2)
geodist in interface GeoPipelineCommandspublic Response<java.lang.Double> geodist(java.lang.String key, java.lang.String member1, java.lang.String member2, GeoUnit unit)
geodist in interface GeoPipelineCommandspublic Response<java.util.List<java.lang.String>> geohash(java.lang.String key, java.lang.String... members)
geohash in interface GeoPipelineCommandspublic Response<java.util.List<GeoCoordinate>> geopos(java.lang.String key, java.lang.String... members)
geopos in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> georadius(java.lang.String key, double longitude, double latitude, double radius, GeoUnit unit)
georadius in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusReadonly(java.lang.String key, double longitude, double latitude, double radius, GeoUnit unit)
georadiusReadonly in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> georadius(java.lang.String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
georadius in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusReadonly(java.lang.String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
georadiusReadonly in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusByMember(java.lang.String key, java.lang.String member, double radius, GeoUnit unit)
georadiusByMember in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusByMemberReadonly(java.lang.String key, java.lang.String member, double radius, GeoUnit unit)
georadiusByMemberReadonly in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusByMember(java.lang.String key, java.lang.String member, double radius, GeoUnit unit, GeoRadiusParam param)
georadiusByMember in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusByMemberReadonly(java.lang.String key, java.lang.String member, double radius, GeoUnit unit, GeoRadiusParam param)
georadiusByMemberReadonly in interface GeoPipelineCommandspublic Response<java.lang.Long> georadiusStore(java.lang.String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)
georadiusStore in interface GeoPipelineCommandspublic Response<java.lang.Long> georadiusByMemberStore(java.lang.String key, java.lang.String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)
georadiusByMemberStore in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> geosearch(java.lang.String key, java.lang.String member, double radius, GeoUnit unit)
geosearch in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> geosearch(java.lang.String key, GeoCoordinate coord, double radius, GeoUnit unit)
geosearch in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> geosearch(java.lang.String key, java.lang.String member, double width, double height, GeoUnit unit)
geosearch in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> geosearch(java.lang.String key, GeoCoordinate coord, double width, double height, GeoUnit unit)
geosearch in interface GeoPipelineCommandspublic Response<java.util.List<GeoRadiusResponse>> geosearch(java.lang.String key, GeoSearchParam params)
geosearch in interface GeoPipelineCommandspublic Response<java.lang.Long> geosearchStore(java.lang.String dest, java.lang.String src, java.lang.String member, double radius, GeoUnit unit)
geosearchStore in interface GeoPipelineCommandspublic Response<java.lang.Long> geosearchStore(java.lang.String dest, java.lang.String src, GeoCoordinate coord, double radius, GeoUnit unit)
geosearchStore in interface GeoPipelineCommandspublic Response<java.lang.Long> geosearchStore(java.lang.String dest, java.lang.String src, java.lang.String member, double width, double height, GeoUnit unit)
geosearchStore in interface GeoPipelineCommandspublic Response<java.lang.Long> geosearchStore(java.lang.String dest, java.lang.String src, GeoCoordinate coord, double width, double height, GeoUnit unit)
geosearchStore in interface GeoPipelineCommandspublic Response<java.lang.Long> geosearchStore(java.lang.String dest, java.lang.String src, GeoSearchParam params)
geosearchStore in interface GeoPipelineCommandspublic Response<java.lang.Long> geosearchStoreStoreDist(java.lang.String dest, java.lang.String src, GeoSearchParam params)
geosearchStoreStoreDist in interface GeoPipelineCommandspublic Response<java.lang.Long> pfadd(java.lang.String key, java.lang.String... elements)
pfadd in interface HyperLogLogPipelineCommandspublic Response<java.lang.String> pfmerge(java.lang.String destkey, java.lang.String... sourcekeys)
pfmerge in interface HyperLogLogPipelineCommandspublic Response<java.lang.Long> pfcount(java.lang.String key)
pfcount in interface HyperLogLogPipelineCommandspublic Response<java.lang.Long> pfcount(java.lang.String... keys)
pfcount in interface HyperLogLogPipelineCommandspublic Response<StreamEntryID> xadd(java.lang.String key, StreamEntryID id, java.util.Map<java.lang.String,java.lang.String> hash)
StreamPipelineCommandsxadd in interface StreamPipelineCommandspublic Response<StreamEntryID> xadd(java.lang.String key, XAddParams params, java.util.Map<java.lang.String,java.lang.String> hash)
xadd in interface StreamPipelineCommandspublic Response<java.lang.Long> xlen(java.lang.String key)
StreamPipelineCommandsxlen in interface StreamPipelineCommandspublic Response<java.util.List<StreamEntry>> xrange(java.lang.String key, StreamEntryID start, StreamEntryID end)
StreamPipelineCommandsxrange in interface StreamPipelineCommandskey - keystart - minimum StreamEntryID for the retrieved range, passing null will indicate minimum ID possible in the streamend - maximum StreamEntryID for the retrieved range, passing null will indicate maximum ID possible in the streampublic Response<java.util.List<StreamEntry>> xrange(java.lang.String key, StreamEntryID start, StreamEntryID end, int count)
StreamPipelineCommandsxrange in interface StreamPipelineCommandskey - keystart - minimum StreamEntryID for the retrieved range, passing null will indicate minimum ID possible in the streamend - maximum StreamEntryID for the retrieved range, passing null will indicate maximum ID possible in the streamcount - maximum number of entries returnedpublic Response<java.util.List<StreamEntry>> xrevrange(java.lang.String key, StreamEntryID end, StreamEntryID start)
StreamPipelineCommandsxrevrange in interface StreamPipelineCommandskey - keyend - maximum StreamEntryID for the retrieved range, passing null will indicate maximum ID possible in the streamstart - minimum StreamEntryID for the retrieved range, passing null will indicate minimum ID possible in the streampublic Response<java.util.List<StreamEntry>> xrevrange(java.lang.String key, StreamEntryID end, StreamEntryID start, int count)
StreamPipelineCommandsxrevrange in interface StreamPipelineCommandskey - keyend - maximum StreamEntryID for the retrieved range, passing null will indicate maximum ID possible in the streamstart - minimum StreamEntryID for the retrieved range, passing null will indicate minimum ID possible in the streamcount - The entries with IDs matching the specified range.public Response<java.util.List<StreamEntry>> xrange(java.lang.String key, java.lang.String start, java.lang.String end)
xrange in interface StreamPipelineCommandspublic Response<java.util.List<StreamEntry>> xrange(java.lang.String key, java.lang.String start, java.lang.String end, int count)
xrange in interface StreamPipelineCommandspublic Response<java.util.List<StreamEntry>> xrevrange(java.lang.String key, java.lang.String end, java.lang.String start)
xrevrange in interface StreamPipelineCommandspublic Response<java.util.List<StreamEntry>> xrevrange(java.lang.String key, java.lang.String end, java.lang.String start, int count)
xrevrange in interface StreamPipelineCommandspublic Response<java.lang.Long> xack(java.lang.String key, java.lang.String group, StreamEntryID... ids)
StreamPipelineCommandsxack in interface StreamPipelineCommandspublic Response<java.util.List<StreamEntryDeletionResult>> xackdel(java.lang.String key, java.lang.String group, StreamEntryID... ids)
StreamPipelineCommandsxackdel in interface StreamPipelineCommandspublic Response<java.util.List<StreamEntryDeletionResult>> xackdel(java.lang.String key, java.lang.String group, StreamDeletionPolicy trimMode, StreamEntryID... ids)
StreamPipelineCommandsxackdel in interface StreamPipelineCommandspublic Response<java.lang.String> xgroupCreate(java.lang.String key, java.lang.String groupName, StreamEntryID id, boolean makeStream)
StreamPipelineCommandsXGROUP CREATE key groupName <id or $>xgroupCreate in interface StreamPipelineCommandspublic Response<java.lang.String> xgroupSetID(java.lang.String key, java.lang.String groupName, StreamEntryID id)
StreamPipelineCommandsXGROUP SETID key groupName <id or $>xgroupSetID in interface StreamPipelineCommandspublic Response<java.lang.Long> xgroupDestroy(java.lang.String key, java.lang.String groupName)
StreamPipelineCommandsxgroupDestroy in interface StreamPipelineCommandspublic Response<java.lang.Boolean> xgroupCreateConsumer(java.lang.String key, java.lang.String groupName, java.lang.String consumerName)
StreamPipelineCommandsxgroupCreateConsumer in interface StreamPipelineCommandspublic Response<java.lang.Long> xgroupDelConsumer(java.lang.String key, java.lang.String groupName, java.lang.String consumerName)
StreamPipelineCommandsxgroupDelConsumer in interface StreamPipelineCommandspublic Response<StreamPendingSummary> xpending(java.lang.String key, java.lang.String groupName)
StreamPipelineCommandsxpending in interface StreamPipelineCommandspublic Response<java.util.List<StreamPendingEntry>> xpending(java.lang.String key, java.lang.String groupName, XPendingParams params)
StreamPipelineCommandsxpending in interface StreamPipelineCommandspublic Response<java.lang.Long> xdel(java.lang.String key, StreamEntryID... ids)
StreamPipelineCommandsxdel in interface StreamPipelineCommandspublic Response<java.util.List<StreamEntryDeletionResult>> xdelex(java.lang.String key, StreamEntryID... ids)
StreamPipelineCommandsxdelex in interface StreamPipelineCommandspublic Response<java.util.List<StreamEntryDeletionResult>> xdelex(java.lang.String key, StreamDeletionPolicy trimMode, StreamEntryID... ids)
StreamPipelineCommandsxdelex in interface StreamPipelineCommandspublic Response<java.lang.Long> xtrim(java.lang.String key, long maxLen, boolean approximate)
StreamPipelineCommandsxtrim in interface StreamPipelineCommandspublic Response<java.lang.Long> xtrim(java.lang.String key, XTrimParams params)
StreamPipelineCommandsxtrim in interface StreamPipelineCommandspublic Response<java.util.List<StreamEntry>> xclaim(java.lang.String key, java.lang.String group, java.lang.String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids)
StreamPipelineCommandsXCLAIM key group consumer min-idle-time <ID-1> ... <ID-N>
[IDLE <milliseconds>] [TIME <mstime>] [RETRYCOUNT <count>]
[FORCE]xclaim in interface StreamPipelineCommandspublic Response<java.util.List<StreamEntryID>> xclaimJustId(java.lang.String key, java.lang.String group, java.lang.String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids)
StreamPipelineCommandsXCLAIM key group consumer min-idle-time <ID-1> ... <ID-N>
[IDLE <milliseconds>] [TIME <mstime>] [RETRYCOUNT <count>]
[FORCE] JUSTIDxclaimJustId in interface StreamPipelineCommandspublic Response<java.util.Map.Entry<StreamEntryID,java.util.List<StreamEntry>>> xautoclaim(java.lang.String key, java.lang.String group, java.lang.String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params)
StreamPipelineCommandsxautoclaim in interface StreamPipelineCommandskey - Stream Keygroup - Consumer GroupconsumerName - Consumer name to transfer the auto claimed entriesminIdleTime - Entries pending more than minIdleTime will be transferred ownershipstart - StreamEntryID - Entries ≥ start will be transferred ownership, passing
null will indicate '-'params - XAutoClaimParamspublic Response<java.util.Map.Entry<StreamEntryID,java.util.List<StreamEntryID>>> xautoclaimJustId(java.lang.String key, java.lang.String group, java.lang.String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params)
StreamPipelineCommandsxautoclaimJustId in interface StreamPipelineCommandskey - Stream Keygroup - Consumer GroupconsumerName - Consumer name to transfer the auto claimed entriesminIdleTime - Entries pending more than minIdleTime will be transferred ownershipstart - StreamEntryID - Entries ≥ start will be transferred ownership, passing
null will indicate '-'params - XAutoClaimParamspublic Response<StreamInfo> xinfoStream(java.lang.String key)
StreamPipelineCommandsxinfoStream in interface StreamPipelineCommandskey - Stream nameStreamInfo that contains information about the streampublic Response<StreamFullInfo> xinfoStreamFull(java.lang.String key)
StreamPipelineCommandsxinfoStreamFull in interface StreamPipelineCommandskey - Stream nameStreamFullInfo that contains information about the streampublic Response<StreamFullInfo> xinfoStreamFull(java.lang.String key, int count)
StreamPipelineCommandsxinfoStreamFull in interface StreamPipelineCommandskey - Stream namecount - stream info countStreamFullInfo that contains information about the streampublic Response<java.util.List<StreamGroupInfo>> xinfoGroups(java.lang.String key)
StreamPipelineCommandsxinfoGroups in interface StreamPipelineCommandskey - Stream nameStreamGroupInfo containing information about groupspublic Response<java.util.List<StreamConsumersInfo>> xinfoConsumers(java.lang.String key, java.lang.String group)
StreamPipelineCommandsxinfoConsumers in interface StreamPipelineCommandskey - Stream namegroup - Group nameStreamConsumersInfo containing information about consumers that belong
to the grouppublic Response<java.util.List<StreamConsumerInfo>> xinfoConsumers2(java.lang.String key, java.lang.String group)
StreamPipelineCommandsxinfoConsumers2 in interface StreamPipelineCommandskey - Stream namegroup - Group nameStreamConsumerInfo containing information about consumers that belong
to the grouppublic Response<java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<StreamEntry>>>> xread(XReadParams xReadParams, java.util.Map<java.lang.String,StreamEntryID> streams)
StreamPipelineCommandsxread in interface StreamPipelineCommandspublic Response<java.util.Map<java.lang.String,java.util.List<StreamEntry>>> xreadAsMap(XReadParams xReadParams, java.util.Map<java.lang.String,StreamEntryID> streams)
StreamPipelineCommandsxreadAsMap in interface StreamPipelineCommandspublic Response<java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<StreamEntry>>>> xreadGroup(java.lang.String groupName, java.lang.String consumer, XReadGroupParams xReadGroupParams, java.util.Map<java.lang.String,StreamEntryID> streams)
StreamPipelineCommandsxreadGroup in interface StreamPipelineCommandspublic Response<java.util.Map<java.lang.String,java.util.List<StreamEntry>>> xreadGroupAsMap(java.lang.String groupName, java.lang.String consumer, XReadGroupParams xReadGroupParams, java.util.Map<java.lang.String,StreamEntryID> streams)
StreamPipelineCommandsxreadGroupAsMap in interface StreamPipelineCommandspublic Response<java.lang.Object> eval(java.lang.String script)
eval in interface ScriptingKeyPipelineCommandspublic Response<java.lang.Object> eval(java.lang.String script, int keyCount, java.lang.String... params)
eval in interface ScriptingKeyPipelineCommandspublic Response<java.lang.Object> eval(java.lang.String script, java.util.List<java.lang.String> keys, java.util.List<java.lang.String> args)
eval in interface ScriptingKeyPipelineCommandspublic Response<java.lang.Object> evalReadonly(java.lang.String script, java.util.List<java.lang.String> keys, java.util.List<java.lang.String> args)
evalReadonly in interface ScriptingKeyPipelineCommandspublic Response<java.lang.Object> evalsha(java.lang.String sha1)
evalsha in interface ScriptingKeyPipelineCommandspublic Response<java.lang.Object> evalsha(java.lang.String sha1, int keyCount, java.lang.String... params)
evalsha in interface ScriptingKeyPipelineCommandspublic Response<java.lang.Object> evalsha(java.lang.String sha1, java.util.List<java.lang.String> keys, java.util.List<java.lang.String> args)
evalsha in interface ScriptingKeyPipelineCommandspublic Response<java.lang.Object> evalshaReadonly(java.lang.String sha1, java.util.List<java.lang.String> keys, java.util.List<java.lang.String> args)
evalshaReadonly in interface ScriptingKeyPipelineCommandspublic Response<java.lang.Long> waitReplicas(java.lang.String sampleKey, int replicas, long timeout)
waitReplicas in interface SampleKeyedPipelineCommandspublic Response<KeyValue<java.lang.Long,java.lang.Long>> waitAOF(java.lang.String sampleKey, long numLocal, long numReplicas, long timeout)
waitAOF in interface SampleKeyedPipelineCommandspublic Response<java.lang.Object> eval(java.lang.String script, java.lang.String sampleKey)
eval in interface SampleKeyedPipelineCommandspublic Response<java.lang.Object> evalsha(java.lang.String sha1, java.lang.String sampleKey)
evalsha in interface SampleKeyedPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> scriptExists(java.lang.String sampleKey, java.lang.String... sha1)
scriptExists in interface SampleKeyedPipelineCommandspublic Response<java.lang.String> scriptLoad(java.lang.String script, java.lang.String sampleKey)
scriptLoad in interface SampleKeyedPipelineCommandspublic Response<java.lang.String> scriptFlush(java.lang.String sampleKey)
scriptFlush in interface SampleKeyedPipelineCommandspublic Response<java.lang.String> scriptFlush(java.lang.String sampleKey, FlushMode flushMode)
scriptFlush in interface SampleKeyedPipelineCommandspublic Response<java.lang.String> scriptKill(java.lang.String sampleKey)
scriptKill in interface SampleKeyedPipelineCommandspublic Response<java.lang.Object> fcall(byte[] name, java.util.List<byte[]> keys, java.util.List<byte[]> args)
fcall in interface FunctionPipelineBinaryCommandspublic Response<java.lang.Object> fcall(java.lang.String name, java.util.List<java.lang.String> keys, java.util.List<java.lang.String> args)
fcall in interface FunctionPipelineCommandspublic Response<java.lang.Object> fcallReadonly(byte[] name, java.util.List<byte[]> keys, java.util.List<byte[]> args)
fcallReadonly in interface FunctionPipelineBinaryCommandspublic Response<java.lang.Object> fcallReadonly(java.lang.String name, java.util.List<java.lang.String> keys, java.util.List<java.lang.String> args)
fcallReadonly in interface FunctionPipelineCommandspublic Response<java.lang.String> functionDelete(byte[] libraryName)
functionDelete in interface FunctionPipelineBinaryCommandspublic Response<java.lang.String> functionDelete(java.lang.String libraryName)
functionDelete in interface FunctionPipelineCommandspublic Response<byte[]> functionDump()
functionDump in interface FunctionPipelineBinaryCommandsfunctionDump in interface FunctionPipelineCommandspublic Response<java.util.List<LibraryInfo>> functionList(java.lang.String libraryNamePattern)
functionList in interface FunctionPipelineCommandspublic Response<java.util.List<LibraryInfo>> functionList()
functionList in interface FunctionPipelineCommandspublic Response<java.util.List<LibraryInfo>> functionListWithCode(java.lang.String libraryNamePattern)
functionListWithCode in interface FunctionPipelineCommandspublic Response<java.util.List<LibraryInfo>> functionListWithCode()
functionListWithCode in interface FunctionPipelineCommandspublic Response<java.util.List<java.lang.Object>> functionListBinary()
functionListBinary in interface FunctionPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> functionList(byte[] libraryNamePattern)
functionList in interface FunctionPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> functionListWithCodeBinary()
functionListWithCodeBinary in interface FunctionPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> functionListWithCode(byte[] libraryNamePattern)
functionListWithCode in interface FunctionPipelineBinaryCommandspublic Response<java.lang.String> functionLoad(byte[] functionCode)
functionLoad in interface FunctionPipelineBinaryCommandspublic Response<java.lang.String> functionLoad(java.lang.String functionCode)
functionLoad in interface FunctionPipelineCommandspublic Response<java.lang.String> functionLoadReplace(byte[] functionCode)
functionLoadReplace in interface FunctionPipelineBinaryCommandspublic Response<java.lang.String> functionLoadReplace(java.lang.String functionCode)
functionLoadReplace in interface FunctionPipelineCommandspublic Response<java.lang.String> functionRestore(byte[] serializedValue)
functionRestore in interface FunctionPipelineBinaryCommandsfunctionRestore in interface FunctionPipelineCommandspublic Response<java.lang.String> functionRestore(byte[] serializedValue, FunctionRestorePolicy policy)
functionRestore in interface FunctionPipelineBinaryCommandsfunctionRestore in interface FunctionPipelineCommandspublic Response<java.lang.String> functionFlush()
functionFlush in interface FunctionPipelineBinaryCommandsfunctionFlush in interface FunctionPipelineCommandspublic Response<java.lang.String> functionFlush(FlushMode mode)
functionFlush in interface FunctionPipelineBinaryCommandsfunctionFlush in interface FunctionPipelineCommandspublic Response<java.lang.String> functionKill()
functionKill in interface FunctionPipelineBinaryCommandsfunctionKill in interface FunctionPipelineCommandspublic Response<FunctionStats> functionStats()
functionStats in interface FunctionPipelineCommandspublic Response<java.lang.Object> functionStatsBinary()
functionStatsBinary in interface FunctionPipelineBinaryCommandspublic Response<java.lang.Long> geoadd(byte[] key, double longitude, double latitude, byte[] member)
geoadd in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> geoadd(byte[] key, java.util.Map<byte[],GeoCoordinate> memberCoordinateMap)
geoadd in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> geoadd(byte[] key, GeoAddParams params, java.util.Map<byte[],GeoCoordinate> memberCoordinateMap)
geoadd in interface GeoPipelineBinaryCommandspublic Response<java.lang.Double> geodist(byte[] key, byte[] member1, byte[] member2)
geodist in interface GeoPipelineBinaryCommandspublic Response<java.lang.Double> geodist(byte[] key, byte[] member1, byte[] member2, GeoUnit unit)
geodist in interface GeoPipelineBinaryCommandspublic Response<java.util.List<byte[]>> geohash(byte[] key, byte[]... members)
geohash in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoCoordinate>> geopos(byte[] key, byte[]... members)
geopos in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit)
georadius in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit)
georadiusReadonly in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
georadius in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
georadiusReadonly in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit)
georadiusByMember in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit)
georadiusByMemberReadonly in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param)
georadiusByMember in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param)
georadiusByMemberReadonly in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)
georadiusStore in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)
georadiusByMemberStore in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> geosearch(byte[] key, byte[] member, double radius, GeoUnit unit)
geosearch in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit)
geosearch in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> geosearch(byte[] key, byte[] member, double width, double height, GeoUnit unit)
geosearch in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit)
geosearch in interface GeoPipelineBinaryCommandspublic Response<java.util.List<GeoRadiusResponse>> geosearch(byte[] key, GeoSearchParam params)
geosearch in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> geosearchStore(byte[] dest, byte[] src, byte[] member, double radius, GeoUnit unit)
geosearchStore in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit)
geosearchStore in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> geosearchStore(byte[] dest, byte[] src, byte[] member, double width, double height, GeoUnit unit)
geosearchStore in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit)
geosearchStore in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> geosearchStore(byte[] dest, byte[] src, GeoSearchParam params)
geosearchStore in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> geosearchStoreStoreDist(byte[] dest, byte[] src, GeoSearchParam params)
geosearchStoreStoreDist in interface GeoPipelineBinaryCommandspublic Response<java.lang.Long> hset(byte[] key, byte[] field, byte[] value)
hset in interface HashPipelineBinaryCommandspublic Response<java.lang.Long> hset(byte[] key, java.util.Map<byte[],byte[]> hash)
hset in interface HashPipelineBinaryCommandspublic Response<java.lang.Long> hsetex(byte[] key, HSetExParams params, byte[] field, byte[] value)
hsetex in interface HashPipelineBinaryCommandskey - the key of the hashparams - the parameters for the HSetEx commandfield - the field in the hash to setvalue - the value to set in the specified fieldHSetExParamspublic Response<java.lang.Long> hsetex(byte[] key, HSetExParams params, java.util.Map<byte[],byte[]> hash)
hsetex in interface HashPipelineBinaryCommandskey - the key of the hashparams - the parameters for the HSetEx commandhash - the map containing field-value pairs to set in the hashHSetExParamspublic Response<byte[]> hget(byte[] key, byte[] field)
hget in interface HashPipelineBinaryCommandspublic Response<java.util.List<byte[]>> hgetex(byte[] key, HGetExParams params, byte[]... fields)
hgetex in interface HashPipelineBinaryCommandskey - the key of the hashparams - additional parameters for the HGETEX commandfields - the fields whose values are to be retrievedHGetExParamspublic Response<java.util.List<byte[]>> hgetdel(byte[] key, byte[]... fields)
hgetdel in interface HashPipelineBinaryCommandskey - the key of the hashfields - the fields whose values are to be retrieved and then deletedpublic Response<java.lang.Long> hsetnx(byte[] key, byte[] field, byte[] value)
hsetnx in interface HashPipelineBinaryCommandspublic Response<java.lang.String> hmset(byte[] key, java.util.Map<byte[],byte[]> hash)
hmset in interface HashPipelineBinaryCommandspublic Response<java.util.List<byte[]>> hmget(byte[] key, byte[]... fields)
hmget in interface HashPipelineBinaryCommandspublic Response<java.lang.Long> hincrBy(byte[] key, byte[] field, long value)
hincrBy in interface HashPipelineBinaryCommandspublic Response<java.lang.Double> hincrByFloat(byte[] key, byte[] field, double value)
hincrByFloat in interface HashPipelineBinaryCommandspublic Response<java.lang.Boolean> hexists(byte[] key, byte[] field)
hexists in interface HashPipelineBinaryCommandspublic Response<java.lang.Long> hdel(byte[] key, byte[]... field)
hdel in interface HashPipelineBinaryCommandspublic Response<java.lang.Long> hlen(byte[] key)
hlen in interface HashPipelineBinaryCommandspublic Response<java.util.Set<byte[]>> hkeys(byte[] key)
hkeys in interface HashPipelineBinaryCommandspublic Response<java.util.List<byte[]>> hvals(byte[] key)
hvals in interface HashPipelineBinaryCommandspublic Response<java.util.Map<byte[],byte[]>> hgetAll(byte[] key)
hgetAll in interface HashPipelineBinaryCommandspublic Response<byte[]> hrandfield(byte[] key)
hrandfield in interface HashPipelineBinaryCommandspublic Response<java.util.List<byte[]>> hrandfield(byte[] key, long count)
hrandfield in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.util.Map.Entry<byte[],byte[]>>> hrandfieldWithValues(byte[] key, long count)
hrandfieldWithValues in interface HashPipelineBinaryCommandspublic Response<ScanResult<java.util.Map.Entry<byte[],byte[]>>> hscan(byte[] key, byte[] cursor, ScanParams params)
hscan in interface HashPipelineBinaryCommandspublic Response<ScanResult<byte[]>> hscanNoValues(byte[] key, byte[] cursor, ScanParams params)
hscanNoValues in interface HashPipelineBinaryCommandspublic Response<java.lang.Long> hstrlen(byte[] key, byte[] field)
hstrlen in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hexpire(byte[] key, long seconds, byte[]... fields)
hexpire in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hexpire(byte[] key, long seconds, ExpiryOption condition, byte[]... fields)
hexpire in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hpexpire(byte[] key, long milliseconds, byte[]... fields)
hpexpire in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hpexpire(byte[] key, long milliseconds, ExpiryOption condition, byte[]... fields)
hpexpire in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hexpireAt(byte[] key, long unixTimeSeconds, byte[]... fields)
hexpireAt in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hexpireAt(byte[] key, long unixTimeSeconds, ExpiryOption condition, byte[]... fields)
hexpireAt in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hpexpireAt(byte[] key, long unixTimeMillis, byte[]... fields)
hpexpireAt in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hpexpireAt(byte[] key, long unixTimeMillis, ExpiryOption condition, byte[]... fields)
hpexpireAt in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hexpireTime(byte[] key, byte[]... fields)
hexpireTime in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hpexpireTime(byte[] key, byte[]... fields)
hpexpireTime in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> httl(byte[] key, byte[]... fields)
httl in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hpttl(byte[] key, byte[]... fields)
hpttl in interface HashPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> hpersist(byte[] key, byte[]... fields)
hpersist in interface HashPipelineBinaryCommandspublic Response<java.lang.Long> pfadd(byte[] key, byte[]... elements)
pfadd in interface HyperLogLogPipelineBinaryCommandspublic Response<java.lang.String> pfmerge(byte[] destkey, byte[]... sourcekeys)
pfmerge in interface HyperLogLogPipelineBinaryCommandspublic Response<java.lang.Long> pfcount(byte[] key)
pfcount in interface HyperLogLogPipelineBinaryCommandspublic Response<java.lang.Long> pfcount(byte[]... keys)
pfcount in interface HyperLogLogPipelineBinaryCommandspublic Response<java.lang.Boolean> exists(byte[] key)
exists in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> exists(byte[]... keys)
exists in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> persist(byte[] key)
persist in interface KeyPipelineBinaryCommandspublic Response<java.lang.String> type(byte[] key)
type in interface KeyPipelineBinaryCommandspublic Response<byte[]> dump(byte[] key)
dump in interface KeyPipelineBinaryCommandspublic Response<java.lang.String> restore(byte[] key, long ttl, byte[] serializedValue)
restore in interface KeyPipelineBinaryCommandspublic Response<java.lang.String> restore(byte[] key, long ttl, byte[] serializedValue, RestoreParams params)
restore in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> expire(byte[] key, long seconds)
expire in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> expire(byte[] key, long seconds, ExpiryOption expiryOption)
expire in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> pexpire(byte[] key, long milliseconds)
pexpire in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> pexpire(byte[] key, long milliseconds, ExpiryOption expiryOption)
pexpire in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> expireTime(byte[] key)
expireTime in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> pexpireTime(byte[] key)
pexpireTime in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> expireAt(byte[] key, long unixTime)
expireAt in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> expireAt(byte[] key, long unixTime, ExpiryOption expiryOption)
expireAt in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> pexpireAt(byte[] key, long millisecondsTimestamp)
pexpireAt in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> pexpireAt(byte[] key, long millisecondsTimestamp, ExpiryOption expiryOption)
pexpireAt in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> ttl(byte[] key)
ttl in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> pttl(byte[] key)
pttl in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> touch(byte[] key)
touch in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> touch(byte[]... keys)
touch in interface KeyPipelineBinaryCommandspublic Response<java.util.List<byte[]>> sort(byte[] key)
sort in interface KeyPipelineBinaryCommandspublic Response<java.util.List<byte[]>> sort(byte[] key, SortingParams sortingParams)
sort in interface KeyPipelineBinaryCommandspublic Response<java.util.List<byte[]>> sortReadonly(byte[] key, SortingParams sortingParams)
sortReadonly in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> del(byte[] key)
del in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> del(byte[]... keys)
del in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> unlink(byte[] key)
unlink in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> unlink(byte[]... keys)
unlink in interface KeyPipelineBinaryCommandspublic Response<java.lang.Boolean> copy(byte[] srcKey, byte[] dstKey, boolean replace)
copy in interface KeyPipelineBinaryCommandspublic Response<java.lang.String> rename(byte[] oldkey, byte[] newkey)
rename in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> renamenx(byte[] oldkey, byte[] newkey)
renamenx in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> sort(byte[] key, SortingParams sortingParams, byte[] dstkey)
sort in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> sort(byte[] key, byte[] dstkey)
sort in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> memoryUsage(byte[] key)
memoryUsage in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> memoryUsage(byte[] key, int samples)
memoryUsage in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> objectRefcount(byte[] key)
objectRefcount in interface KeyPipelineBinaryCommandspublic Response<byte[]> objectEncoding(byte[] key)
objectEncoding in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> objectIdletime(byte[] key)
objectIdletime in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> objectFreq(byte[] key)
objectFreq in interface KeyPipelineBinaryCommandspublic Response<java.lang.String> migrate(java.lang.String host, int port, byte[] key, int timeout)
migrate in interface KeyPipelineBinaryCommandspublic Response<java.lang.String> migrate(java.lang.String host, int port, int timeout, MigrateParams params, byte[]... keys)
migrate in interface KeyPipelineBinaryCommandspublic Response<java.util.Set<byte[]>> keys(byte[] pattern)
keys in interface KeyPipelineBinaryCommandspublic Response<ScanResult<byte[]>> scan(byte[] cursor)
scan in interface KeyPipelineBinaryCommandspublic Response<ScanResult<byte[]>> scan(byte[] cursor, ScanParams params)
scan in interface KeyPipelineBinaryCommandspublic Response<ScanResult<byte[]>> scan(byte[] cursor, ScanParams params, byte[] type)
scan in interface KeyPipelineBinaryCommandspublic Response<byte[]> randomBinaryKey()
randomBinaryKey in interface KeyPipelineBinaryCommandspublic Response<java.lang.Long> rpush(byte[] key, byte[]... args)
rpush in interface ListPipelineBinaryCommandspublic Response<java.lang.Long> lpush(byte[] key, byte[]... args)
lpush in interface ListPipelineBinaryCommandspublic Response<java.lang.Long> llen(byte[] key)
llen in interface ListPipelineBinaryCommandspublic Response<java.util.List<byte[]>> lrange(byte[] key, long start, long stop)
lrange in interface ListPipelineBinaryCommandspublic Response<java.lang.String> ltrim(byte[] key, long start, long stop)
ltrim in interface ListPipelineBinaryCommandspublic Response<byte[]> lindex(byte[] key, long index)
lindex in interface ListPipelineBinaryCommandspublic Response<java.lang.String> lset(byte[] key, long index, byte[] value)
lset in interface ListPipelineBinaryCommandspublic Response<java.lang.Long> lrem(byte[] key, long count, byte[] value)
lrem in interface ListPipelineBinaryCommandspublic Response<byte[]> lpop(byte[] key)
lpop in interface ListPipelineBinaryCommandspublic Response<java.util.List<byte[]>> lpop(byte[] key, int count)
lpop in interface ListPipelineBinaryCommandspublic Response<java.lang.Long> lpos(byte[] key, byte[] element)
lpos in interface ListPipelineBinaryCommandspublic Response<java.lang.Long> lpos(byte[] key, byte[] element, LPosParams params)
lpos in interface ListPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> lpos(byte[] key, byte[] element, LPosParams params, long count)
lpos in interface ListPipelineBinaryCommandspublic Response<byte[]> rpop(byte[] key)
rpop in interface ListPipelineBinaryCommandspublic Response<java.util.List<byte[]>> rpop(byte[] key, int count)
rpop in interface ListPipelineBinaryCommandspublic Response<java.lang.Long> linsert(byte[] key, ListPosition where, byte[] pivot, byte[] value)
linsert in interface ListPipelineBinaryCommandspublic Response<java.lang.Long> lpushx(byte[] key, byte[]... args)
lpushx in interface ListPipelineBinaryCommandspublic Response<java.lang.Long> rpushx(byte[] key, byte[]... args)
rpushx in interface ListPipelineBinaryCommandspublic Response<java.util.List<byte[]>> blpop(int timeout, byte[]... keys)
blpop in interface ListPipelineBinaryCommandspublic Response<KeyValue<byte[],byte[]>> blpop(double timeout, byte[]... keys)
blpop in interface ListPipelineBinaryCommandspublic Response<java.util.List<byte[]>> brpop(int timeout, byte[]... keys)
brpop in interface ListPipelineBinaryCommandspublic Response<KeyValue<byte[],byte[]>> brpop(double timeout, byte[]... keys)
brpop in interface ListPipelineBinaryCommandspublic Response<byte[]> rpoplpush(byte[] srckey, byte[] dstkey)
rpoplpush in interface ListPipelineBinaryCommandspublic Response<byte[]> brpoplpush(byte[] source, byte[] destination, int timeout)
brpoplpush in interface ListPipelineBinaryCommandspublic Response<byte[]> lmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to)
lmove in interface ListPipelineBinaryCommandspublic Response<byte[]> blmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to, double timeout)
blmove in interface ListPipelineBinaryCommandspublic Response<KeyValue<byte[],java.util.List<byte[]>>> lmpop(ListDirection direction, byte[]... keys)
lmpop in interface ListPipelineBinaryCommandspublic Response<KeyValue<byte[],java.util.List<byte[]>>> lmpop(ListDirection direction, int count, byte[]... keys)
lmpop in interface ListPipelineBinaryCommandspublic Response<KeyValue<byte[],java.util.List<byte[]>>> blmpop(double timeout, ListDirection direction, byte[]... keys)
blmpop in interface ListPipelineBinaryCommandspublic Response<KeyValue<byte[],java.util.List<byte[]>>> blmpop(double timeout, ListDirection direction, int count, byte[]... keys)
blmpop in interface ListPipelineBinaryCommandspublic Response<java.lang.Long> waitReplicas(byte[] sampleKey, int replicas, long timeout)
waitReplicas in interface SampleBinaryKeyedPipelineCommandspublic Response<KeyValue<java.lang.Long,java.lang.Long>> waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout)
waitAOF in interface SampleBinaryKeyedPipelineCommandspublic Response<java.lang.Object> eval(byte[] script, byte[] sampleKey)
eval in interface SampleBinaryKeyedPipelineCommandspublic Response<java.lang.Object> evalsha(byte[] sha1, byte[] sampleKey)
evalsha in interface SampleBinaryKeyedPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> scriptExists(byte[] sampleKey, byte[]... sha1s)
scriptExists in interface SampleBinaryKeyedPipelineCommandspublic Response<byte[]> scriptLoad(byte[] script, byte[] sampleKey)
scriptLoad in interface SampleBinaryKeyedPipelineCommandspublic Response<java.lang.String> scriptFlush(byte[] sampleKey)
scriptFlush in interface SampleBinaryKeyedPipelineCommandspublic Response<java.lang.String> scriptFlush(byte[] sampleKey, FlushMode flushMode)
scriptFlush in interface SampleBinaryKeyedPipelineCommandspublic Response<java.lang.String> scriptKill(byte[] sampleKey)
scriptKill in interface SampleBinaryKeyedPipelineCommandspublic Response<java.lang.Object> eval(byte[] script)
eval in interface ScriptingKeyPipelineBinaryCommandspublic Response<java.lang.Object> eval(byte[] script, int keyCount, byte[]... params)
eval in interface ScriptingKeyPipelineBinaryCommandspublic Response<java.lang.Object> eval(byte[] script, java.util.List<byte[]> keys, java.util.List<byte[]> args)
eval in interface ScriptingKeyPipelineBinaryCommandspublic Response<java.lang.Object> evalReadonly(byte[] script, java.util.List<byte[]> keys, java.util.List<byte[]> args)
evalReadonly in interface ScriptingKeyPipelineBinaryCommandspublic Response<java.lang.Object> evalsha(byte[] sha1)
evalsha in interface ScriptingKeyPipelineBinaryCommandspublic Response<java.lang.Object> evalsha(byte[] sha1, int keyCount, byte[]... params)
evalsha in interface ScriptingKeyPipelineBinaryCommandspublic Response<java.lang.Object> evalsha(byte[] sha1, java.util.List<byte[]> keys, java.util.List<byte[]> args)
evalsha in interface ScriptingKeyPipelineBinaryCommandspublic Response<java.lang.Object> evalshaReadonly(byte[] sha1, java.util.List<byte[]> keys, java.util.List<byte[]> args)
evalshaReadonly in interface ScriptingKeyPipelineBinaryCommandspublic Response<java.lang.Long> sadd(byte[] key, byte[]... members)
sadd in interface SetPipelineBinaryCommandspublic Response<java.util.Set<byte[]>> smembers(byte[] key)
smembers in interface SetPipelineBinaryCommandspublic Response<java.lang.Long> srem(byte[] key, byte[]... members)
srem in interface SetPipelineBinaryCommandspublic Response<byte[]> spop(byte[] key)
spop in interface SetPipelineBinaryCommandspublic Response<java.util.Set<byte[]>> spop(byte[] key, long count)
spop in interface SetPipelineBinaryCommandspublic Response<java.lang.Long> scard(byte[] key)
scard in interface SetPipelineBinaryCommandspublic Response<java.lang.Boolean> sismember(byte[] key, byte[] member)
sismember in interface SetPipelineBinaryCommandspublic Response<java.util.List<java.lang.Boolean>> smismember(byte[] key, byte[]... members)
smismember in interface SetPipelineBinaryCommandspublic Response<byte[]> srandmember(byte[] key)
srandmember in interface SetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> srandmember(byte[] key, int count)
srandmember in interface SetPipelineBinaryCommandspublic Response<ScanResult<byte[]>> sscan(byte[] key, byte[] cursor, ScanParams params)
sscan in interface SetPipelineBinaryCommandspublic Response<java.util.Set<byte[]>> sdiff(byte[]... keys)
sdiff in interface SetPipelineBinaryCommandspublic Response<java.lang.Long> sdiffstore(byte[] dstkey, byte[]... keys)
sdiffstore in interface SetPipelineBinaryCommandspublic Response<java.util.Set<byte[]>> sinter(byte[]... keys)
sinter in interface SetPipelineBinaryCommandspublic Response<java.lang.Long> sinterstore(byte[] dstkey, byte[]... keys)
sinterstore in interface SetPipelineBinaryCommandspublic Response<java.lang.Long> sintercard(byte[]... keys)
sintercard in interface SetPipelineBinaryCommandspublic Response<java.lang.Long> sintercard(int limit, byte[]... keys)
sintercard in interface SetPipelineBinaryCommandspublic Response<java.util.Set<byte[]>> sunion(byte[]... keys)
sunion in interface SetPipelineBinaryCommandspublic Response<java.lang.Long> sunionstore(byte[] dstkey, byte[]... keys)
sunionstore in interface SetPipelineBinaryCommandspublic Response<java.lang.Long> smove(byte[] srckey, byte[] dstkey, byte[] member)
smove in interface SetPipelineBinaryCommandspublic Response<java.lang.Long> zadd(byte[] key, double score, byte[] member)
zadd in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zadd(byte[] key, double score, byte[] member, ZAddParams params)
zadd in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zadd(byte[] key, java.util.Map<byte[],java.lang.Double> scoreMembers)
zadd in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zadd(byte[] key, java.util.Map<byte[],java.lang.Double> scoreMembers, ZAddParams params)
zadd in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Double> zaddIncr(byte[] key, double score, byte[] member, ZAddParams params)
zaddIncr in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zrem(byte[] key, byte[]... members)
zrem in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Double> zincrby(byte[] key, double increment, byte[] member)
zincrby in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Double> zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params)
zincrby in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zrank(byte[] key, byte[] member)
zrank in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zrevrank(byte[] key, byte[] member)
zrevrank in interface SortedSetPipelineBinaryCommandspublic Response<KeyValue<java.lang.Long,java.lang.Double>> zrankWithScore(byte[] key, byte[] member)
zrankWithScore in interface SortedSetPipelineBinaryCommandspublic Response<KeyValue<java.lang.Long,java.lang.Double>> zrevrankWithScore(byte[] key, byte[] member)
zrevrankWithScore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrange(byte[] key, long start, long stop)
zrange in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrevrange(byte[] key, long start, long stop)
zrevrange in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrangeWithScores(byte[] key, long start, long stop)
zrangeWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrevrangeWithScores(byte[] key, long start, long stop)
zrevrangeWithScores in interface SortedSetPipelineBinaryCommandspublic Response<byte[]> zrandmember(byte[] key)
zrandmember in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrandmember(byte[] key, long count)
zrandmember in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrandmemberWithScores(byte[] key, long count)
zrandmemberWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zcard(byte[] key)
zcard in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Double> zscore(byte[] key, byte[] member)
zscore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<java.lang.Double>> zmscore(byte[] key, byte[]... members)
zmscore in interface SortedSetPipelineBinaryCommandspublic Response<Tuple> zpopmax(byte[] key)
zpopmax in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zpopmax(byte[] key, int count)
zpopmax in interface SortedSetPipelineBinaryCommandspublic Response<Tuple> zpopmin(byte[] key)
zpopmin in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zpopmin(byte[] key, int count)
zpopmin in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zcount(byte[] key, double min, double max)
zcount in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zcount(byte[] key, byte[] min, byte[] max)
zcount in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrangeByScore(byte[] key, double min, double max)
zrangeByScore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrangeByScore(byte[] key, byte[] min, byte[] max)
zrangeByScore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrevrangeByScore(byte[] key, double max, double min)
zrevrangeByScore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrangeByScore(byte[] key, double min, double max, int offset, int count)
zrangeByScore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrevrangeByScore(byte[] key, byte[] max, byte[] min)
zrevrangeByScore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count)
zrangeByScore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrevrangeByScore(byte[] key, double max, double min, int offset, int count)
zrevrangeByScore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrangeByScoreWithScores(byte[] key, double min, double max)
zrangeByScoreWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrevrangeByScoreWithScores(byte[] key, double max, double min)
zrevrangeByScoreWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count)
zrangeByScoreWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count)
zrevrangeByScore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max)
zrangeByScoreWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min)
zrevrangeByScoreWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count)
zrangeByScoreWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count)
zrevrangeByScoreWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count)
zrevrangeByScoreWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zremrangeByRank(byte[] key, long start, long stop)
zremrangeByRank in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zremrangeByScore(byte[] key, double min, double max)
zremrangeByScore in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zremrangeByScore(byte[] key, byte[] min, byte[] max)
zremrangeByScore in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zlexcount(byte[] key, byte[] min, byte[] max)
zlexcount in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrangeByLex(byte[] key, byte[] min, byte[] max)
zrangeByLex in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count)
zrangeByLex in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrevrangeByLex(byte[] key, byte[] max, byte[] min)
zrevrangeByLex in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count)
zrevrangeByLex in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zrange(byte[] key, ZRangeParams zRangeParams)
zrange in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zrangeWithScores(byte[] key, ZRangeParams zRangeParams)
zrangeWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zrangestore(byte[] dest, byte[] src, ZRangeParams zRangeParams)
zrangestore in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zremrangeByLex(byte[] key, byte[] min, byte[] max)
zremrangeByLex in interface SortedSetPipelineBinaryCommandspublic Response<ScanResult<Tuple>> zscan(byte[] key, byte[] cursor, ScanParams params)
zscan in interface SortedSetPipelineBinaryCommandspublic Response<KeyValue<byte[],Tuple>> bzpopmax(double timeout, byte[]... keys)
bzpopmax in interface SortedSetPipelineBinaryCommandspublic Response<KeyValue<byte[],Tuple>> bzpopmin(double timeout, byte[]... keys)
bzpopmin in interface SortedSetPipelineBinaryCommandspublic Response<KeyValue<byte[],java.util.List<Tuple>>> zmpop(SortedSetOption option, byte[]... keys)
zmpop in interface SortedSetPipelineBinaryCommandspublic Response<KeyValue<byte[],java.util.List<Tuple>>> zmpop(SortedSetOption option, int count, byte[]... keys)
zmpop in interface SortedSetPipelineBinaryCommandspublic Response<KeyValue<byte[],java.util.List<Tuple>>> bzmpop(double timeout, SortedSetOption option, byte[]... keys)
bzmpop in interface SortedSetPipelineBinaryCommandspublic Response<KeyValue<byte[],java.util.List<Tuple>>> bzmpop(double timeout, SortedSetOption option, int count, byte[]... keys)
bzmpop in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zdiff(byte[]... keys)
zdiff in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zdiffWithScores(byte[]... keys)
zdiffWithScores in interface SortedSetPipelineBinaryCommands@Deprecated public Response<java.lang.Long> zdiffStore(byte[] dstkey, byte[]... keys)
zdiffStore in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zdiffstore(byte[] dstkey, byte[]... keys)
zdiffstore in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zinter(ZParams params, byte[]... keys)
zinter in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zinterWithScores(ZParams params, byte[]... keys)
zinterWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zinterstore(byte[] dstkey, byte[]... sets)
zinterstore in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zinterstore(byte[] dstkey, ZParams params, byte[]... sets)
zinterstore in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zintercard(byte[]... keys)
zintercard in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zintercard(long limit, byte[]... keys)
zintercard in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<byte[]>> zunion(ZParams params, byte[]... keys)
zunion in interface SortedSetPipelineBinaryCommandspublic Response<java.util.List<Tuple>> zunionWithScores(ZParams params, byte[]... keys)
zunionWithScores in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zunionstore(byte[] dstkey, byte[]... sets)
zunionstore in interface SortedSetPipelineBinaryCommandspublic Response<java.lang.Long> zunionstore(byte[] dstkey, ZParams params, byte[]... sets)
zunionstore in interface SortedSetPipelineBinaryCommandspublic Response<byte[]> xadd(byte[] key, XAddParams params, java.util.Map<byte[],byte[]> hash)
xadd in interface StreamPipelineBinaryCommandspublic Response<java.lang.Long> xlen(byte[] key)
xlen in interface StreamPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> xrange(byte[] key, byte[] start, byte[] end)
xrange in interface StreamPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> xrange(byte[] key, byte[] start, byte[] end, int count)
xrange in interface StreamPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> xrevrange(byte[] key, byte[] end, byte[] start)
xrevrange in interface StreamPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> xrevrange(byte[] key, byte[] end, byte[] start, int count)
xrevrange in interface StreamPipelineBinaryCommandspublic Response<java.lang.Long> xack(byte[] key, byte[] group, byte[]... ids)
xack in interface StreamPipelineBinaryCommandspublic Response<java.util.List<StreamEntryDeletionResult>> xackdel(byte[] key, byte[] group, byte[]... ids)
xackdel in interface StreamPipelineBinaryCommandspublic Response<java.util.List<StreamEntryDeletionResult>> xackdel(byte[] key, byte[] group, StreamDeletionPolicy trimMode, byte[]... ids)
xackdel in interface StreamPipelineBinaryCommandspublic Response<java.lang.String> xgroupCreate(byte[] key, byte[] groupName, byte[] id, boolean makeStream)
xgroupCreate in interface StreamPipelineBinaryCommandspublic Response<java.lang.String> xgroupSetID(byte[] key, byte[] groupName, byte[] id)
xgroupSetID in interface StreamPipelineBinaryCommandspublic Response<java.lang.Long> xgroupDestroy(byte[] key, byte[] groupName)
xgroupDestroy in interface StreamPipelineBinaryCommandspublic Response<java.lang.Boolean> xgroupCreateConsumer(byte[] key, byte[] groupName, byte[] consumerName)
xgroupCreateConsumer in interface StreamPipelineBinaryCommandspublic Response<java.lang.Long> xgroupDelConsumer(byte[] key, byte[] groupName, byte[] consumerName)
xgroupDelConsumer in interface StreamPipelineBinaryCommandspublic Response<java.lang.Long> xdel(byte[] key, byte[]... ids)
xdel in interface StreamPipelineBinaryCommandspublic Response<java.util.List<StreamEntryDeletionResult>> xdelex(byte[] key, byte[]... ids)
xdelex in interface StreamPipelineBinaryCommandspublic Response<java.util.List<StreamEntryDeletionResult>> xdelex(byte[] key, StreamDeletionPolicy trimMode, byte[]... ids)
xdelex in interface StreamPipelineBinaryCommandspublic Response<java.lang.Long> xtrim(byte[] key, long maxLen, boolean approximateLength)
xtrim in interface StreamPipelineBinaryCommandspublic Response<java.lang.Long> xtrim(byte[] key, XTrimParams params)
xtrim in interface StreamPipelineBinaryCommandspublic Response<java.lang.Object> xpending(byte[] key, byte[] groupName)
xpending in interface StreamPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> xpending(byte[] key, byte[] groupName, XPendingParams params)
xpending in interface StreamPipelineBinaryCommandspublic Response<java.util.List<byte[]>> xclaim(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids)
xclaim in interface StreamPipelineBinaryCommandspublic Response<java.util.List<byte[]>> xclaimJustId(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids)
xclaimJustId in interface StreamPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> xautoclaim(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params)
xautoclaim in interface StreamPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> xautoclaimJustId(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params)
xautoclaimJustId in interface StreamPipelineBinaryCommandspublic Response<java.lang.Object> xinfoStream(byte[] key)
xinfoStream in interface StreamPipelineBinaryCommandspublic Response<java.lang.Object> xinfoStreamFull(byte[] key)
StreamPipelineBinaryCommandsxinfoStreamFull in interface StreamPipelineBinaryCommandskey - Stream namepublic Response<java.lang.Object> xinfoStreamFull(byte[] key, int count)
StreamPipelineBinaryCommandsxinfoStreamFull in interface StreamPipelineBinaryCommandskey - Stream namecount - stream info countpublic Response<java.util.List<java.lang.Object>> xinfoGroups(byte[] key)
xinfoGroups in interface StreamPipelineBinaryCommandspublic Response<java.util.List<java.lang.Object>> xinfoConsumers(byte[] key, byte[] group)
xinfoConsumers in interface StreamPipelineBinaryCommands@Deprecated public Response<java.util.List<java.lang.Object>> xread(XReadParams xReadParams, java.util.Map.Entry<byte[],byte[]>... streams)
xreadBinary(XReadParams, Map) or
xreadBinaryAsMap(XReadParams, Map) for type safety and better stream entry
parsing.xread in interface StreamPipelineBinaryCommands@Deprecated public Response<java.util.List<java.lang.Object>> xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, java.util.Map.Entry<byte[],byte[]>... streams)
xreadGroupBinary(byte[], byte[], XReadGroupParams, Map) or
xreadGroupBinaryAsMap(byte[], byte[], XReadGroupParams, Map) instead.xreadGroup in interface StreamPipelineBinaryCommandspublic Response<java.util.List<java.util.Map.Entry<byte[],java.util.List<StreamEntryBinary>>>> xreadBinary(XReadParams xReadParams, java.util.Map<byte[],StreamEntryID> streams)
StreamPipelineBinaryCommandsxreadBinary in interface StreamPipelineBinaryCommandsxReadParams - XReadParamsstreams - Map of stream name and ID to read from.public Response<java.util.Map<byte[],java.util.List<StreamEntryBinary>>> xreadBinaryAsMap(XReadParams xReadParams, java.util.Map<byte[],StreamEntryID> streams)
StreamPipelineBinaryCommandsxreadBinaryAsMap in interface StreamPipelineBinaryCommandsxReadParams - XReadParamsstreams - Map of stream name and ID to read from.public Response<java.util.List<java.util.Map.Entry<byte[],java.util.List<StreamEntryBinary>>>> xreadGroupBinary(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, java.util.Map<byte[],StreamEntryID> streams)
StreamPipelineBinaryCommandsxreadGroupBinary in interface StreamPipelineBinaryCommandsgroupName - Consumer group nameconsumer - Consumer namexReadGroupParams - XReadGroupParamsstreams - Map of stream name and ID to read from.public Response<java.util.Map<byte[],java.util.List<StreamEntryBinary>>> xreadGroupBinaryAsMap(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, java.util.Map<byte[],StreamEntryID> streams)
StreamPipelineBinaryCommandsxreadGroupBinaryAsMap in interface StreamPipelineBinaryCommandsgroupName - Consumer group nameconsumer - Consumer namexReadGroupParams - XReadGroupParamsstreams - Map of stream name and ID to read from.public Response<java.lang.String> set(byte[] key, byte[] value)
set in interface StringPipelineBinaryCommandspublic Response<java.lang.String> set(byte[] key, byte[] value, SetParams params)
set in interface StringPipelineBinaryCommandspublic Response<byte[]> get(byte[] key)
get in interface StringPipelineBinaryCommandspublic Response<byte[]> setGet(byte[] key, byte[] value)
setGet in interface StringPipelineBinaryCommandspublic Response<byte[]> setGet(byte[] key, byte[] value, SetParams params)
setGet in interface StringPipelineBinaryCommandspublic Response<byte[]> getDel(byte[] key)
getDel in interface StringPipelineBinaryCommandspublic Response<byte[]> getEx(byte[] key, GetExParams params)
getEx in interface StringPipelineBinaryCommandspublic Response<java.lang.Boolean> setbit(byte[] key, long offset, boolean value)
setbit in interface BitPipelineBinaryCommandspublic Response<java.lang.Boolean> getbit(byte[] key, long offset)
getbit in interface BitPipelineBinaryCommandspublic Response<java.lang.Long> setrange(byte[] key, long offset, byte[] value)
setrange in interface StringPipelineBinaryCommandspublic Response<byte[]> getrange(byte[] key, long startOffset, long endOffset)
getrange in interface StringPipelineBinaryCommands@Deprecated public Response<byte[]> getSet(byte[] key, byte[] value)
setGet(byte[], byte[]).getSet in interface StringPipelineBinaryCommandspublic Response<java.lang.Long> setnx(byte[] key, byte[] value)
setnx in interface StringPipelineBinaryCommandspublic Response<java.lang.String> setex(byte[] key, long seconds, byte[] value)
setex in interface StringPipelineBinaryCommandspublic Response<java.lang.String> psetex(byte[] key, long milliseconds, byte[] value)
psetex in interface StringPipelineBinaryCommandspublic Response<java.util.List<byte[]>> mget(byte[]... keys)
mget in interface StringPipelineBinaryCommandspublic Response<java.lang.String> mset(byte[]... keysvalues)
mset in interface StringPipelineBinaryCommandspublic Response<java.lang.Boolean> msetex(MSetExParams params, byte[]... keysvalues)
StringPipelineBinaryCommands
Sets the respective keys to the respective values, similar to MSET,
but allows conditional set (NX|XX) and expiration options via MSetExParams.
If the condition is not met for any key, no key is set.
Both MSET and MSETEX are atomic operations. This means that if multiple keys are provided, another client will either see the changes for all keys at once, or no changes at all.
Options (in MSetExParams): NX or XX, and expiration: EX seconds | PX milliseconds |
EXAT unix-time-seconds | PXAT unix-time-milliseconds | KEEPTTL.
Time complexity: O(N) where N is the number of keys to set.
msetex in interface StringPipelineBinaryCommandsparams - condition and expiration parameterskeysvalues - pairs of keys and their values, e.g. msetex(params, "foo".getBytes(), "foovalue".getBytes(), "bar".getBytes(), "barvalue".getBytes())Response<Boolean> that is true if all keys were set, false if none were set (condition not satisfied)#mset(byte[]...),
#msetnx(byte[]...)public Response<java.lang.Long> msetnx(byte[]... keysvalues)
msetnx in interface StringPipelineBinaryCommandspublic Response<java.lang.Long> incr(byte[] key)
incr in interface StringPipelineBinaryCommandspublic Response<java.lang.Long> incrBy(byte[] key, long increment)
incrBy in interface StringPipelineBinaryCommandspublic Response<java.lang.Double> incrByFloat(byte[] key, double increment)
incrByFloat in interface StringPipelineBinaryCommandspublic Response<java.lang.Long> decr(byte[] key)
decr in interface StringPipelineBinaryCommandspublic Response<java.lang.Long> decrBy(byte[] key, long decrement)
decrBy in interface StringPipelineBinaryCommandspublic Response<java.lang.Long> append(byte[] key, byte[] value)
append in interface StringPipelineBinaryCommandspublic Response<byte[]> substr(byte[] key, int start, int end)
substr in interface StringPipelineBinaryCommandspublic Response<java.lang.Long> strlen(byte[] key)
strlen in interface StringPipelineBinaryCommandspublic Response<java.lang.Long> bitcount(byte[] key)
bitcount in interface BitPipelineBinaryCommandspublic Response<java.lang.Long> bitcount(byte[] key, long start, long end)
bitcount in interface BitPipelineBinaryCommandspublic Response<java.lang.Long> bitcount(byte[] key, long start, long end, BitCountOption option)
bitcount in interface BitPipelineBinaryCommandspublic Response<java.lang.Long> bitpos(byte[] key, boolean value)
bitpos in interface BitPipelineBinaryCommandspublic Response<java.lang.Long> bitpos(byte[] key, boolean value, BitPosParams params)
bitpos in interface BitPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> bitfield(byte[] key, byte[]... arguments)
bitfield in interface BitPipelineBinaryCommandspublic Response<java.util.List<java.lang.Long>> bitfieldReadonly(byte[] key, byte[]... arguments)
bitfieldReadonly in interface BitPipelineBinaryCommandspublic Response<java.lang.Long> bitop(BitOP op, byte[] destKey, byte[]... srcKeys)
bitop in interface BitPipelineBinaryCommandspublic Response<java.lang.String> ftCreate(java.lang.String indexName, IndexOptions indexOptions, Schema schema)
ftCreate in interface RediSearchPipelineCommandspublic Response<java.lang.String> ftCreate(java.lang.String indexName, FTCreateParams createParams, java.lang.Iterable<SchemaField> schemaFields)
ftCreate in interface RediSearchPipelineCommandspublic Response<java.lang.String> ftAlter(java.lang.String indexName, Schema schema)
ftAlter in interface RediSearchPipelineCommandspublic Response<java.lang.String> ftAlter(java.lang.String indexName, java.lang.Iterable<SchemaField> schemaFields)
ftAlter in interface RediSearchPipelineCommandspublic Response<java.lang.String> ftAliasAdd(java.lang.String aliasName, java.lang.String indexName)
ftAliasAdd in interface RediSearchPipelineCommandspublic Response<java.lang.String> ftAliasUpdate(java.lang.String aliasName, java.lang.String indexName)
ftAliasUpdate in interface RediSearchPipelineCommandspublic Response<java.lang.String> ftAliasDel(java.lang.String aliasName)
ftAliasDel in interface RediSearchPipelineCommandspublic Response<java.lang.String> ftDropIndex(java.lang.String indexName)
ftDropIndex in interface RediSearchPipelineCommandspublic Response<java.lang.String> ftDropIndexDD(java.lang.String indexName)
ftDropIndexDD in interface RediSearchPipelineCommandspublic Response<SearchResult> ftSearch(java.lang.String indexName, java.lang.String query)
ftSearch in interface RediSearchPipelineCommandspublic Response<SearchResult> ftSearch(java.lang.String indexName, java.lang.String query, FTSearchParams searchParams)
ftSearch in interface RediSearchPipelineCommandspublic Response<SearchResult> ftSearch(java.lang.String indexName, Query query)
ftSearch in interface RediSearchPipelineCommands@Deprecated public Response<SearchResult> ftSearch(byte[] indexName, Query query)
ftSearch in interface RediSearchPipelineCommandspublic Response<java.lang.String> ftExplain(java.lang.String indexName, Query query)
ftExplain in interface RediSearchPipelineCommandspublic Response<java.util.List<java.lang.String>> ftExplainCLI(java.lang.String indexName, Query query)
ftExplainCLI in interface RediSearchPipelineCommandspublic Response<AggregationResult> ftAggregate(java.lang.String indexName, AggregationBuilder aggr)
ftAggregate in interface RediSearchPipelineCommandspublic Response<java.lang.String> ftSynUpdate(java.lang.String indexName, java.lang.String synonymGroupId, java.lang.String... terms)
ftSynUpdate in interface RediSearchPipelineCommandspublic Response<java.util.Map<java.lang.String,java.util.List<java.lang.String>>> ftSynDump(java.lang.String indexName)
ftSynDump in interface RediSearchPipelineCommandspublic Response<java.lang.Long> ftDictAdd(java.lang.String dictionary, java.lang.String... terms)
ftDictAdd in interface RediSearchPipelineCommandspublic Response<java.lang.Long> ftDictDel(java.lang.String dictionary, java.lang.String... terms)
ftDictDel in interface RediSearchPipelineCommandspublic Response<java.util.Set<java.lang.String>> ftDictDump(java.lang.String dictionary)
ftDictDump in interface RediSearchPipelineCommandspublic Response<java.lang.Long> ftDictAddBySampleKey(java.lang.String indexName, java.lang.String dictionary, java.lang.String... terms)
ftDictAddBySampleKey in interface RediSearchPipelineCommandspublic Response<java.lang.Long> ftDictDelBySampleKey(java.lang.String indexName, java.lang.String dictionary, java.lang.String... terms)
ftDictDelBySampleKey in interface RediSearchPipelineCommandspublic Response<java.util.Set<java.lang.String>> ftDictDumpBySampleKey(java.lang.String indexName, java.lang.String dictionary)
ftDictDumpBySampleKey in interface RediSearchPipelineCommandspublic Response<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Double>>> ftSpellCheck(java.lang.String index, java.lang.String query)
ftSpellCheck in interface RediSearchPipelineCommandspublic Response<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Double>>> ftSpellCheck(java.lang.String index, java.lang.String query, FTSpellCheckParams spellCheckParams)
ftSpellCheck in interface RediSearchPipelineCommandspublic Response<java.util.Map<java.lang.String,java.lang.Object>> ftInfo(java.lang.String indexName)
ftInfo in interface RediSearchPipelineCommandspublic Response<java.util.Set<java.lang.String>> ftTagVals(java.lang.String indexName, java.lang.String fieldName)
ftTagVals in interface RediSearchPipelineCommands@Deprecated public Response<java.util.Map<java.lang.String,java.lang.Object>> ftConfigGet(java.lang.String option)
ftConfigGet in interface RediSearchPipelineCommands@Deprecated public Response<java.util.Map<java.lang.String,java.lang.Object>> ftConfigGet(java.lang.String indexName, java.lang.String option)
ftConfigGet in interface RediSearchPipelineCommands@Deprecated public Response<java.lang.String> ftConfigSet(java.lang.String option, java.lang.String value)
ftConfigSet in interface RediSearchPipelineCommands@Deprecated public Response<java.lang.String> ftConfigSet(java.lang.String indexName, java.lang.String option, java.lang.String value)
ftConfigSet in interface RediSearchPipelineCommandspublic Response<java.lang.Long> ftSugAdd(java.lang.String key, java.lang.String string, double score)
ftSugAdd in interface RediSearchPipelineCommandspublic Response<java.lang.Long> ftSugAddIncr(java.lang.String key, java.lang.String string, double score)
ftSugAddIncr in interface RediSearchPipelineCommandspublic Response<java.util.List<java.lang.String>> ftSugGet(java.lang.String key, java.lang.String prefix)
ftSugGet in interface RediSearchPipelineCommandspublic Response<java.util.List<java.lang.String>> ftSugGet(java.lang.String key, java.lang.String prefix, boolean fuzzy, int max)
ftSugGet in interface RediSearchPipelineCommandspublic Response<java.util.List<Tuple>> ftSugGetWithScores(java.lang.String key, java.lang.String prefix)
ftSugGetWithScores in interface RediSearchPipelineCommandspublic Response<java.util.List<Tuple>> ftSugGetWithScores(java.lang.String key, java.lang.String prefix, boolean fuzzy, int max)
ftSugGetWithScores in interface RediSearchPipelineCommandspublic Response<java.lang.Boolean> ftSugDel(java.lang.String key, java.lang.String string)
ftSugDel in interface RediSearchPipelineCommandspublic Response<java.lang.Long> ftSugLen(java.lang.String key)
ftSugLen in interface RediSearchPipelineCommandspublic Response<LCSMatchResult> lcs(byte[] keyA, byte[] keyB, LCSParams params)
lcs in interface StringPipelineBinaryCommandspublic Response<java.lang.String> jsonSet(java.lang.String key, Path2 path, java.lang.Object object)
jsonSet in interface RedisJsonV2PipelineCommandspublic Response<java.lang.String> jsonSetWithEscape(java.lang.String key, Path2 path, java.lang.Object object)
jsonSetWithEscape in interface RedisJsonV2PipelineCommandspublic Response<java.lang.String> jsonSet(java.lang.String key, Path path, java.lang.Object object)
jsonSet in interface RedisJsonV1PipelineCommandspublic Response<java.lang.String> jsonSet(java.lang.String key, Path2 path, java.lang.Object object, JsonSetParams params)
jsonSet in interface RedisJsonV2PipelineCommandspublic Response<java.lang.String> jsonSetWithEscape(java.lang.String key, Path2 path, java.lang.Object object, JsonSetParams params)
jsonSetWithEscape in interface RedisJsonV2PipelineCommandspublic Response<java.lang.String> jsonSet(java.lang.String key, Path path, java.lang.Object object, JsonSetParams params)
jsonSet in interface RedisJsonV1PipelineCommandspublic Response<java.lang.String> jsonMerge(java.lang.String key, Path2 path, java.lang.Object object)
jsonMerge in interface RedisJsonV2PipelineCommandspublic Response<java.lang.String> jsonMerge(java.lang.String key, Path path, java.lang.Object object)
jsonMerge in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Object> jsonGet(java.lang.String key)
jsonGet in interface RedisJsonV1PipelineCommandsjsonGet in interface RedisJsonV2PipelineCommandspublic <T> Response<T> jsonGet(java.lang.String key, java.lang.Class<T> clazz)
jsonGet in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Object> jsonGet(java.lang.String key, Path2... paths)
jsonGet in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Object> jsonGet(java.lang.String key, Path... paths)
jsonGet in interface RedisJsonV1PipelineCommandspublic <T> Response<T> jsonGet(java.lang.String key, java.lang.Class<T> clazz, Path... paths)
jsonGet in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<org.json.JSONArray>> jsonMGet(Path2 path, java.lang.String... keys)
jsonMGet in interface RedisJsonV2PipelineCommandspublic <T> Response<java.util.List<T>> jsonMGet(Path path, java.lang.Class<T> clazz, java.lang.String... keys)
jsonMGet in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Long> jsonDel(java.lang.String key)
jsonDel in interface RedisJsonV1PipelineCommandsjsonDel in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Long> jsonDel(java.lang.String key, Path2 path)
jsonDel in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Long> jsonDel(java.lang.String key, Path path)
jsonDel in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Long> jsonClear(java.lang.String key)
jsonClear in interface RedisJsonV1PipelineCommandsjsonClear in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Long> jsonClear(java.lang.String key, Path2 path)
jsonClear in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Long> jsonClear(java.lang.String key, Path path)
jsonClear in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Boolean>> jsonToggle(java.lang.String key, Path2 path)
jsonToggle in interface RedisJsonV2PipelineCommandspublic Response<java.lang.String> jsonToggle(java.lang.String key, Path path)
jsonToggle in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Class<?>> jsonType(java.lang.String key)
jsonType in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Class<?>>> jsonType(java.lang.String key, Path2 path)
jsonType in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Class<?>> jsonType(java.lang.String key, Path path)
jsonType in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Long> jsonStrAppend(java.lang.String key, java.lang.Object string)
jsonStrAppend in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Long>> jsonStrAppend(java.lang.String key, Path2 path, java.lang.Object string)
jsonStrAppend in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Long> jsonStrAppend(java.lang.String key, Path path, java.lang.Object string)
jsonStrAppend in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Long> jsonStrLen(java.lang.String key)
jsonStrLen in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Long>> jsonStrLen(java.lang.String key, Path2 path)
jsonStrLen in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Long> jsonStrLen(java.lang.String key, Path path)
jsonStrLen in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Object> jsonNumIncrBy(java.lang.String key, Path2 path, double value)
jsonNumIncrBy in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Double> jsonNumIncrBy(java.lang.String key, Path path, double value)
jsonNumIncrBy in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Long>> jsonArrAppend(java.lang.String key, Path2 path, java.lang.Object... objects)
jsonArrAppend in interface RedisJsonV2PipelineCommandspublic Response<java.util.List<java.lang.Long>> jsonArrAppendWithEscape(java.lang.String key, Path2 path, java.lang.Object... objects)
jsonArrAppendWithEscape in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Long> jsonArrAppend(java.lang.String key, Path path, java.lang.Object... objects)
jsonArrAppend in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Long>> jsonArrIndex(java.lang.String key, Path2 path, java.lang.Object scalar)
jsonArrIndex in interface RedisJsonV2PipelineCommandspublic Response<java.util.List<java.lang.Long>> jsonArrIndexWithEscape(java.lang.String key, Path2 path, java.lang.Object scalar)
jsonArrIndexWithEscape in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Long> jsonArrIndex(java.lang.String key, Path path, java.lang.Object scalar)
jsonArrIndex in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Long>> jsonArrInsert(java.lang.String key, Path2 path, int index, java.lang.Object... objects)
jsonArrInsert in interface RedisJsonV2PipelineCommandspublic Response<java.util.List<java.lang.Long>> jsonArrInsertWithEscape(java.lang.String key, Path2 path, int index, java.lang.Object... objects)
jsonArrInsertWithEscape in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Long> jsonArrInsert(java.lang.String key, Path path, int index, java.lang.Object... pojos)
jsonArrInsert in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Object> jsonArrPop(java.lang.String key)
jsonArrPop in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Long> jsonArrLen(java.lang.String key, Path path)
jsonArrLen in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Long>> jsonArrTrim(java.lang.String key, Path2 path, int start, int stop)
jsonArrTrim in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Long> jsonArrTrim(java.lang.String key, Path path, int start, int stop)
jsonArrTrim in interface RedisJsonV1PipelineCommandspublic <T> Response<T> jsonArrPop(java.lang.String key, java.lang.Class<T> clazz, Path path)
jsonArrPop in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Object>> jsonArrPop(java.lang.String key, Path2 path, int index)
jsonArrPop in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Object> jsonArrPop(java.lang.String key, Path path, int index)
jsonArrPop in interface RedisJsonV1PipelineCommandspublic <T> Response<T> jsonArrPop(java.lang.String key, java.lang.Class<T> clazz, Path path, int index)
jsonArrPop in interface RedisJsonV1PipelineCommandspublic Response<java.lang.Long> jsonArrLen(java.lang.String key)
jsonArrLen in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Long>> jsonArrLen(java.lang.String key, Path2 path)
jsonArrLen in interface RedisJsonV2PipelineCommandspublic <T> Response<T> jsonArrPop(java.lang.String key, java.lang.Class<T> clazz)
jsonArrPop in interface RedisJsonV1PipelineCommandspublic Response<java.util.List<java.lang.Object>> jsonArrPop(java.lang.String key, Path2 path)
jsonArrPop in interface RedisJsonV2PipelineCommandspublic Response<java.lang.Object> jsonArrPop(java.lang.String key, Path path)
jsonArrPop in interface RedisJsonV1PipelineCommandspublic Response<java.lang.String> tsCreate(java.lang.String key)
tsCreate in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.String> tsCreate(java.lang.String key, TSCreateParams createParams)
tsCreate in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsDel(java.lang.String key, long fromTimestamp, long toTimestamp)
tsDel in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.String> tsAlter(java.lang.String key, TSAlterParams alterParams)
tsAlter in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsAdd(java.lang.String key, double value)
tsAdd in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsAdd(java.lang.String key, long timestamp, double value)
tsAdd in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsAdd(java.lang.String key, long timestamp, double value, TSCreateParams createParams)
tsAdd in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsAdd(java.lang.String key, long timestamp, double value, TSAddParams addParams)
tsAdd in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.List<java.lang.Long>> tsMAdd(java.util.Map.Entry<java.lang.String,TSElement>... entries)
tsMAdd in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsIncrBy(java.lang.String key, double value)
tsIncrBy in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsIncrBy(java.lang.String key, double value, long timestamp)
tsIncrBy in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsIncrBy(java.lang.String key, double addend, TSIncrByParams incrByParams)
tsIncrBy in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsDecrBy(java.lang.String key, double value)
tsDecrBy in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsDecrBy(java.lang.String key, double value, long timestamp)
tsDecrBy in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.Long> tsDecrBy(java.lang.String key, double subtrahend, TSDecrByParams decrByParams)
tsDecrBy in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.List<TSElement>> tsRange(java.lang.String key, long fromTimestamp, long toTimestamp)
tsRange in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.List<TSElement>> tsRange(java.lang.String key, TSRangeParams rangeParams)
tsRange in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.List<TSElement>> tsRevRange(java.lang.String key, long fromTimestamp, long toTimestamp)
tsRevRange in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.List<TSElement>> tsRevRange(java.lang.String key, TSRangeParams rangeParams)
tsRevRange in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.Map<java.lang.String,TSMRangeElements>> tsMRange(long fromTimestamp, long toTimestamp, java.lang.String... filters)
tsMRange in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.Map<java.lang.String,TSMRangeElements>> tsMRange(TSMRangeParams multiRangeParams)
tsMRange in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.Map<java.lang.String,TSMRangeElements>> tsMRevRange(long fromTimestamp, long toTimestamp, java.lang.String... filters)
tsMRevRange in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.Map<java.lang.String,TSMRangeElements>> tsMRevRange(TSMRangeParams multiRangeParams)
tsMRevRange in interface RedisTimeSeriesPipelineCommandspublic Response<TSElement> tsGet(java.lang.String key)
tsGet in interface RedisTimeSeriesPipelineCommandspublic Response<TSElement> tsGet(java.lang.String key, TSGetParams getParams)
tsGet in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.Map<java.lang.String,TSMGetElement>> tsMGet(TSMGetParams multiGetParams, java.lang.String... filters)
tsMGet in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.String> tsCreateRule(java.lang.String sourceKey, java.lang.String destKey, AggregationType aggregationType, long timeBucket)
tsCreateRule in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.String> tsCreateRule(java.lang.String sourceKey, java.lang.String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp)
tsCreateRule in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.String> tsDeleteRule(java.lang.String sourceKey, java.lang.String destKey)
tsDeleteRule in interface RedisTimeSeriesPipelineCommandspublic Response<java.util.List<java.lang.String>> tsQueryIndex(java.lang.String... filters)
tsQueryIndex in interface RedisTimeSeriesPipelineCommandspublic Response<TSInfo> tsInfo(java.lang.String key)
tsInfo in interface RedisTimeSeriesPipelineCommandspublic Response<TSInfo> tsInfoDebug(java.lang.String key)
tsInfoDebug in interface RedisTimeSeriesPipelineCommandspublic Response<java.lang.String> bfReserve(java.lang.String key, double errorRate, long capacity)
bfReserve in interface BloomFilterPipelineCommandspublic Response<java.lang.String> bfReserve(java.lang.String key, double errorRate, long capacity, BFReserveParams reserveParams)
bfReserve in interface BloomFilterPipelineCommandspublic Response<java.lang.Boolean> bfAdd(java.lang.String key, java.lang.String item)
bfAdd in interface BloomFilterPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> bfMAdd(java.lang.String key, java.lang.String... items)
bfMAdd in interface BloomFilterPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> bfInsert(java.lang.String key, java.lang.String... items)
bfInsert in interface BloomFilterPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> bfInsert(java.lang.String key, BFInsertParams insertParams, java.lang.String... items)
bfInsert in interface BloomFilterPipelineCommandspublic Response<java.lang.Boolean> bfExists(java.lang.String key, java.lang.String item)
bfExists in interface BloomFilterPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> bfMExists(java.lang.String key, java.lang.String... items)
bfMExists in interface BloomFilterPipelineCommandspublic Response<java.util.Map.Entry<java.lang.Long,byte[]>> bfScanDump(java.lang.String key, long iterator)
bfScanDump in interface BloomFilterPipelineCommandspublic Response<java.lang.String> bfLoadChunk(java.lang.String key, long iterator, byte[] data)
bfLoadChunk in interface BloomFilterPipelineCommandspublic Response<java.lang.Long> bfCard(java.lang.String key)
bfCard in interface BloomFilterPipelineCommandspublic Response<java.util.Map<java.lang.String,java.lang.Object>> bfInfo(java.lang.String key)
bfInfo in interface BloomFilterPipelineCommandspublic Response<java.lang.String> cfReserve(java.lang.String key, long capacity)
cfReserve in interface CuckooFilterPipelineCommandspublic Response<java.lang.String> cfReserve(java.lang.String key, long capacity, CFReserveParams reserveParams)
cfReserve in interface CuckooFilterPipelineCommandspublic Response<java.lang.Boolean> cfAdd(java.lang.String key, java.lang.String item)
cfAdd in interface CuckooFilterPipelineCommandspublic Response<java.lang.Boolean> cfAddNx(java.lang.String key, java.lang.String item)
cfAddNx in interface CuckooFilterPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> cfInsert(java.lang.String key, java.lang.String... items)
cfInsert in interface CuckooFilterPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> cfInsert(java.lang.String key, CFInsertParams insertParams, java.lang.String... items)
cfInsert in interface CuckooFilterPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> cfInsertNx(java.lang.String key, java.lang.String... items)
cfInsertNx in interface CuckooFilterPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> cfInsertNx(java.lang.String key, CFInsertParams insertParams, java.lang.String... items)
cfInsertNx in interface CuckooFilterPipelineCommandspublic Response<java.lang.Boolean> cfExists(java.lang.String key, java.lang.String item)
cfExists in interface CuckooFilterPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> cfMExists(java.lang.String key, java.lang.String... items)
cfMExists in interface CuckooFilterPipelineCommandspublic Response<java.lang.Boolean> cfDel(java.lang.String key, java.lang.String item)
cfDel in interface CuckooFilterPipelineCommandspublic Response<java.lang.Long> cfCount(java.lang.String key, java.lang.String item)
cfCount in interface CuckooFilterPipelineCommandspublic Response<java.util.Map.Entry<java.lang.Long,byte[]>> cfScanDump(java.lang.String key, long iterator)
cfScanDump in interface CuckooFilterPipelineCommandspublic Response<java.lang.String> cfLoadChunk(java.lang.String key, long iterator, byte[] data)
cfLoadChunk in interface CuckooFilterPipelineCommandspublic Response<java.util.Map<java.lang.String,java.lang.Object>> cfInfo(java.lang.String key)
cfInfo in interface CuckooFilterPipelineCommandspublic Response<java.lang.String> cmsInitByDim(java.lang.String key, long width, long depth)
cmsInitByDim in interface CountMinSketchPipelineCommandspublic Response<java.lang.String> cmsInitByProb(java.lang.String key, double error, double probability)
cmsInitByProb in interface CountMinSketchPipelineCommandspublic Response<java.util.List<java.lang.Long>> cmsIncrBy(java.lang.String key, java.util.Map<java.lang.String,java.lang.Long> itemIncrements)
cmsIncrBy in interface CountMinSketchPipelineCommandspublic Response<java.util.List<java.lang.Long>> cmsQuery(java.lang.String key, java.lang.String... items)
cmsQuery in interface CountMinSketchPipelineCommandspublic Response<java.lang.String> cmsMerge(java.lang.String destKey, java.lang.String... keys)
cmsMerge in interface CountMinSketchPipelineCommandspublic Response<java.lang.String> cmsMerge(java.lang.String destKey, java.util.Map<java.lang.String,java.lang.Long> keysAndWeights)
cmsMerge in interface CountMinSketchPipelineCommandspublic Response<java.util.Map<java.lang.String,java.lang.Object>> cmsInfo(java.lang.String key)
cmsInfo in interface CountMinSketchPipelineCommandspublic Response<java.lang.String> topkReserve(java.lang.String key, long topk)
topkReserve in interface TopKFilterPipelineCommandspublic Response<java.lang.String> topkReserve(java.lang.String key, long topk, long width, long depth, double decay)
topkReserve in interface TopKFilterPipelineCommandspublic Response<java.util.List<java.lang.String>> topkAdd(java.lang.String key, java.lang.String... items)
topkAdd in interface TopKFilterPipelineCommandspublic Response<java.util.List<java.lang.String>> topkIncrBy(java.lang.String key, java.util.Map<java.lang.String,java.lang.Long> itemIncrements)
topkIncrBy in interface TopKFilterPipelineCommandspublic Response<java.util.List<java.lang.Boolean>> topkQuery(java.lang.String key, java.lang.String... items)
topkQuery in interface TopKFilterPipelineCommandspublic Response<java.util.List<java.lang.String>> topkList(java.lang.String key)
topkList in interface TopKFilterPipelineCommandspublic Response<java.util.Map<java.lang.String,java.lang.Long>> topkListWithCount(java.lang.String key)
topkListWithCount in interface TopKFilterPipelineCommandspublic Response<java.util.Map<java.lang.String,java.lang.Object>> topkInfo(java.lang.String key)
topkInfo in interface TopKFilterPipelineCommandspublic Response<java.lang.String> tdigestCreate(java.lang.String key)
tdigestCreate in interface TDigestSketchPipelineCommandspublic Response<java.lang.String> tdigestCreate(java.lang.String key, int compression)
tdigestCreate in interface TDigestSketchPipelineCommandspublic Response<java.lang.String> tdigestReset(java.lang.String key)
tdigestReset in interface TDigestSketchPipelineCommandspublic Response<java.lang.String> tdigestMerge(java.lang.String destinationKey, java.lang.String... sourceKeys)
tdigestMerge in interface TDigestSketchPipelineCommandspublic Response<java.lang.String> tdigestMerge(TDigestMergeParams mergeParams, java.lang.String destinationKey, java.lang.String... sourceKeys)
tdigestMerge in interface TDigestSketchPipelineCommandspublic Response<java.util.Map<java.lang.String,java.lang.Object>> tdigestInfo(java.lang.String key)
tdigestInfo in interface TDigestSketchPipelineCommandspublic Response<java.lang.String> tdigestAdd(java.lang.String key, double... values)
tdigestAdd in interface TDigestSketchPipelineCommandspublic Response<java.util.List<java.lang.Double>> tdigestCDF(java.lang.String key, double... values)
tdigestCDF in interface TDigestSketchPipelineCommandspublic Response<java.util.List<java.lang.Double>> tdigestQuantile(java.lang.String key, double... quantiles)
tdigestQuantile in interface TDigestSketchPipelineCommandspublic Response<java.lang.Double> tdigestMin(java.lang.String key)
tdigestMin in interface TDigestSketchPipelineCommandspublic Response<java.lang.Double> tdigestMax(java.lang.String key)
tdigestMax in interface TDigestSketchPipelineCommandspublic Response<java.lang.Double> tdigestTrimmedMean(java.lang.String key, double lowCutQuantile, double highCutQuantile)
tdigestTrimmedMean in interface TDigestSketchPipelineCommandspublic Response<java.util.List<java.lang.Long>> tdigestRank(java.lang.String key, double... values)
tdigestRank in interface TDigestSketchPipelineCommandspublic Response<java.util.List<java.lang.Long>> tdigestRevRank(java.lang.String key, double... values)
tdigestRevRank in interface TDigestSketchPipelineCommandspublic Response<java.util.List<java.lang.Double>> tdigestByRank(java.lang.String key, long... ranks)
tdigestByRank in interface TDigestSketchPipelineCommandspublic Response<java.util.List<java.lang.Double>> tdigestByRevRank(java.lang.String key, long... ranks)
tdigestByRevRank in interface TDigestSketchPipelineCommandspublic Response<java.lang.Boolean> vadd(java.lang.String key, float[] vector, java.lang.String element)
VectorSetPipelineCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vadd in interface VectorSetPipelineCommandskey - the name of the key that will hold the vector set datavector - the vector as floating point numberselement - the name of the element that is being added to the vector setpublic Response<java.lang.Boolean> vadd(java.lang.String key, float[] vector, java.lang.String element, VAddParams params)
VectorSetPipelineCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vadd in interface VectorSetPipelineCommandskey - the name of the key that will hold the vector set datavector - the vector as floating point numberselement - the name of the element that is being added to the vector setparams - additional parameters for the VADD commandpublic Response<java.lang.Boolean> vaddFP32(java.lang.String key, byte[] vectorBlob, java.lang.String element)
VectorSetPipelineCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vaddFP32 in interface VectorSetPipelineCommandskey - the name of the key that will hold the vector set datavectorBlob - the vector as FP32 binary blobelement - the name of the element that is being added to the vector setpublic Response<java.lang.Boolean> vaddFP32(java.lang.String key, byte[] vectorBlob, java.lang.String element, VAddParams params)
VectorSetPipelineCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vaddFP32 in interface VectorSetPipelineCommandskey - the name of the key that will hold the vector set datavectorBlob - the vector as FP32 binary blobelement - the name of the element that is being added to the vector setparams - additional parameters for the VADD commandpublic Response<java.lang.Boolean> vadd(java.lang.String key, float[] vector, java.lang.String element, int reduceDim, VAddParams params)
VectorSetPipelineCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vadd in interface VectorSetPipelineCommandskey - the name of the key that will hold the vector set datavector - the vector as floating point numberselement - the name of the element that is being added to the vector setreduceDim - the target dimension after reduction using random projectionparams - additional parameters for the VADD commandpublic Response<java.lang.Boolean> vaddFP32(java.lang.String key, byte[] vectorBlob, java.lang.String element, int reduceDim, VAddParams params)
VectorSetPipelineCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vaddFP32 in interface VectorSetPipelineCommandskey - the name of the key that will hold the vector set datavectorBlob - the vector as FP32 binary blobelement - the name of the element that is being added to the vector setreduceDim - the target dimension after reduction using random projectionparams - additional parameters for the VADD commandpublic Response<java.util.List<java.lang.String>> vsim(java.lang.String key, float[] vector)
VectorSetPipelineCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsim in interface VectorSetPipelineCommandskey - the name of the key that holds the vector set datavector - the vector to use as similarity referencepublic Response<java.util.List<java.lang.String>> vsim(java.lang.String key, float[] vector, VSimParams params)
VectorSetPipelineCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsim in interface VectorSetPipelineCommandskey - the name of the key that holds the vector set datavector - the vector to use as similarity referenceparams - additional parameters for the VSIM commandpublic Response<java.util.Map<java.lang.String,java.lang.Double>> vsimWithScores(java.lang.String key, float[] vector, VSimParams params)
VectorSetPipelineCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsimWithScores in interface VectorSetPipelineCommandskey - the name of the key that holds the vector set datavector - the vector to use as similarity referenceparams - additional parameters for the VSIM command (WITHSCORES will be automatically
added)public Response<java.util.List<java.lang.String>> vsimByElement(java.lang.String key, java.lang.String element)
VectorSetPipelineCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsimByElement in interface VectorSetPipelineCommandskey - the name of the key that holds the vector set dataelement - the name of the element to use as similarity referencepublic Response<java.util.List<java.lang.String>> vsimByElement(java.lang.String key, java.lang.String element, VSimParams params)
VectorSetPipelineCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsimByElement in interface VectorSetPipelineCommandskey - the name of the key that holds the vector set dataelement - the name of the element to use as similarity referenceparams - additional parameters for the VSIM commandpublic Response<java.util.Map<java.lang.String,java.lang.Double>> vsimByElementWithScores(java.lang.String key, java.lang.String element, VSimParams params)
VectorSetPipelineCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsimByElementWithScores in interface VectorSetPipelineCommandskey - the name of the key that holds the vector set dataelement - the name of the element to use as similarity referenceparams - additional parameters for the VSIM command (WITHSCORES will be automatically
added)public Response<java.lang.Long> vdim(java.lang.String key)
VectorSetPipelineCommandsTime complexity: O(1)
vdim in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setpublic Response<java.lang.Long> vcard(java.lang.String key)
VectorSetPipelineCommandsTime complexity: O(1)
vcard in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setpublic Response<java.util.List<java.lang.Double>> vemb(java.lang.String key, java.lang.String element)
VectorSetPipelineCommandsTime complexity: O(1)
vemb in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setelement - the name of the element whose vector you want to retrievepublic Response<RawVector> vembRaw(java.lang.String key, java.lang.String element)
VectorSetPipelineCommandsTime complexity: O(1)
vembRaw in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setelement - the name of the element whose vector you want to retrievepublic Response<java.lang.Boolean> vrem(java.lang.String key, java.lang.String element)
VectorSetPipelineCommandsTime complexity: O(log(N)) for each element removed, where N is the number of elements in the vector set
vrem in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setelement - the name of the element to remove from the vector setpublic Response<java.util.List<java.util.List<java.lang.String>>> vlinks(java.lang.String key, java.lang.String element)
VectorSetPipelineCommandsTime complexity: O(1)
vlinks in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setelement - the name of the element whose HNSW neighbors you want to inspectpublic Response<java.util.List<java.util.Map<java.lang.String,java.lang.Double>>> vlinksWithScores(java.lang.String key, java.lang.String element)
VectorSetPipelineCommandsTime complexity: O(1)
vlinksWithScores in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setelement - the name of the element whose HNSW neighbors you want to inspectpublic Response<java.lang.String> vrandmember(java.lang.String key)
VectorSetPipelineCommandsTime complexity: O(1)
vrandmember in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setpublic Response<java.util.List<java.lang.String>> vrandmember(java.lang.String key, int count)
VectorSetPipelineCommandsTime complexity: O(N) where N is the absolute value of the count argument
vrandmember in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setcount - the number of elements to return. Positive values return distinct elements;
negative values allow duplicatespublic Response<java.lang.String> vgetattr(java.lang.String key, java.lang.String element)
VectorSetPipelineCommandsTime complexity: O(1)
vgetattr in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setelement - the name of the element whose attributes to retrievepublic Response<java.lang.Boolean> vsetattr(java.lang.String key, java.lang.String element, java.lang.String attributes)
VectorSetPipelineCommandsTime complexity: O(1)
vsetattr in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setelement - the name of the element whose attributes to setattributes - the attributes to set as a JSON stringpublic Response<VectorInfo> vinfo(java.lang.String key)
VectorSetPipelineCommandsTime complexity: O(1)
vinfo in interface VectorSetPipelineCommandskey - the name of the key that holds the vector setpublic Response<java.lang.Boolean> vadd(byte[] key, float[] vector, byte[] element)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vadd in interface VectorSetPipelineBinaryCommandskey - the name of the key that will hold the vector set datavector - the vector as floating point numberselement - the name of the element that is being added to the vector setpublic Response<java.lang.Boolean> vadd(byte[] key, float[] vector, byte[] element, VAddParams params)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vadd in interface VectorSetPipelineBinaryCommandskey - the name of the key that will hold the vector set datavector - the vector as floating point numberselement - the name of the element that is being added to the vector setparams - additional parameters for the VADD commandpublic Response<java.lang.Boolean> vaddFP32(byte[] key, byte[] vectorBlob, byte[] element)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vaddFP32 in interface VectorSetPipelineBinaryCommandskey - the name of the key that will hold the vector set datavectorBlob - the vector as FP32 binary blobelement - the name of the element that is being added to the vector setpublic Response<java.lang.Boolean> vaddFP32(byte[] key, byte[] vectorBlob, byte[] element, VAddParams params)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vaddFP32 in interface VectorSetPipelineBinaryCommandskey - the name of the key that will hold the vector set datavectorBlob - the vector as FP32 binary blobelement - the name of the element that is being added to the vector setparams - additional parameters for the VADD commandpublic Response<java.lang.Boolean> vadd(byte[] key, float[] vector, byte[] element, int reduceDim, VAddParams params)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vadd in interface VectorSetPipelineBinaryCommandskey - the name of the key that will hold the vector set datavector - the vector as floating point numberselement - the name of the element that is being added to the vector setreduceDim - the target dimension after reduction using random projectionparams - additional parameters for the VADD commandpublic Response<java.lang.Boolean> vaddFP32(byte[] key, byte[] vectorBlob, byte[] element, int reduceDim, VAddParams params)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) for each element added, where N is the number of elements in the vector set.
vaddFP32 in interface VectorSetPipelineBinaryCommandskey - the name of the key that will hold the vector set datavectorBlob - the vector as FP32 binary blobelement - the name of the element that is being added to the vector setreduceDim - the target dimension after reduction using random projectionparams - additional parameters for the VADD commandpublic Response<java.util.List<byte[]>> vsim(byte[] key, float[] vector)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsim in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector set datavector - the vector to use as similarity referencepublic Response<java.util.List<byte[]>> vsim(byte[] key, float[] vector, VSimParams params)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsim in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector set datavector - the vector to use as similarity referenceparams - additional parameters for the VSIM commandpublic Response<java.util.Map<byte[],java.lang.Double>> vsimWithScores(byte[] key, float[] vector, VSimParams params)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsimWithScores in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector set datavector - the vector to use as similarity referenceparams - additional parameters for the VSIM command (WITHSCORES will be automatically
added)public Response<java.util.List<byte[]>> vsimByElement(byte[] key, byte[] element)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsimByElement in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector set dataelement - the name of the element to use as similarity referencepublic Response<java.util.List<byte[]>> vsimByElement(byte[] key, byte[] element, VSimParams params)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsimByElement in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector set dataelement - the name of the element to use as similarity referenceparams - additional parameters for the VSIM commandpublic Response<java.util.Map<byte[],java.lang.Double>> vsimByElementWithScores(byte[] key, byte[] element, VSimParams params)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) where N is the number of elements in the vector set.
vsimByElementWithScores in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector set dataelement - the name of the element to use as similarity referenceparams - additional parameters for the VSIM command (WITHSCORES will be automatically
added)public Response<java.lang.Long> vdim(byte[] key)
VectorSetPipelineBinaryCommandsTime complexity: O(1)
vdim in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setpublic Response<java.lang.Long> vcard(byte[] key)
VectorSetPipelineBinaryCommandsTime complexity: O(1)
vcard in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setpublic Response<java.util.List<java.lang.Double>> vemb(byte[] key, byte[] element)
VectorSetPipelineBinaryCommandsTime complexity: O(1)
vemb in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setelement - the name of the element whose vector you want to retrievepublic Response<RawVector> vembRaw(byte[] key, byte[] element)
VectorSetPipelineBinaryCommandsTime complexity: O(1)
vembRaw in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setelement - the name of the element whose vector you want to retrievepublic Response<java.lang.Boolean> vrem(byte[] key, byte[] element)
VectorSetPipelineBinaryCommandsTime complexity: O(log(N)) for each element removed, where N is the number of elements in the vector set
vrem in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setelement - the name of the element to remove from the vector setpublic Response<java.util.List<java.util.List<byte[]>>> vlinks(byte[] key, byte[] element)
VectorSetPipelineBinaryCommandsTime complexity: O(1)
vlinks in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setelement - the name of the element whose HNSW neighbors you want to inspectpublic Response<java.util.List<java.util.Map<byte[],java.lang.Double>>> vlinksWithScores(byte[] key, byte[] element)
VectorSetPipelineBinaryCommandsTime complexity: O(1)
vlinksWithScores in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setelement - the name of the element whose HNSW neighbors you want to inspectpublic Response<byte[]> vrandmember(byte[] key)
VectorSetPipelineBinaryCommandsTime complexity: O(1)
vrandmember in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setpublic Response<java.util.List<byte[]>> vrandmember(byte[] key, int count)
VectorSetPipelineBinaryCommandsTime complexity: O(N) where N is the absolute value of the count argument
vrandmember in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setcount - the number of elements to return. Positive values return distinct elements;
negative values allow duplicatespublic Response<byte[]> vgetattr(byte[] key, byte[] element)
VectorSetPipelineBinaryCommandsTime complexity: O(1)
vgetattr in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setelement - the name of the element whose attributes to retrievepublic Response<java.lang.Boolean> vsetattr(byte[] key, byte[] element, byte[] attributes)
VectorSetPipelineBinaryCommandsTime complexity: O(1)
vsetattr in interface VectorSetPipelineBinaryCommandskey - the name of the key that holds the vector setelement - the name of the element whose attributes to setattributes - the attributes to set as a JSON stringpublic Response<java.lang.Object> sendCommand(ProtocolCommand cmd, java.lang.String... args)
public Response<java.lang.Object> sendCommand(ProtocolCommand cmd, byte[]... args)
public Response<java.lang.Object> sendCommand(CommandArguments args)
public <T> Response<T> executeCommand(CommandObject<T> command)
public void setJsonObjectMapper(JsonObjectMapper jsonObjectMapper)
Copyright © 2025. All rights reserved.