Package redis.clients.jedis
Class Pipeline
java.lang.Object
redis.clients.jedis.Queable
redis.clients.jedis.Pipeline
- All Implemented Interfaces:
Closeable,AutoCloseable,BloomFilterPipelineCommands,CountMinSketchPipelineCommands,CuckooFilterPipelineCommands,RedisBloomPipelineCommands,TDigestSketchPipelineCommands,TopKFilterPipelineCommands,BitPipelineBinaryCommands,BitPipelineCommands,DatabasePipelineCommands,FunctionPipelineBinaryCommands,FunctionPipelineCommands,GeoPipelineBinaryCommands,GeoPipelineCommands,HashPipelineBinaryCommands,HashPipelineCommands,HyperLogLogPipelineBinaryCommands,HyperLogLogPipelineCommands,KeyPipelineBinaryCommands,KeyPipelineCommands,ListPipelineBinaryCommands,ListPipelineCommands,PipelineBinaryCommands,PipelineCommands,RedisModulePipelineCommands,SampleBinaryKeyedPipelineCommands,SampleKeyedPipelineCommands,ScriptingKeyPipelineBinaryCommands,ScriptingKeyPipelineCommands,SetPipelineBinaryCommands,SetPipelineCommands,SortedSetPipelineBinaryCommands,SortedSetPipelineCommands,StreamPipelineBinaryCommands,StreamPipelineCommands,StringPipelineBinaryCommands,StringPipelineCommands,RedisGraphPipelineCommands,RedisJsonPipelineCommands,RediSearchPipelineCommands,RedisTimeSeriesPipelineCommands
public class Pipeline
extends Queable
implements PipelineCommands, PipelineBinaryCommands, DatabasePipelineCommands, RedisModulePipelineCommands, Closeable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final CommandObjectsprotected final Connectionprivate final GraphCommandObjects -
Constructor Summary
ConstructorsConstructorDescriptionPipeline(Connection connection) Pipeline(Connection connection, boolean closeConnection) -
Method Summary
Modifier and TypeMethodDescriptionappend(byte[] key, byte[] value) final <T> Response<T> appendCommand(CommandObject<T> commandObject) bfInsert(String key, BFInsertParams insertParams, String... items) bfLoadChunk(String key, long iterator, byte[] data) bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) bfScanDump(String key, long iterator) bitcount(byte[] key) bitcount(byte[] key, long start, long end) bitcount(byte[] key, long start, long end, BitCountOption option) bitcount(String key, long start, long end, BitCountOption option) bitfield(byte[] key, byte[]... arguments) bitfieldReadonly(byte[] key, byte[]... arguments) bitfieldReadonly(String key, String... arguments) bitpos(byte[] key, boolean value) bitpos(byte[] key, boolean value, BitPosParams params) bitpos(String key, boolean value, BitPosParams params) Response<byte[]> blmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to, double timeout) blmove(String srcKey, String dstKey, ListDirection from, ListDirection to, double timeout) blmpop(long timeout, ListDirection direction, byte[]... keys) blmpop(long timeout, ListDirection direction, int count, byte[]... keys) blmpop(long timeout, ListDirection direction, int count, String... keys) blmpop(long timeout, ListDirection direction, String... keys) blpop(double timeout, byte[]... keys) blpop(int timeout, byte[]... keys) brpop(double timeout, byte[]... keys) brpop(int timeout, byte[]... keys) Response<byte[]> brpoplpush(byte[] source, byte[] destination, int timeout) brpoplpush(String source, String destination, int timeout) bzmpop(long timeout, SortedSetOption option, byte[]... keys) bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) bzmpop(long timeout, SortedSetOption option, int count, String... keys) bzmpop(long timeout, SortedSetOption option, String... keys) bzpopmax(double timeout, byte[]... keys) bzpopmin(double timeout, byte[]... keys) cfInsert(String key, CFInsertParams insertParams, String... items) cfInsertNx(String key, String... items) cfInsertNx(String key, CFInsertParams insertParams, String... items) cfLoadChunk(String key, long iterator, byte[] data) cfReserve(String key, long capacity, CFReserveParams reserveParams) cfScanDump(String key, long iterator) voidclose()cmsInitByDim(String key, long width, long depth) cmsInitByProb(String key, double error, double probability) copy(byte[] srcKey, byte[] dstKey, boolean replace) copy(byte[] srcKey, byte[] dstKey, int db, boolean replace) Binary version ofCOPY.Copy the value stored at the source key to the destination key.dbSize()Return the number of keys in the currently-selected database.decr(byte[] key) decrBy(byte[] key, long decrement) del(byte[] key) del(byte[]... keys) Response<byte[]> dump(byte[] key) Response<byte[]> eval(byte[] script) eval(byte[] script, byte[] sampleKey) eval(byte[] script, int keyCount, byte[]... params) evalReadonly(byte[] script, List<byte[]> keys, List<byte[]> args) evalsha(byte[] sha1) evalsha(byte[] sha1, byte[] sampleKey) evalsha(byte[] sha1, int keyCount, byte[]... params) evalshaReadonly(byte[] sha1, List<byte[]> keys, List<byte[]> args) <T> Response<T> executeCommand(CommandObject<T> command) exists(byte[] key) exists(byte[]... keys) expire(byte[] key, long seconds) expire(byte[] key, long seconds, ExpiryOption expiryOption) expire(String key, long seconds, ExpiryOption expiryOption) expireAt(byte[] key, long unixTime) expireAt(byte[] key, long unixTime, ExpiryOption expiryOption) expireAt(String key, long unixTime, ExpiryOption expiryOption) expireTime(byte[] key) expireTime(String key) fcallReadonly(byte[] name, List<byte[]> keys, List<byte[]> args) ftAggregate(String indexName, AggregationBuilder aggr) ftAliasAdd(String aliasName, String indexName) Deprecated.ftAliasDel(String aliasName) Deprecated.ftAliasUpdate(String aliasName, String indexName) Deprecated.ftAlter(String indexName, Iterable<SchemaField> schemaFields) ftConfigGet(String option) ftConfigGet(String indexName, String option) ftConfigSet(String option, String value) ftConfigSet(String indexName, String option, String value) ftCreate(String indexName, FTCreateParams createParams, Iterable<SchemaField> schemaFields) ftCreate(String indexName, IndexOptions indexOptions, Schema schema) ftCursorDel(String indexName, long cursorId) Deprecated.ftCursorRead(String indexName, long cursorId, int count) Deprecated.ftDictAddBySampleKey(String indexName, String dictionary, String... terms) ftDictDelBySampleKey(String indexName, String dictionary, String... terms) ftDictDump(String dictionary) ftDictDumpBySampleKey(String indexName, String dictionary) ftDropIndex(String indexName) Deprecated.ftDropIndexDD(String indexName) Deprecated.ftExplainCLI(String indexName, Query query) ftSearch(String indexName, String query, FTSearchParams searchParams) ftSpellCheck(String index, String query) ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) ftSugAddIncr(String key, String string, double score) ftSugGetWithScores(String key, String prefix) ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) ftSynUpdate(String indexName, String synonymGroupId, String... terms) functionDelete(byte[] libraryName) functionDelete(String libraryName) Response<byte[]> functionFlush(FlushMode mode) functionList(byte[] libraryNamePattern) functionList(String libraryNamePattern) functionListWithCode(byte[] libraryNamePattern) functionListWithCode(String libraryNamePattern) functionLoad(byte[] functionCode) functionLoad(String functionCode) functionLoadReplace(byte[] functionCode) functionLoadReplace(String functionCode) functionRestore(byte[] serializedValue) functionRestore(byte[] serializedValue, FunctionRestorePolicy policy) geoadd(byte[] key, double longitude, double latitude, byte[] member) geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) geodist(byte[] key, byte[] member1, byte[] member2) geohash(byte[] key, byte[]... members) geopos(byte[] key, byte[]... members) georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) georadiusByMember(String key, String member, double radius, GeoUnit unit) georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) geosearch(byte[] key, GeoSearchParam params) geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) geosearch(String key, GeoSearchParam params) geosearchStore(byte[] dest, byte[] src, byte[] member, double width, double height, GeoUnit unit) geosearchStore(byte[] dest, byte[] src, byte[] member, double radius, GeoUnit unit) geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) geosearchStore(byte[] dest, byte[] src, GeoSearchParam params) geosearchStore(String dest, String src, String member, double width, double height, GeoUnit unit) geosearchStore(String dest, String src, String member, double radius, GeoUnit unit) geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) geosearchStore(String dest, String src, GeoSearchParam params) geosearchStoreStoreDist(byte[] dest, byte[] src, GeoSearchParam params) geosearchStoreStoreDist(String dest, String src, GeoSearchParam params) Response<byte[]> get(byte[] key) getbit(byte[] key, long offset) Response<byte[]> getDel(byte[] key) Response<byte[]> getEx(byte[] key, GetExParams params) getEx(String key, GetExParams params) Response<byte[]> getrange(byte[] key, long startOffset, long endOffset) Response<byte[]> getSet(byte[] key, byte[] value) graphDelete(String name) graphProfile(String graphName, String query) graphQuery(String name, String query) graphQuery(String name, String query, long timeout) graphReadonlyQuery(String name, String query) graphReadonlyQuery(String name, String query, long timeout) final booleanhdel(byte[] key, byte[]... field) hexists(byte[] key, byte[] field) Response<byte[]> hget(byte[] key, byte[] field) hgetAll(byte[] key) hincrBy(byte[] key, byte[] field, long value) hincrByFloat(byte[] key, byte[] field, double value) hincrByFloat(String key, String field, double value) hkeys(byte[] key) hlen(byte[] key) hmget(byte[] key, byte[]... fields) Response<byte[]> hrandfield(byte[] key) hrandfield(byte[] key, long count) hrandfield(String key) hrandfield(String key, long count) hrandfieldWithValues(byte[] key, long count) hrandfieldWithValues(String key, long count) Response<ScanResult<Map.Entry<byte[], byte[]>>> hscan(byte[] key, byte[] cursor, ScanParams params) hscan(String key, String cursor, ScanParams params) hset(byte[] key, byte[] field, byte[] value) hsetnx(byte[] key, byte[] field, byte[] value) hstrlen(byte[] key, byte[] field) hvals(byte[] key) incr(byte[] key) incrBy(byte[] key, long increment) incrByFloat(byte[] key, double increment) incrByFloat(String key, double increment) jsonArrAppend(String key, Path2 path, Object... objects) jsonArrAppend(String key, Path path, Object... objects) jsonArrAppendWithEscape(String key, Path2 path, Object... objects) jsonArrIndex(String key, Path2 path, Object scalar) jsonArrIndex(String key, Path path, Object scalar) jsonArrIndexWithEscape(String key, Path2 path, Object scalar) jsonArrInsert(String key, Path2 path, int index, Object... objects) jsonArrInsert(String key, Path path, int index, Object... pojos) jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) jsonArrLen(String key) jsonArrLen(String key, Path path) jsonArrLen(String key, Path2 path) jsonArrPop(String key) <T> Response<T> jsonArrPop(String key, Class<T> clazz) <T> Response<T> jsonArrPop(String key, Class<T> clazz, Path path) <T> Response<T> jsonArrPop(String key, Class<T> clazz, Path path, int index) jsonArrPop(String key, Path path) jsonArrPop(String key, Path2 path) jsonArrPop(String key, Path2 path, int index) jsonArrPop(String key, Path path, int index) jsonArrTrim(String key, Path2 path, int start, int stop) jsonArrTrim(String key, Path path, int start, int stop) <T> Response<T> <T> Response<T> Response<org.json.JSONArray> jsonNumIncrBy(String key, Path2 path, double value) jsonNumIncrBy(String key, Path path, double value) jsonSet(String key, Path2 path, Object object, JsonSetParams params) jsonSet(String key, Path path, Object object, JsonSetParams params) jsonSetWithEscape(String key, Path2 path, Object object) jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) jsonStrAppend(String key, Object string) jsonStrAppend(String key, Path2 path, Object string) jsonStrAppend(String key, Path path, Object string) jsonStrLen(String key) jsonStrLen(String key, Path path) jsonStrLen(String key, Path2 path) jsonToggle(String key, Path path) jsonToggle(String key, Path2 path) keys(byte[] pattern) Response<byte[]> lindex(byte[] key, long index) linsert(byte[] key, ListPosition where, byte[] pivot, byte[] value) linsert(String key, ListPosition where, String pivot, String value) llen(byte[] key) Response<byte[]> lmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to) lmove(String srcKey, String dstKey, ListDirection from, ListDirection to) lmpop(ListDirection direction, byte[]... keys) lmpop(ListDirection direction, int count, byte[]... keys) lmpop(ListDirection direction, int count, String... keys) lmpop(ListDirection direction, String... keys) Response<byte[]> lpop(byte[] key) lpop(byte[] key, int count) lpos(byte[] key, byte[] element) lpos(byte[] key, byte[] element, LPosParams params) lpos(byte[] key, byte[] element, LPosParams params, long count) lpos(String key, String element, LPosParams params) lpos(String key, String element, LPosParams params, long count) lpush(byte[] key, byte[]... args) lpushx(byte[] key, byte[]... args) lrange(byte[] key, long start, long stop) lrem(byte[] key, long count, byte[] value) lset(byte[] key, long index, byte[] value) ltrim(byte[] key, long start, long stop) memoryUsage(byte[] key) memoryUsage(byte[] key, int samples) memoryUsage(String key) memoryUsage(String key, int samples) mget(byte[]... keys) Binary version ofMIGRATE.migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, byte[]... keys) Binary version ofMIGRATE.migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, String... keys) Migrate Command Atomically transfer a key from a source Redis instance to a destination Redis instance.migrate(String host, int port, int timeout, MigrateParams params, byte[]... keys) migrate(String host, int port, int timeout, MigrateParams params, String... keys) Migrate Command Atomically transfer a key from a source Redis instance to a destination Redis instance.move(byte[] key, int dbIndex) Binary version ofMOVE.Move the specified key from the currently selected DB to the specified destination DB.mset(byte[]... keysvalues) msetnx(byte[]... keysvalues) Response<byte[]> objectEncoding(byte[] key) objectEncoding(String key) objectFreq(byte[] key) objectFreq(String key) objectIdletime(byte[] key) objectIdletime(String key) objectRefcount(byte[] key) objectRefcount(String key) persist(byte[] key) pexpire(byte[] key, long milliseconds) pexpire(byte[] key, long milliseconds, ExpiryOption expiryOption) pexpire(String key, long milliseconds, ExpiryOption expiryOption) pexpireAt(byte[] key, long millisecondsTimestamp) pexpireAt(byte[] key, long millisecondsTimestamp, ExpiryOption expiryOption) pexpireAt(String key, long millisecondsTimestamp, ExpiryOption expiryOption) pexpireTime(byte[] key) pexpireTime(String key) pfadd(byte[] key, byte[]... elements) pfcount(byte[] key) pfcount(byte[]... keys) pfmerge(byte[] destkey, byte[]... sourcekeys) psetex(byte[] key, long milliseconds, byte[] value) pttl(byte[] key) publish(byte[] channel, byte[] message) Response<byte[]> rename(byte[] oldkey, byte[] newkey) renamenx(byte[] oldkey, byte[] newkey) restore(byte[] key, long ttl, byte[] serializedValue) restore(byte[] key, long ttl, byte[] serializedValue, RestoreParams params) restore(String key, long ttl, byte[] serializedValue, RestoreParams params) Response<byte[]> rpop(byte[] key) rpop(byte[] key, int count) Response<byte[]> rpoplpush(byte[] srckey, byte[] dstkey) rpush(byte[] key, byte[]... args) rpushx(byte[] key, byte[]... args) sadd(byte[] key, byte[]... 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) scan(String cursor, ScanParams params) scan(String cursor, ScanParams params, String type) scard(byte[] key) scriptExists(byte[] sampleKey, byte[]... sha1s) scriptExists(String sampleKey, String... sha1) scriptFlush(byte[] sampleKey) scriptFlush(byte[] sampleKey, FlushMode flushMode) scriptFlush(String sampleKey) scriptFlush(String sampleKey, FlushMode flushMode) scriptKill(byte[] sampleKey) scriptKill(String sampleKey) Response<byte[]> scriptLoad(byte[] script, byte[] sampleKey) scriptLoad(String script, String sampleKey) sdiff(byte[]... keys) sdiffstore(byte[] dstkey, byte[]... keys) sdiffstore(String dstKey, String... keys) select(int index) Select the DB with having the specified zero-based numeric index.sendCommand(CommandArguments args) sendCommand(ProtocolCommand cmd, byte[]... args) sendCommand(ProtocolCommand cmd, String... args) set(byte[] key, byte[] value) setbit(byte[] key, long offset, boolean value) setex(byte[] key, long seconds, byte[] value) Response<byte[]> WARNING:SetParams.get()MUST NOT be used with this method.WARNING:SetParams.get()MUST NOT be used with this method.voidsetJsonObjectMapper(JsonObjectMapper jsonObjectMapper) setnx(byte[] key, byte[] value) setrange(byte[] key, long offset, byte[] value) sinter(byte[]... keys) sintercard(byte[]... keys) sintercard(int limit, byte[]... keys) sintercard(int limit, String... keys) sintercard(String... keys) sinterstore(byte[] dstkey, byte[]... keys) sinterstore(String dstKey, String... keys) sismember(byte[] key, byte[] member) smembers(byte[] key) smismember(byte[] key, byte[]... members) smismember(String key, String... members) smove(byte[] srckey, byte[] dstkey, byte[] member) sort(byte[] key) sort(byte[] key, byte[] dstkey) sort(byte[] key, SortingParams sortingParams) sort(byte[] key, SortingParams sortingParams, byte[] dstkey) sort(String key, SortingParams sortingParams) sort(String key, SortingParams sortingParams, String dstKey) sortReadonly(byte[] key, SortingParams sortingParams) sortReadonly(String key, SortingParams sortingParams) Response<byte[]> spop(byte[] key) spop(byte[] key, long count) Response<byte[]> srandmember(byte[] key) srandmember(byte[] key, int count) srandmember(String key) srandmember(String key, int count) srem(byte[] key, byte[]... members) Response<ScanResult<byte[]>> sscan(byte[] key, byte[] cursor, ScanParams params) sscan(String key, String cursor, ScanParams params) strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) strlen(byte[] key) Response<byte[]> substr(byte[] key, int start, int end) sunion(byte[]... keys) sunionstore(byte[] dstkey, byte[]... keys) sunionstore(String dstKey, String... keys) swapDB(int index1, int index2) This command swaps two Redis databases, so that immediately all the clients connected to a given database will see the data of the other database, and the other way around.voidsync()Synchronize pipeline by reading all responses.Synchronize pipeline by reading all responses.tdigestAdd(String key, double... values) tdigestByRank(String key, long... ranks) tdigestByRevRank(String key, long... ranks) tdigestCDF(String key, double... values) tdigestCreate(String key) tdigestCreate(String key, int compression) tdigestInfo(String key) tdigestMax(String key) tdigestMerge(String destinationKey, String... sourceKeys) tdigestMerge(TDigestMergeParams mergeParams, String destinationKey, String... sourceKeys) tdigestMin(String key) tdigestQuantile(String key, double... quantiles) tdigestRank(String key, double... values) tdigestReset(String key) tdigestRevRank(String key, double... values) tdigestTrimmedMean(String key, double lowCutQuantile, double highCutQuantile) time()topkIncrBy(String key, Map<String, Long> itemIncrements) topkListWithCount(String key) topkReserve(String key, long topk) topkReserve(String key, long topk, long width, long depth, double decay) touch(byte[] key) touch(byte[]... keys) tsAdd(String key, long timestamp, double value, TSCreateParams createParams) tsAlter(String key, TSAlterParams alterParams) tsCreate(String key, TSCreateParams createParams) tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) tsDeleteRule(String sourceKey, String destKey) tsGet(String key, TSGetParams getParams) tsMGet(TSMGetParams multiGetParams, String... filters) tsMRange(TSMRangeParams multiRangeParams) tsMRevRange(long fromTimestamp, long toTimestamp, String... filters) tsMRevRange(TSMRangeParams multiRangeParams) tsQueryIndex(String... filters) tsRange(String key, TSRangeParams rangeParams) tsRevRange(String key, long fromTimestamp, long toTimestamp) tsRevRange(String key, TSRangeParams rangeParams) ttl(byte[] key) type(byte[] key) unlink(byte[] key) unlink(byte[]... keys) waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) waitAOF(long numLocal, long numReplicas, long timeout) waitReplicas(byte[] sampleKey, int replicas, long timeout) waitReplicas(int replicas, long timeout) waitReplicas(String sampleKey, int replicas, long timeout) xack(byte[] key, byte[] group, byte[]... ids) xack(String key, String group, StreamEntryID... ids) XACK key group ID [ID ...]Response<byte[]> xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) XADD key ID field string [field string ...]xautoclaim(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) xautoclaim(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) XAUTOCLAIM key group consumer min-idle-time start [COUNT count]xautoclaimJustId(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) xautoclaimJustId(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) XAUTOCLAIM key group consumer min-idle-time start [COUNT count] JUSTIDxclaim(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) xclaim(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) XCLAIM key group consumer min-idle-time <ID-1> ... <ID-N> [IDLE <milliseconds>] [TIME <mstime>] [RETRYCOUNT <count>] [FORCE]xclaimJustId(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) xclaimJustId(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) XCLAIM key group consumer min-idle-time <ID-1> ... <ID-N> [IDLE <milliseconds>] [TIME <mstime>] [RETRYCOUNT <count>] [FORCE] JUSTIDxdel(byte[] key, byte[]... ids) xdel(String key, StreamEntryID... ids) XDEL key ID [ID ...]xgroupCreate(byte[] key, byte[] groupName, byte[] id, boolean makeStream) xgroupCreate(String key, String groupName, StreamEntryID id, boolean makeStream) XGROUP CREATE key groupName <id or $>xgroupCreateConsumer(byte[] key, byte[] groupName, byte[] consumerName) xgroupCreateConsumer(String key, String groupName, String consumerName) XGROUP CREATECONSUMER key groupName consumerNamexgroupDelConsumer(byte[] key, byte[] groupName, byte[] consumerName) xgroupDelConsumer(String key, String groupName, String consumerName) XGROUP DELCONSUMER key groupName consumerNamexgroupDestroy(byte[] key, byte[] groupName) xgroupDestroy(String key, String groupName) XGROUP DESTROY key groupNamexgroupSetID(byte[] key, byte[] groupName, byte[] id) xgroupSetID(String key, String groupName, StreamEntryID id) XGROUP SETID key groupName <id or $>xinfoConsumers(byte[] key, byte[] group) xinfoConsumers(String key, String group) Introspection command used in order to retrieve different information about consumers in the groupxinfoGroup(byte[] key) Deprecated.xinfoGroup(String key) Deprecated.xinfoGroups(byte[] key) xinfoGroups(String key) Introspection command used in order to retrieve different information about groups in the streamxinfoStream(byte[] key) xinfoStream(String key) Introspection command used in order to retrieve different information about the streamxinfoStreamFull(byte[] key) Introspection command used in order to retrieve all information about the streamxinfoStreamFull(byte[] key, int count) Introspection command used in order to retrieve all information about the streamxinfoStreamFull(String key) Introspection command used in order to retrieve all information about the streamxinfoStreamFull(String key, int count) Introspection command used in order to retrieve all information about the streamxlen(byte[] key) XLEN keyxpending(byte[] key, byte[] groupName) xpending(byte[] key, byte[] groupName, byte[] start, byte[] end, int count, byte[] consumerName) xpending(byte[] key, byte[] groupName, XPendingParams params) XPENDING key groupxpending(String key, String groupName, XPendingParams params) XPENDING key group [[IDLE min-idle-time] start end count [consumer]]xpending(String key, String groupName, StreamEntryID start, StreamEntryID end, int count, String consumerName) XPENDING key group [start end count] [consumer]xrange(byte[] key, byte[] start, byte[] end) xrange(byte[] key, byte[] start, byte[] end, int count) xrange(String key, StreamEntryID start, StreamEntryID end) XRANGE key start endxrange(String key, StreamEntryID start, StreamEntryID end, int count) XRANGE key start end COUNT countxread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]xrevrange(byte[] key, byte[] end, byte[] start) xrevrange(byte[] key, byte[] end, byte[] start, int count) xrevrange(String key, StreamEntryID end, StreamEntryID start) XREVRANGE key end startxrevrange(String key, StreamEntryID end, StreamEntryID start, int count) XREVRANGE key end start COUNT countxtrim(byte[] key, long maxLen, boolean approximateLength) xtrim(byte[] key, XTrimParams params) XTRIM key MAXLEN [~] countxtrim(String key, XTrimParams params) XTRIM key MAXLEN|MINID [=|~] threshold [LIMIT count]zadd(byte[] key, double score, byte[] member) zadd(byte[] key, double score, byte[] member, ZAddParams params) zadd(byte[] key, Map<byte[], Double> scoreMembers, ZAddParams params) zadd(String key, double score, String member, ZAddParams params) zaddIncr(byte[] key, double score, byte[] member, ZAddParams params) zaddIncr(String key, double score, String member, ZAddParams params) zcard(byte[] key) zcount(byte[] key, byte[] min, byte[] max) zcount(byte[] key, double min, double max) zdiff(byte[]... keys) zdiffStore(byte[] dstkey, byte[]... keys) zdiffStore(String dstKey, String... keys) zdiffWithScores(byte[]... keys) zdiffWithScores(String... keys) zincrby(byte[] key, double increment, byte[] member) zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) zincrby(String key, double increment, String member, ZIncrByParams params) zintercard(byte[]... keys) zintercard(long limit, byte[]... keys) zintercard(long limit, String... keys) zintercard(String... keys) zinterstore(byte[] dstkey, byte[]... sets) zinterstore(byte[] dstkey, ZParams params, byte[]... sets) zinterstore(String dstKey, String... sets) zinterstore(String dstKey, ZParams params, String... sets) zinterWithScores(ZParams params, byte[]... keys) zinterWithScores(ZParams params, String... keys) zlexcount(byte[] key, byte[] min, byte[] max) zmpop(SortedSetOption option, byte[]... keys) zmpop(SortedSetOption option, int count, byte[]... keys) zmpop(SortedSetOption option, int count, String... keys) zmpop(SortedSetOption option, String... keys) zmscore(byte[] key, byte[]... members) zpopmax(byte[] key) zpopmax(byte[] key, int count) zpopmin(byte[] key) zpopmin(byte[] key, int count) Response<byte[]> zrandmember(byte[] key) zrandmember(byte[] key, long count) zrandmember(String key) zrandmember(String key, long count) zrandmemberWithScores(byte[] key, long count) zrandmemberWithScores(String key, long count) zrange(byte[] key, long start, long stop) zrange(byte[] key, ZRangeParams zRangeParams) zrange(String key, ZRangeParams zRangeParams) zrangeByLex(byte[] key, byte[] min, byte[] max) zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count) zrangeByLex(String key, String min, String max) zrangeByLex(String key, String min, String max, int offset, int count) zrangeByScore(byte[] key, byte[] min, byte[] max) zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count) zrangeByScore(byte[] key, double min, double max) zrangeByScore(byte[] key, double min, double max, int offset, int count) zrangeByScore(String key, double min, double max) zrangeByScore(String key, double min, double max, int offset, int count) zrangeByScore(String key, String min, String max) zrangeByScore(String key, String min, String max, int offset, int count) zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) zrangeByScoreWithScores(byte[] key, double min, double max) zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) zrangeByScoreWithScores(String key, double min, double max) zrangeByScoreWithScores(String key, double min, double max, int offset, int count) zrangeByScoreWithScores(String key, String min, String max) zrangeByScoreWithScores(String key, String min, String max, int offset, int count) zrangestore(byte[] dest, byte[] src, ZRangeParams zRangeParams) zrangestore(String dest, String src, ZRangeParams zRangeParams) zrangeWithScores(byte[] key, long start, long stop) zrangeWithScores(byte[] key, ZRangeParams zRangeParams) zrangeWithScores(String key, long start, long stop) zrangeWithScores(String key, ZRangeParams zRangeParams) zrank(byte[] key, byte[] member) zrankWithScore(byte[] key, byte[] member) zrankWithScore(String key, String member) zrem(byte[] key, byte[]... members) zremrangeByLex(byte[] key, byte[] min, byte[] max) zremrangeByLex(String key, String min, String max) zremrangeByRank(byte[] key, long start, long stop) zremrangeByRank(String key, long start, long stop) zremrangeByScore(byte[] key, byte[] min, byte[] max) zremrangeByScore(byte[] key, double min, double max) zremrangeByScore(String key, double min, double max) zremrangeByScore(String key, String min, String max) zrevrange(byte[] key, long start, long stop) zrevrangeByLex(byte[] key, byte[] max, byte[] min) zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count) zrevrangeByLex(String key, String max, String min) zrevrangeByLex(String key, String max, String min, int offset, int count) zrevrangeByScore(byte[] key, byte[] max, byte[] min) zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count) zrevrangeByScore(byte[] key, double max, double min) zrevrangeByScore(byte[] key, double max, double min, int offset, int count) zrevrangeByScore(String key, double max, double min) zrevrangeByScore(String key, double max, double min, int offset, int count) zrevrangeByScore(String key, String max, String min) zrevrangeByScore(String key, String max, String min, int offset, int count) zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) zrevrangeByScoreWithScores(byte[] key, double max, double min) zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) zrevrangeByScoreWithScores(String key, double max, double min) zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) zrevrangeByScoreWithScores(String key, String max, String min) zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) zrevrangeWithScores(byte[] key, long start, long stop) zrevrangeWithScores(String key, long start, long stop) zrevrank(byte[] key, byte[] member) zrevrankWithScore(byte[] key, byte[] member) zrevrankWithScore(String key, String member) zscan(byte[] key, byte[] cursor, ScanParams params) zscan(String key, String cursor, ScanParams params) zscore(byte[] key, byte[] member) zunionstore(byte[] dstkey, byte[]... sets) zunionstore(byte[] dstkey, ZParams params, byte[]... sets) zunionstore(String dstKey, String... sets) zunionstore(String dstKey, ZParams params, String... sets) zunionWithScores(ZParams params, byte[]... keys) zunionWithScores(ZParams params, String... keys) Methods inherited from class redis.clients.jedis.Queable
clean, enqueResponse, generateResponse, getPipelinedResponseLengthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface redis.clients.jedis.commands.HashPipelineBinaryCommands
hscanMethods inherited from interface redis.clients.jedis.commands.HashPipelineCommands
hscanMethods inherited from interface redis.clients.jedis.search.RediSearchPipelineCommands
ftAlter, ftAlter, ftCreate, ftCreate, ftCreate, ftSearchMethods inherited from interface redis.clients.jedis.json.RedisJsonPipelineCommands
jsonMGet, jsonMGet, jsonSet, jsonSet, jsonSetLegacy, jsonSetLegacy, jsonSetWithEscape, jsonSetWithEscapeMethods inherited from interface redis.clients.jedis.commands.SetPipelineBinaryCommands
sscanMethods inherited from interface redis.clients.jedis.commands.SetPipelineCommands
sscanMethods inherited from interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
zscanMethods inherited from interface redis.clients.jedis.commands.SortedSetPipelineCommands
zscanMethods inherited from interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
xaddMethods inherited from interface redis.clients.jedis.commands.StreamPipelineCommands
xadd
-
Field Details
-
connection
-
closeConnection
private final boolean closeConnection -
commandObjects
-
graphCommandObjects
-
-
Constructor Details
-
Pipeline
-
Pipeline
-
Pipeline
-
-
Method Details
-
appendCommand
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
sync
public void sync()Synchronize pipeline by reading all responses. This operation close the pipeline. In order to get return values from pipelined commands, capture the different Response<?> of the commands you execute. -
syncAndReturnAll
Synchronize pipeline by reading all responses. This operation close the pipeline. Whenever possible try to avoid using this version and use Pipeline.sync() as it won't go through all the responses and generate the right response type (usually it is a waste of time).- Returns:
- A list of all the responses in the order you executed them.
-
hasPipelinedResponse
public final boolean hasPipelinedResponse() -
exists
- Specified by:
existsin interfaceKeyPipelineCommands
-
exists
- Specified by:
existsin interfaceKeyPipelineCommands
-
persist
- Specified by:
persistin interfaceKeyPipelineCommands
-
type
- Specified by:
typein interfaceKeyPipelineCommands
-
dump
- Specified by:
dumpin interfaceKeyPipelineCommands
-
restore
- Specified by:
restorein interfaceKeyPipelineCommands
-
restore
- Specified by:
restorein interfaceKeyPipelineCommands
-
expire
- Specified by:
expirein interfaceKeyPipelineCommands
-
expire
- Specified by:
expirein interfaceKeyPipelineCommands
-
pexpire
- Specified by:
pexpirein interfaceKeyPipelineCommands
-
pexpire
- Specified by:
pexpirein interfaceKeyPipelineCommands
-
expireTime
- Specified by:
expireTimein interfaceKeyPipelineCommands
-
pexpireTime
- Specified by:
pexpireTimein interfaceKeyPipelineCommands
-
expireAt
- Specified by:
expireAtin interfaceKeyPipelineCommands
-
expireAt
- Specified by:
expireAtin interfaceKeyPipelineCommands
-
pexpireAt
- Specified by:
pexpireAtin interfaceKeyPipelineCommands
-
pexpireAt
- Specified by:
pexpireAtin interfaceKeyPipelineCommands
-
ttl
- Specified by:
ttlin interfaceKeyPipelineCommands
-
pttl
- Specified by:
pttlin interfaceKeyPipelineCommands
-
touch
- Specified by:
touchin interfaceKeyPipelineCommands
-
touch
- Specified by:
touchin interfaceKeyPipelineCommands
-
sort
- Specified by:
sortin interfaceKeyPipelineCommands
-
sort
- Specified by:
sortin interfaceKeyPipelineCommands
-
sort
- Specified by:
sortin interfaceKeyPipelineCommands
-
sort
- Specified by:
sortin interfaceKeyPipelineCommands
-
sortReadonly
- Specified by:
sortReadonlyin interfaceKeyPipelineCommands
-
del
- Specified by:
delin interfaceKeyPipelineCommands
-
del
- Specified by:
delin interfaceKeyPipelineCommands
-
unlink
- Specified by:
unlinkin interfaceKeyPipelineCommands
-
unlink
- Specified by:
unlinkin interfaceKeyPipelineCommands
-
copy
- Specified by:
copyin interfaceKeyPipelineCommands
-
rename
- Specified by:
renamein interfaceKeyPipelineCommands
-
renamenx
- Specified by:
renamenxin interfaceKeyPipelineCommands
-
memoryUsage
- Specified by:
memoryUsagein interfaceKeyPipelineCommands
-
memoryUsage
- Specified by:
memoryUsagein interfaceKeyPipelineCommands
-
objectRefcount
- Specified by:
objectRefcountin interfaceKeyPipelineCommands
-
objectEncoding
- Specified by:
objectEncodingin interfaceKeyPipelineCommands
-
objectIdletime
- Specified by:
objectIdletimein interfaceKeyPipelineCommands
-
objectFreq
- Specified by:
objectFreqin interfaceKeyPipelineCommands
-
migrate
- Specified by:
migratein interfaceKeyPipelineCommands
-
migrate
public Response<String> migrate(String host, int port, int timeout, MigrateParams params, String... keys) - Specified by:
migratein interfaceKeyPipelineCommands
-
keys
- Specified by:
keysin interfaceKeyPipelineCommands
-
scan
- Specified by:
scanin interfaceKeyPipelineCommands
-
scan
- Specified by:
scanin interfaceKeyPipelineCommands
-
scan
- Specified by:
scanin interfaceKeyPipelineCommands
-
randomKey
- Specified by:
randomKeyin interfaceKeyPipelineCommands
-
get
- Specified by:
getin interfaceStringPipelineCommands
-
setGet
Description copied from interface:StringPipelineCommandsWARNING:SetParams.get()MUST NOT be used with this method.- Specified by:
setGetin interfaceStringPipelineCommands
-
getDel
- Specified by:
getDelin interfaceStringPipelineCommands
-
getEx
- Specified by:
getExin interfaceStringPipelineCommands
-
setbit
- Specified by:
setbitin interfaceBitPipelineCommands
-
getbit
- Specified by:
getbitin interfaceBitPipelineCommands
-
setrange
- Specified by:
setrangein interfaceStringPipelineCommands
-
getrange
- Specified by:
getrangein interfaceStringPipelineCommands
-
getSet
- Specified by:
getSetin interfaceStringPipelineCommands
-
setnx
- Specified by:
setnxin interfaceStringPipelineCommands
-
setex
- Specified by:
setexin interfaceStringPipelineCommands
-
psetex
- Specified by:
psetexin interfaceStringPipelineCommands
-
mget
- Specified by:
mgetin interfaceStringPipelineCommands
-
mset
- Specified by:
msetin interfaceStringPipelineCommands
-
msetnx
- Specified by:
msetnxin interfaceStringPipelineCommands
-
incr
- Specified by:
incrin interfaceStringPipelineCommands
-
incrBy
- Specified by:
incrByin interfaceStringPipelineCommands
-
incrByFloat
- Specified by:
incrByFloatin interfaceStringPipelineCommands
-
decr
- Specified by:
decrin interfaceStringPipelineCommands
-
decrBy
- Specified by:
decrByin interfaceStringPipelineCommands
-
append
- Specified by:
appendin interfaceStringPipelineCommands
-
substr
- Specified by:
substrin interfaceStringPipelineCommands
-
strlen
- Specified by:
strlenin interfaceStringPipelineCommands
-
bitcount
- Specified by:
bitcountin interfaceBitPipelineCommands
-
bitcount
- Specified by:
bitcountin interfaceBitPipelineCommands
-
bitcount
- Specified by:
bitcountin interfaceBitPipelineCommands
-
bitpos
- Specified by:
bitposin interfaceBitPipelineCommands
-
bitpos
- Specified by:
bitposin interfaceBitPipelineCommands
-
bitfield
- Specified by:
bitfieldin interfaceBitPipelineCommands
-
bitfieldReadonly
- Specified by:
bitfieldReadonlyin interfaceBitPipelineCommands
-
bitop
- Specified by:
bitopin interfaceBitPipelineCommands
-
strAlgoLCSKeys
- Specified by:
strAlgoLCSKeysin interfaceStringPipelineCommands
-
lcs
- Specified by:
lcsin interfaceStringPipelineCommands
-
set
- Specified by:
setin interfaceStringPipelineCommands
-
set
- Specified by:
setin interfaceStringPipelineCommands
-
rpush
- Specified by:
rpushin interfaceListPipelineCommands
-
lpush
- Specified by:
lpushin interfaceListPipelineCommands
-
llen
- Specified by:
llenin interfaceListPipelineCommands
-
lrange
- Specified by:
lrangein interfaceListPipelineCommands
-
ltrim
- Specified by:
ltrimin interfaceListPipelineCommands
-
lindex
- Specified by:
lindexin interfaceListPipelineCommands
-
lset
- Specified by:
lsetin interfaceListPipelineCommands
-
lrem
- Specified by:
lremin interfaceListPipelineCommands
-
lpop
- Specified by:
lpopin interfaceListPipelineCommands
-
lpop
- Specified by:
lpopin interfaceListPipelineCommands
-
lpos
- Specified by:
lposin interfaceListPipelineCommands
-
lpos
- Specified by:
lposin interfaceListPipelineCommands
-
lpos
- Specified by:
lposin interfaceListPipelineCommands
-
rpop
- Specified by:
rpopin interfaceListPipelineCommands
-
rpop
- Specified by:
rpopin interfaceListPipelineCommands
-
linsert
- Specified by:
linsertin interfaceListPipelineCommands
-
lpushx
- Specified by:
lpushxin interfaceListPipelineCommands
-
rpushx
- Specified by:
rpushxin interfaceListPipelineCommands
-
blpop
- Specified by:
blpopin interfaceListPipelineCommands
-
blpop
- Specified by:
blpopin interfaceListPipelineCommands
-
brpop
- Specified by:
brpopin interfaceListPipelineCommands
-
brpop
- Specified by:
brpopin interfaceListPipelineCommands
-
blpop
- Specified by:
blpopin interfaceListPipelineCommands
-
blpop
- Specified by:
blpopin interfaceListPipelineCommands
-
brpop
- Specified by:
brpopin interfaceListPipelineCommands
-
brpop
- Specified by:
brpopin interfaceListPipelineCommands
-
rpoplpush
- Specified by:
rpoplpushin interfaceListPipelineCommands
-
brpoplpush
- Specified by:
brpoplpushin interfaceListPipelineCommands
-
lmove
- Specified by:
lmovein interfaceListPipelineCommands
-
blmove
public Response<String> blmove(String srcKey, String dstKey, ListDirection from, ListDirection to, double timeout) - Specified by:
blmovein interfaceListPipelineCommands
-
lmpop
- Specified by:
lmpopin interfaceListPipelineCommands
-
lmpop
public Response<KeyValue<String,List<String>>> lmpop(ListDirection direction, int count, String... keys) - Specified by:
lmpopin interfaceListPipelineCommands
-
blmpop
public Response<KeyValue<String,List<String>>> blmpop(long timeout, ListDirection direction, String... keys) - Specified by:
blmpopin interfaceListPipelineCommands
-
blmpop
public Response<KeyValue<String,List<String>>> blmpop(long timeout, ListDirection direction, int count, String... keys) - Specified by:
blmpopin interfaceListPipelineCommands
-
hset
- Specified by:
hsetin interfaceHashPipelineCommands
-
hset
- Specified by:
hsetin interfaceHashPipelineCommands
-
hget
- Specified by:
hgetin interfaceHashPipelineCommands
-
hsetnx
- Specified by:
hsetnxin interfaceHashPipelineCommands
-
hmset
- Specified by:
hmsetin interfaceHashPipelineCommands
-
hmget
- Specified by:
hmgetin interfaceHashPipelineCommands
-
hincrBy
- Specified by:
hincrByin interfaceHashPipelineCommands
-
hincrByFloat
- Specified by:
hincrByFloatin interfaceHashPipelineCommands
-
hexists
- Specified by:
hexistsin interfaceHashPipelineCommands
-
hdel
- Specified by:
hdelin interfaceHashPipelineCommands
-
hlen
- Specified by:
hlenin interfaceHashPipelineCommands
-
hkeys
- Specified by:
hkeysin interfaceHashPipelineCommands
-
hvals
- Specified by:
hvalsin interfaceHashPipelineCommands
-
hgetAll
- Specified by:
hgetAllin interfaceHashPipelineCommands
-
hrandfield
- Specified by:
hrandfieldin interfaceHashPipelineCommands
-
hrandfield
- Specified by:
hrandfieldin interfaceHashPipelineCommands
-
hrandfieldWithValues
- Specified by:
hrandfieldWithValuesin interfaceHashPipelineCommands
-
hscan
public Response<ScanResult<Map.Entry<String,String>>> hscan(String key, String cursor, ScanParams params) - Specified by:
hscanin interfaceHashPipelineCommands
-
hstrlen
- Specified by:
hstrlenin interfaceHashPipelineCommands
-
sadd
- Specified by:
saddin interfaceSetPipelineCommands
-
smembers
- Specified by:
smembersin interfaceSetPipelineCommands
-
srem
- Specified by:
sremin interfaceSetPipelineCommands
-
spop
- Specified by:
spopin interfaceSetPipelineCommands
-
spop
- Specified by:
spopin interfaceSetPipelineCommands
-
scard
- Specified by:
scardin interfaceSetPipelineCommands
-
sismember
- Specified by:
sismemberin interfaceSetPipelineCommands
-
smismember
- Specified by:
smismemberin interfaceSetPipelineCommands
-
srandmember
- Specified by:
srandmemberin interfaceSetPipelineCommands
-
srandmember
- Specified by:
srandmemberin interfaceSetPipelineCommands
-
sscan
- Specified by:
sscanin interfaceSetPipelineCommands
-
sdiff
- Specified by:
sdiffin interfaceSetPipelineCommands
-
sdiffstore
- Specified by:
sdiffstorein interfaceSetPipelineCommands
-
sinter
- Specified by:
sinterin interfaceSetPipelineCommands
-
sinterstore
- Specified by:
sinterstorein interfaceSetPipelineCommands
-
sintercard
- Specified by:
sintercardin interfaceSetPipelineCommands
-
sintercard
- Specified by:
sintercardin interfaceSetPipelineCommands
-
sunion
- Specified by:
sunionin interfaceSetPipelineCommands
-
sunionstore
- Specified by:
sunionstorein interfaceSetPipelineCommands
-
smove
- Specified by:
smovein interfaceSetPipelineCommands
-
zadd
- Specified by:
zaddin interfaceSortedSetPipelineCommands
-
zadd
- Specified by:
zaddin interfaceSortedSetPipelineCommands
-
zadd
- Specified by:
zaddin interfaceSortedSetPipelineCommands
-
zadd
- Specified by:
zaddin interfaceSortedSetPipelineCommands
-
zaddIncr
- Specified by:
zaddIncrin interfaceSortedSetPipelineCommands
-
zrem
- Specified by:
zremin interfaceSortedSetPipelineCommands
-
zincrby
- Specified by:
zincrbyin interfaceSortedSetPipelineCommands
-
zincrby
- Specified by:
zincrbyin interfaceSortedSetPipelineCommands
-
zrank
- Specified by:
zrankin interfaceSortedSetPipelineCommands
-
zrevrank
- Specified by:
zrevrankin interfaceSortedSetPipelineCommands
-
zrankWithScore
- Specified by:
zrankWithScorein interfaceSortedSetPipelineCommands
-
zrevrankWithScore
- Specified by:
zrevrankWithScorein interfaceSortedSetPipelineCommands
-
zrange
- Specified by:
zrangein interfaceSortedSetPipelineCommands
-
zrevrange
- Specified by:
zrevrangein interfaceSortedSetPipelineCommands
-
zrangeWithScores
- Specified by:
zrangeWithScoresin interfaceSortedSetPipelineCommands
-
zrevrangeWithScores
- Specified by:
zrevrangeWithScoresin interfaceSortedSetPipelineCommands
-
zrandmember
- Specified by:
zrandmemberin interfaceSortedSetPipelineCommands
-
zrandmember
- Specified by:
zrandmemberin interfaceSortedSetPipelineCommands
-
zrandmemberWithScores
- Specified by:
zrandmemberWithScoresin interfaceSortedSetPipelineCommands
-
zcard
- Specified by:
zcardin interfaceSortedSetPipelineCommands
-
zscore
- Specified by:
zscorein interfaceSortedSetPipelineCommands
-
zmscore
- Specified by:
zmscorein interfaceSortedSetPipelineCommands
-
zpopmax
- Specified by:
zpopmaxin interfaceSortedSetPipelineCommands
-
zpopmax
- Specified by:
zpopmaxin interfaceSortedSetPipelineCommands
-
zpopmin
- Specified by:
zpopminin interfaceSortedSetPipelineCommands
-
zpopmin
- Specified by:
zpopminin interfaceSortedSetPipelineCommands
-
zcount
- Specified by:
zcountin interfaceSortedSetPipelineCommands
-
zcount
- Specified by:
zcountin interfaceSortedSetPipelineCommands
-
zrangeByScore
- Specified by:
zrangeByScorein interfaceSortedSetPipelineCommands
-
zrangeByScore
- Specified by:
zrangeByScorein interfaceSortedSetPipelineCommands
-
zrevrangeByScore
- Specified by:
zrevrangeByScorein interfaceSortedSetPipelineCommands
-
zrangeByScore
public Response<List<String>> zrangeByScore(String key, double min, double max, int offset, int count) - Specified by:
zrangeByScorein interfaceSortedSetPipelineCommands
-
zrevrangeByScore
- Specified by:
zrevrangeByScorein interfaceSortedSetPipelineCommands
-
zrangeByScore
public Response<List<String>> zrangeByScore(String key, String min, String max, int offset, int count) - Specified by:
zrangeByScorein interfaceSortedSetPipelineCommands
-
zrevrangeByScore
public Response<List<String>> zrevrangeByScore(String key, double max, double min, int offset, int count) - Specified by:
zrevrangeByScorein interfaceSortedSetPipelineCommands
-
zrangeByScoreWithScores
- Specified by:
zrangeByScoreWithScoresin interfaceSortedSetPipelineCommands
-
zrevrangeByScoreWithScores
- Specified by:
zrevrangeByScoreWithScoresin interfaceSortedSetPipelineCommands
-
zrangeByScoreWithScores
public Response<List<Tuple>> zrangeByScoreWithScores(String key, double min, double max, int offset, int count) - Specified by:
zrangeByScoreWithScoresin interfaceSortedSetPipelineCommands
-
zrevrangeByScore
public Response<List<String>> zrevrangeByScore(String key, String max, String min, int offset, int count) - Specified by:
zrevrangeByScorein interfaceSortedSetPipelineCommands
-
zrangeByScoreWithScores
- Specified by:
zrangeByScoreWithScoresin interfaceSortedSetPipelineCommands
-
zrevrangeByScoreWithScores
- Specified by:
zrevrangeByScoreWithScoresin interfaceSortedSetPipelineCommands
-
zrangeByScoreWithScores
public Response<List<Tuple>> zrangeByScoreWithScores(String key, String min, String max, int offset, int count) - Specified by:
zrangeByScoreWithScoresin interfaceSortedSetPipelineCommands
-
zrevrangeByScoreWithScores
public Response<List<Tuple>> zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) - Specified by:
zrevrangeByScoreWithScoresin interfaceSortedSetPipelineCommands
-
zrevrangeByScoreWithScores
public Response<List<Tuple>> zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) - Specified by:
zrevrangeByScoreWithScoresin interfaceSortedSetPipelineCommands
-
zrange
- Specified by:
zrangein interfaceSortedSetPipelineCommands
-
zrangeWithScores
- Specified by:
zrangeWithScoresin interfaceSortedSetPipelineCommands
-
zrangestore
- Specified by:
zrangestorein interfaceSortedSetPipelineCommands
-
zremrangeByRank
- Specified by:
zremrangeByRankin interfaceSortedSetPipelineCommands
-
zremrangeByScore
- Specified by:
zremrangeByScorein interfaceSortedSetPipelineCommands
-
zremrangeByScore
- Specified by:
zremrangeByScorein interfaceSortedSetPipelineCommands
-
zlexcount
- Specified by:
zlexcountin interfaceSortedSetPipelineCommands
-
zrangeByLex
- Specified by:
zrangeByLexin interfaceSortedSetPipelineCommands
-
zrangeByLex
public Response<List<String>> zrangeByLex(String key, String min, String max, int offset, int count) - Specified by:
zrangeByLexin interfaceSortedSetPipelineCommands
-
zrevrangeByLex
- Specified by:
zrevrangeByLexin interfaceSortedSetPipelineCommands
-
zrevrangeByLex
public Response<List<String>> zrevrangeByLex(String key, String max, String min, int offset, int count) - Specified by:
zrevrangeByLexin interfaceSortedSetPipelineCommands
-
zremrangeByLex
- Specified by:
zremrangeByLexin interfaceSortedSetPipelineCommands
-
zscan
- Specified by:
zscanin interfaceSortedSetPipelineCommands
-
bzpopmax
- Specified by:
bzpopmaxin interfaceSortedSetPipelineCommands
-
bzpopmin
- Specified by:
bzpopminin interfaceSortedSetPipelineCommands
-
zmpop
- Specified by:
zmpopin interfaceSortedSetPipelineCommands
-
zmpop
public Response<KeyValue<String,List<Tuple>>> zmpop(SortedSetOption option, int count, String... keys) - Specified by:
zmpopin interfaceSortedSetPipelineCommands
-
bzmpop
public Response<KeyValue<String,List<Tuple>>> bzmpop(long timeout, SortedSetOption option, String... keys) - Specified by:
bzmpopin interfaceSortedSetPipelineCommands
-
bzmpop
public Response<KeyValue<String,List<Tuple>>> bzmpop(long timeout, SortedSetOption option, int count, String... keys) - Specified by:
bzmpopin interfaceSortedSetPipelineCommands
-
zdiff
- Specified by:
zdiffin interfaceSortedSetPipelineCommands
-
zdiffWithScores
- Specified by:
zdiffWithScoresin interfaceSortedSetPipelineCommands
-
zdiffStore
- Specified by:
zdiffStorein interfaceSortedSetPipelineCommands
-
zinterstore
- Specified by:
zinterstorein interfaceSortedSetPipelineCommands
-
zinterstore
- Specified by:
zinterstorein interfaceSortedSetPipelineCommands
-
zinter
- Specified by:
zinterin interfaceSortedSetPipelineCommands
-
zinterWithScores
- Specified by:
zinterWithScoresin interfaceSortedSetPipelineCommands
-
zintercard
- Specified by:
zintercardin interfaceSortedSetPipelineCommands
-
zintercard
- Specified by:
zintercardin interfaceSortedSetPipelineCommands
-
zunion
- Specified by:
zunionin interfaceSortedSetPipelineCommands
-
zunionWithScores
- Specified by:
zunionWithScoresin interfaceSortedSetPipelineCommands
-
zunionstore
- Specified by:
zunionstorein interfaceSortedSetPipelineCommands
-
zunionstore
- Specified by:
zunionstorein interfaceSortedSetPipelineCommands
-
geoadd
- Specified by:
geoaddin interfaceGeoPipelineCommands
-
geoadd
- Specified by:
geoaddin interfaceGeoPipelineCommands
-
geoadd
public Response<Long> geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) - Specified by:
geoaddin interfaceGeoPipelineCommands
-
geodist
- Specified by:
geodistin interfaceGeoPipelineCommands
-
geodist
- Specified by:
geodistin interfaceGeoPipelineCommands
-
geohash
- Specified by:
geohashin interfaceGeoPipelineCommands
-
geopos
- Specified by:
geoposin interfaceGeoPipelineCommands
-
georadius
public Response<List<GeoRadiusResponse>> georadius(String key, double longitude, double latitude, double radius, GeoUnit unit) - Specified by:
georadiusin interfaceGeoPipelineCommands
-
georadiusReadonly
public Response<List<GeoRadiusResponse>> georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) - Specified by:
georadiusReadonlyin interfaceGeoPipelineCommands
-
georadius
public Response<List<GeoRadiusResponse>> georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) - Specified by:
georadiusin interfaceGeoPipelineCommands
-
georadiusReadonly
public Response<List<GeoRadiusResponse>> georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) - Specified by:
georadiusReadonlyin interfaceGeoPipelineCommands
-
georadiusByMember
public Response<List<GeoRadiusResponse>> georadiusByMember(String key, String member, double radius, GeoUnit unit) - Specified by:
georadiusByMemberin interfaceGeoPipelineCommands
-
georadiusByMemberReadonly
public Response<List<GeoRadiusResponse>> georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) - Specified by:
georadiusByMemberReadonlyin interfaceGeoPipelineCommands
-
georadiusByMember
public Response<List<GeoRadiusResponse>> georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) - Specified by:
georadiusByMemberin interfaceGeoPipelineCommands
-
georadiusByMemberReadonly
public Response<List<GeoRadiusResponse>> georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) - Specified by:
georadiusByMemberReadonlyin interfaceGeoPipelineCommands
-
georadiusStore
public Response<Long> georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) - Specified by:
georadiusStorein interfaceGeoPipelineCommands
-
georadiusByMemberStore
public Response<Long> georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) - Specified by:
georadiusByMemberStorein interfaceGeoPipelineCommands
-
geosearch
public Response<List<GeoRadiusResponse>> geosearch(String key, String member, double radius, GeoUnit unit) - Specified by:
geosearchin interfaceGeoPipelineCommands
-
geosearch
public Response<List<GeoRadiusResponse>> geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) - Specified by:
geosearchin interfaceGeoPipelineCommands
-
geosearch
public Response<List<GeoRadiusResponse>> geosearch(String key, String member, double width, double height, GeoUnit unit) - Specified by:
geosearchin interfaceGeoPipelineCommands
-
geosearch
public Response<List<GeoRadiusResponse>> geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) - Specified by:
geosearchin interfaceGeoPipelineCommands
-
geosearch
- Specified by:
geosearchin interfaceGeoPipelineCommands
-
geosearchStore
public Response<Long> geosearchStore(String dest, String src, String member, double radius, GeoUnit unit) - Specified by:
geosearchStorein interfaceGeoPipelineCommands
-
geosearchStore
public Response<Long> geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) - Specified by:
geosearchStorein interfaceGeoPipelineCommands
-
geosearchStore
public Response<Long> geosearchStore(String dest, String src, String member, double width, double height, GeoUnit unit) - Specified by:
geosearchStorein interfaceGeoPipelineCommands
-
geosearchStore
public Response<Long> geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) - Specified by:
geosearchStorein interfaceGeoPipelineCommands
-
geosearchStore
- Specified by:
geosearchStorein interfaceGeoPipelineCommands
-
geosearchStoreStoreDist
- Specified by:
geosearchStoreStoreDistin interfaceGeoPipelineCommands
-
pfadd
- Specified by:
pfaddin interfaceHyperLogLogPipelineCommands
-
pfmerge
- Specified by:
pfmergein interfaceHyperLogLogPipelineCommands
-
pfcount
- Specified by:
pfcountin interfaceHyperLogLogPipelineCommands
-
pfcount
- Specified by:
pfcountin interfaceHyperLogLogPipelineCommands
-
xadd
Description copied from interface:StreamPipelineCommandsXADD key ID field string [field string ...]- Specified by:
xaddin interfaceStreamPipelineCommands- Returns:
- the ID of the added entry
-
xadd
- Specified by:
xaddin interfaceStreamPipelineCommands
-
xlen
Description copied from interface:StreamPipelineCommandsXLEN key- Specified by:
xlenin interfaceStreamPipelineCommands- Returns:
- length of stream
-
xrange
Description copied from interface:StreamPipelineCommandsXRANGE key start end- Specified by:
xrangein interfaceStreamPipelineCommands- Parameters:
key- keystart- minimumStreamEntryIDfor the retrieved range, passingnullwill indicate minimum ID possible in the streamend- maximumStreamEntryIDfor the retrieved range, passingnullwill indicate maximum ID possible in the stream- Returns:
- The entries with IDs matching the specified range.
-
xrange
public Response<List<StreamEntry>> xrange(String key, StreamEntryID start, StreamEntryID end, int count) Description copied from interface:StreamPipelineCommandsXRANGE key start end COUNT count- Specified by:
xrangein interfaceStreamPipelineCommands- Parameters:
key- keystart- minimumStreamEntryIDfor the retrieved range, passingnullwill indicate minimum ID possible in the streamend- maximumStreamEntryIDfor the retrieved range, passingnullwill indicate maximum ID possible in the streamcount- maximum number of entries returned- Returns:
- The entries with IDs matching the specified range.
-
xrevrange
Description copied from interface:StreamPipelineCommandsXREVRANGE key end start- Specified by:
xrevrangein interfaceStreamPipelineCommands- Parameters:
key- keyend- maximumStreamEntryIDfor the retrieved range, passingnullwill indicate maximum ID possible in the streamstart- minimumStreamEntryIDfor the retrieved range, passingnullwill indicate minimum ID possible in the stream- Returns:
- the entries with IDs matching the specified range, from the higher ID to the lower ID matching.
-
xrevrange
public Response<List<StreamEntry>> xrevrange(String key, StreamEntryID end, StreamEntryID start, int count) Description copied from interface:StreamPipelineCommandsXREVRANGE key end start COUNT count- Specified by:
xrevrangein interfaceStreamPipelineCommands- Parameters:
key- keyend- maximumStreamEntryIDfor the retrieved range, passingnullwill indicate maximum ID possible in the streamstart- minimumStreamEntryIDfor the retrieved range, passingnullwill indicate minimum ID possible in the streamcount- The entries with IDs matching the specified range.- Returns:
- the entries with IDs matching the specified range, from the higher ID to the lower ID matching.
-
xrange
- Specified by:
xrangein interfaceStreamPipelineCommands
-
xrange
- Specified by:
xrangein interfaceStreamPipelineCommands
-
xrevrange
- Specified by:
xrevrangein interfaceStreamPipelineCommands
-
xrevrange
- Specified by:
xrevrangein interfaceStreamPipelineCommands
-
xack
Description copied from interface:StreamPipelineCommandsXACK key group ID [ID ...]- Specified by:
xackin interfaceStreamPipelineCommands
-
xgroupCreate
public Response<String> xgroupCreate(String key, String groupName, StreamEntryID id, boolean makeStream) Description copied from interface:StreamPipelineCommandsXGROUP CREATE key groupName <id or $>- Specified by:
xgroupCreatein interfaceStreamPipelineCommands
-
xgroupSetID
Description copied from interface:StreamPipelineCommandsXGROUP SETID key groupName <id or $>- Specified by:
xgroupSetIDin interfaceStreamPipelineCommands
-
xgroupDestroy
Description copied from interface:StreamPipelineCommandsXGROUP DESTROY key groupName- Specified by:
xgroupDestroyin interfaceStreamPipelineCommands
-
xgroupCreateConsumer
Description copied from interface:StreamPipelineCommandsXGROUP CREATECONSUMER key groupName consumerName- Specified by:
xgroupCreateConsumerin interfaceStreamPipelineCommands
-
xgroupDelConsumer
Description copied from interface:StreamPipelineCommandsXGROUP DELCONSUMER key groupName consumerName- Specified by:
xgroupDelConsumerin interfaceStreamPipelineCommands
-
xpending
Description copied from interface:StreamPipelineCommandsXPENDING key group- Specified by:
xpendingin interfaceStreamPipelineCommands
-
xpending
public Response<List<StreamPendingEntry>> xpending(String key, String groupName, StreamEntryID start, StreamEntryID end, int count, String consumerName) Description copied from interface:StreamPipelineCommandsXPENDING key group [start end count] [consumer]- Specified by:
xpendingin interfaceStreamPipelineCommands
-
xpending
public Response<List<StreamPendingEntry>> xpending(String key, String groupName, XPendingParams params) Description copied from interface:StreamPipelineCommandsXPENDING key group [[IDLE min-idle-time] start end count [consumer]]- Specified by:
xpendingin interfaceStreamPipelineCommands
-
xdel
Description copied from interface:StreamPipelineCommandsXDEL key ID [ID ...]- Specified by:
xdelin interfaceStreamPipelineCommands
-
xtrim
Description copied from interface:StreamPipelineCommandsXTRIM key MAXLEN [~] count- Specified by:
xtrimin interfaceStreamPipelineCommands
-
xtrim
Description copied from interface:StreamPipelineCommandsXTRIM key MAXLEN|MINID [=|~] threshold [LIMIT count]- Specified by:
xtrimin interfaceStreamPipelineCommands
-
xclaim
public Response<List<StreamEntry>> xclaim(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) Description copied from interface:StreamPipelineCommandsXCLAIM key group consumer min-idle-time <ID-1> ... <ID-N> [IDLE <milliseconds>] [TIME <mstime>] [RETRYCOUNT <count>] [FORCE]- Specified by:
xclaimin interfaceStreamPipelineCommands
-
xclaimJustId
public Response<List<StreamEntryID>> xclaimJustId(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) Description copied from interface:StreamPipelineCommandsXCLAIM key group consumer min-idle-time <ID-1> ... <ID-N> [IDLE <milliseconds>] [TIME <mstime>] [RETRYCOUNT <count>] [FORCE] JUSTID- Specified by:
xclaimJustIdin interfaceStreamPipelineCommands
-
xautoclaim
public Response<Map.Entry<StreamEntryID,List<StreamEntry>>> xautoclaim(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) Description copied from interface:StreamPipelineCommandsXAUTOCLAIM key group consumer min-idle-time start [COUNT count]- Specified by:
xautoclaimin interfaceStreamPipelineCommands- Parameters:
key- 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, passingnullwill indicate '-'params-XAutoClaimParams
-
xautoclaimJustId
public Response<Map.Entry<StreamEntryID,List<StreamEntryID>>> xautoclaimJustId(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) Description copied from interface:StreamPipelineCommandsXAUTOCLAIM key group consumer min-idle-time start [COUNT count] JUSTID- Specified by:
xautoclaimJustIdin interfaceStreamPipelineCommands- Parameters:
key- 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, passingnullwill indicate '-'params-XAutoClaimParams
-
xinfoStream
Description copied from interface:StreamPipelineCommandsIntrospection command used in order to retrieve different information about the stream- Specified by:
xinfoStreamin interfaceStreamPipelineCommands- Parameters:
key- Stream name- Returns:
StreamInfothat contains information about the stream
-
xinfoStreamFull
Description copied from interface:StreamPipelineCommandsIntrospection command used in order to retrieve all information about the stream- Specified by:
xinfoStreamFullin interfaceStreamPipelineCommands- Parameters:
key- Stream name- Returns:
StreamFullInfothat contains information about the stream
-
xinfoStreamFull
Description copied from interface:StreamPipelineCommandsIntrospection command used in order to retrieve all information about the stream- Specified by:
xinfoStreamFullin interfaceStreamPipelineCommands- Parameters:
key- Stream namecount- stream info count- Returns:
StreamFullInfothat contains information about the stream
-
xinfoGroup
Deprecated.- Specified by:
xinfoGroupin interfaceStreamPipelineCommands
-
xinfoGroups
Description copied from interface:StreamPipelineCommandsIntrospection command used in order to retrieve different information about groups in the stream- Specified by:
xinfoGroupsin interfaceStreamPipelineCommands- Parameters:
key- Stream name- Returns:
- List of
StreamGroupInfocontaining information about groups
-
xinfoConsumers
Description copied from interface:StreamPipelineCommandsIntrospection command used in order to retrieve different information about consumers in the group- Specified by:
xinfoConsumersin interfaceStreamPipelineCommands- Parameters:
key- Stream namegroup- Group name- Returns:
- List of
StreamConsumersInfocontaining information about consumers that belong to the the group
-
xread
public Response<List<Map.Entry<String,List<StreamEntry>>>> xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) Description copied from interface:StreamPipelineCommandsXREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]- Specified by:
xreadin interfaceStreamPipelineCommands
-
xreadGroup
public Response<List<Map.Entry<String,List<StreamEntry>>>> xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) Description copied from interface:StreamPipelineCommandsXREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]- Specified by:
xreadGroupin interfaceStreamPipelineCommands
-
eval
- Specified by:
evalin interfaceScriptingKeyPipelineCommands
-
eval
- Specified by:
evalin interfaceScriptingKeyPipelineCommands
-
eval
- Specified by:
evalin interfaceScriptingKeyPipelineCommands
-
evalReadonly
- Specified by:
evalReadonlyin interfaceScriptingKeyPipelineCommands
-
evalsha
- Specified by:
evalshain interfaceScriptingKeyPipelineCommands
-
evalsha
- Specified by:
evalshain interfaceScriptingKeyPipelineCommands
-
evalsha
- Specified by:
evalshain interfaceScriptingKeyPipelineCommands
-
evalshaReadonly
- Specified by:
evalshaReadonlyin interfaceScriptingKeyPipelineCommands
-
waitReplicas
- Specified by:
waitReplicasin interfaceSampleKeyedPipelineCommands
-
waitAOF
public Response<KeyValue<Long,Long>> waitAOF(String sampleKey, long numLocal, long numReplicas, long timeout) - Specified by:
waitAOFin interfaceSampleKeyedPipelineCommands
-
eval
- Specified by:
evalin interfaceSampleKeyedPipelineCommands
-
evalsha
- Specified by:
evalshain interfaceSampleKeyedPipelineCommands
-
scriptExists
- Specified by:
scriptExistsin interfaceSampleKeyedPipelineCommands
-
scriptLoad
- Specified by:
scriptLoadin interfaceSampleKeyedPipelineCommands
-
scriptFlush
- Specified by:
scriptFlushin interfaceSampleKeyedPipelineCommands
-
scriptFlush
- Specified by:
scriptFlushin interfaceSampleKeyedPipelineCommands
-
scriptKill
- Specified by:
scriptKillin interfaceSampleKeyedPipelineCommands
-
fcall
- Specified by:
fcallin interfaceFunctionPipelineBinaryCommands
-
fcall
- Specified by:
fcallin interfaceFunctionPipelineCommands
-
fcallReadonly
- Specified by:
fcallReadonlyin interfaceFunctionPipelineBinaryCommands
-
fcallReadonly
- Specified by:
fcallReadonlyin interfaceFunctionPipelineCommands
-
functionDelete
- Specified by:
functionDeletein interfaceFunctionPipelineBinaryCommands
-
functionDelete
- Specified by:
functionDeletein interfaceFunctionPipelineCommands
-
functionDump
- Specified by:
functionDumpin interfaceFunctionPipelineBinaryCommands- Specified by:
functionDumpin interfaceFunctionPipelineCommands
-
functionList
- Specified by:
functionListin interfaceFunctionPipelineCommands
-
functionList
- Specified by:
functionListin interfaceFunctionPipelineCommands
-
functionListWithCode
- Specified by:
functionListWithCodein interfaceFunctionPipelineCommands
-
functionListWithCode
- Specified by:
functionListWithCodein interfaceFunctionPipelineCommands
-
functionListBinary
- Specified by:
functionListBinaryin interfaceFunctionPipelineBinaryCommands
-
functionList
- Specified by:
functionListin interfaceFunctionPipelineBinaryCommands
-
functionListWithCodeBinary
- Specified by:
functionListWithCodeBinaryin interfaceFunctionPipelineBinaryCommands
-
functionListWithCode
- Specified by:
functionListWithCodein interfaceFunctionPipelineBinaryCommands
-
functionLoad
- Specified by:
functionLoadin interfaceFunctionPipelineBinaryCommands
-
functionLoad
- Specified by:
functionLoadin interfaceFunctionPipelineCommands
-
functionLoadReplace
- Specified by:
functionLoadReplacein interfaceFunctionPipelineBinaryCommands
-
functionLoadReplace
- Specified by:
functionLoadReplacein interfaceFunctionPipelineCommands
-
functionRestore
- Specified by:
functionRestorein interfaceFunctionPipelineBinaryCommands- Specified by:
functionRestorein interfaceFunctionPipelineCommands
-
functionRestore
- Specified by:
functionRestorein interfaceFunctionPipelineBinaryCommands- Specified by:
functionRestorein interfaceFunctionPipelineCommands
-
functionFlush
- Specified by:
functionFlushin interfaceFunctionPipelineBinaryCommands- Specified by:
functionFlushin interfaceFunctionPipelineCommands
-
functionFlush
- Specified by:
functionFlushin interfaceFunctionPipelineBinaryCommands- Specified by:
functionFlushin interfaceFunctionPipelineCommands
-
functionKill
- Specified by:
functionKillin interfaceFunctionPipelineBinaryCommands- Specified by:
functionKillin interfaceFunctionPipelineCommands
-
functionStats
- Specified by:
functionStatsin interfaceFunctionPipelineCommands
-
functionStatsBinary
- Specified by:
functionStatsBinaryin interfaceFunctionPipelineBinaryCommands
-
publish
-
strAlgoLCSStrings
public Response<LCSMatchResult> strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) -
geoadd
- Specified by:
geoaddin interfaceGeoPipelineBinaryCommands
-
geoadd
- Specified by:
geoaddin interfaceGeoPipelineBinaryCommands
-
geoadd
public Response<Long> geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) - Specified by:
geoaddin interfaceGeoPipelineBinaryCommands
-
geodist
- Specified by:
geodistin interfaceGeoPipelineBinaryCommands
-
geodist
- Specified by:
geodistin interfaceGeoPipelineBinaryCommands
-
geohash
- Specified by:
geohashin interfaceGeoPipelineBinaryCommands
-
geopos
- Specified by:
geoposin interfaceGeoPipelineBinaryCommands
-
georadius
public Response<List<GeoRadiusResponse>> georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) - Specified by:
georadiusin interfaceGeoPipelineBinaryCommands
-
georadiusReadonly
public Response<List<GeoRadiusResponse>> georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) - Specified by:
georadiusReadonlyin interfaceGeoPipelineBinaryCommands
-
georadius
public Response<List<GeoRadiusResponse>> georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) - Specified by:
georadiusin interfaceGeoPipelineBinaryCommands
-
georadiusReadonly
public Response<List<GeoRadiusResponse>> georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) - Specified by:
georadiusReadonlyin interfaceGeoPipelineBinaryCommands
-
georadiusByMember
public Response<List<GeoRadiusResponse>> georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) - Specified by:
georadiusByMemberin interfaceGeoPipelineBinaryCommands
-
georadiusByMemberReadonly
public Response<List<GeoRadiusResponse>> georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) - Specified by:
georadiusByMemberReadonlyin interfaceGeoPipelineBinaryCommands
-
georadiusByMember
public Response<List<GeoRadiusResponse>> georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) - Specified by:
georadiusByMemberin interfaceGeoPipelineBinaryCommands
-
georadiusByMemberReadonly
public Response<List<GeoRadiusResponse>> georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) - Specified by:
georadiusByMemberReadonlyin interfaceGeoPipelineBinaryCommands
-
georadiusStore
public Response<Long> georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) - Specified by:
georadiusStorein interfaceGeoPipelineBinaryCommands
-
georadiusByMemberStore
public Response<Long> georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) - Specified by:
georadiusByMemberStorein interfaceGeoPipelineBinaryCommands
-
geosearch
public Response<List<GeoRadiusResponse>> geosearch(byte[] key, byte[] member, double radius, GeoUnit unit) - Specified by:
geosearchin interfaceGeoPipelineBinaryCommands
-
geosearch
public Response<List<GeoRadiusResponse>> geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) - Specified by:
geosearchin interfaceGeoPipelineBinaryCommands
-
geosearch
public Response<List<GeoRadiusResponse>> geosearch(byte[] key, byte[] member, double width, double height, GeoUnit unit) - Specified by:
geosearchin interfaceGeoPipelineBinaryCommands
-
geosearch
public Response<List<GeoRadiusResponse>> geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) - Specified by:
geosearchin interfaceGeoPipelineBinaryCommands
-
geosearch
- Specified by:
geosearchin interfaceGeoPipelineBinaryCommands
-
geosearchStore
public Response<Long> geosearchStore(byte[] dest, byte[] src, byte[] member, double radius, GeoUnit unit) - Specified by:
geosearchStorein interfaceGeoPipelineBinaryCommands
-
geosearchStore
public Response<Long> geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) - Specified by:
geosearchStorein interfaceGeoPipelineBinaryCommands
-
geosearchStore
public Response<Long> geosearchStore(byte[] dest, byte[] src, byte[] member, double width, double height, GeoUnit unit) - Specified by:
geosearchStorein interfaceGeoPipelineBinaryCommands
-
geosearchStore
public Response<Long> geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) - Specified by:
geosearchStorein interfaceGeoPipelineBinaryCommands
-
geosearchStore
- Specified by:
geosearchStorein interfaceGeoPipelineBinaryCommands
-
geosearchStoreStoreDist
- Specified by:
geosearchStoreStoreDistin interfaceGeoPipelineBinaryCommands
-
hset
- Specified by:
hsetin interfaceHashPipelineBinaryCommands
-
hset
- Specified by:
hsetin interfaceHashPipelineBinaryCommands
-
hget
- Specified by:
hgetin interfaceHashPipelineBinaryCommands
-
hsetnx
- Specified by:
hsetnxin interfaceHashPipelineBinaryCommands
-
hmset
- Specified by:
hmsetin interfaceHashPipelineBinaryCommands
-
hmget
- Specified by:
hmgetin interfaceHashPipelineBinaryCommands
-
hincrBy
- Specified by:
hincrByin interfaceHashPipelineBinaryCommands
-
hincrByFloat
- Specified by:
hincrByFloatin interfaceHashPipelineBinaryCommands
-
hexists
- Specified by:
hexistsin interfaceHashPipelineBinaryCommands
-
hdel
- Specified by:
hdelin interfaceHashPipelineBinaryCommands
-
hlen
- Specified by:
hlenin interfaceHashPipelineBinaryCommands
-
hkeys
- Specified by:
hkeysin interfaceHashPipelineBinaryCommands
-
hvals
- Specified by:
hvalsin interfaceHashPipelineBinaryCommands
-
hgetAll
- Specified by:
hgetAllin interfaceHashPipelineBinaryCommands
-
hrandfield
- Specified by:
hrandfieldin interfaceHashPipelineBinaryCommands
-
hrandfield
- Specified by:
hrandfieldin interfaceHashPipelineBinaryCommands
-
hrandfieldWithValues
- Specified by:
hrandfieldWithValuesin interfaceHashPipelineBinaryCommands
-
hscan
public Response<ScanResult<Map.Entry<byte[],byte[]>>> hscan(byte[] key, byte[] cursor, ScanParams params) - Specified by:
hscanin interfaceHashPipelineBinaryCommands
-
hstrlen
- Specified by:
hstrlenin interfaceHashPipelineBinaryCommands
-
pfadd
- Specified by:
pfaddin interfaceHyperLogLogPipelineBinaryCommands
-
pfmerge
- Specified by:
pfmergein interfaceHyperLogLogPipelineBinaryCommands
-
pfcount
- Specified by:
pfcountin interfaceHyperLogLogPipelineBinaryCommands
-
pfcount
- Specified by:
pfcountin interfaceHyperLogLogPipelineBinaryCommands
-
exists
- Specified by:
existsin interfaceKeyPipelineBinaryCommands
-
exists
- Specified by:
existsin interfaceKeyPipelineBinaryCommands
-
persist
- Specified by:
persistin interfaceKeyPipelineBinaryCommands
-
type
- Specified by:
typein interfaceKeyPipelineBinaryCommands
-
dump
- Specified by:
dumpin interfaceKeyPipelineBinaryCommands
-
restore
- Specified by:
restorein interfaceKeyPipelineBinaryCommands
-
restore
- Specified by:
restorein interfaceKeyPipelineBinaryCommands
-
expire
- Specified by:
expirein interfaceKeyPipelineBinaryCommands
-
expire
- Specified by:
expirein interfaceKeyPipelineBinaryCommands
-
pexpire
- Specified by:
pexpirein interfaceKeyPipelineBinaryCommands
-
pexpire
- Specified by:
pexpirein interfaceKeyPipelineBinaryCommands
-
expireTime
- Specified by:
expireTimein interfaceKeyPipelineBinaryCommands
-
pexpireTime
- Specified by:
pexpireTimein interfaceKeyPipelineBinaryCommands
-
expireAt
- Specified by:
expireAtin interfaceKeyPipelineBinaryCommands
-
expireAt
- Specified by:
expireAtin interfaceKeyPipelineBinaryCommands
-
pexpireAt
- Specified by:
pexpireAtin interfaceKeyPipelineBinaryCommands
-
pexpireAt
- Specified by:
pexpireAtin interfaceKeyPipelineBinaryCommands
-
ttl
- Specified by:
ttlin interfaceKeyPipelineBinaryCommands
-
pttl
- Specified by:
pttlin interfaceKeyPipelineBinaryCommands
-
touch
- Specified by:
touchin interfaceKeyPipelineBinaryCommands
-
touch
- Specified by:
touchin interfaceKeyPipelineBinaryCommands
-
sort
- Specified by:
sortin interfaceKeyPipelineBinaryCommands
-
sort
- Specified by:
sortin interfaceKeyPipelineBinaryCommands
-
sortReadonly
- Specified by:
sortReadonlyin interfaceKeyPipelineBinaryCommands
-
del
- Specified by:
delin interfaceKeyPipelineBinaryCommands
-
del
- Specified by:
delin interfaceKeyPipelineBinaryCommands
-
unlink
- Specified by:
unlinkin interfaceKeyPipelineBinaryCommands
-
unlink
- Specified by:
unlinkin interfaceKeyPipelineBinaryCommands
-
copy
- Specified by:
copyin interfaceKeyPipelineBinaryCommands
-
rename
- Specified by:
renamein interfaceKeyPipelineBinaryCommands
-
renamenx
- Specified by:
renamenxin interfaceKeyPipelineBinaryCommands
-
sort
- Specified by:
sortin interfaceKeyPipelineBinaryCommands
-
sort
- Specified by:
sortin interfaceKeyPipelineBinaryCommands
-
memoryUsage
- Specified by:
memoryUsagein interfaceKeyPipelineBinaryCommands
-
memoryUsage
- Specified by:
memoryUsagein interfaceKeyPipelineBinaryCommands
-
objectRefcount
- Specified by:
objectRefcountin interfaceKeyPipelineBinaryCommands
-
objectEncoding
- Specified by:
objectEncodingin interfaceKeyPipelineBinaryCommands
-
objectIdletime
- Specified by:
objectIdletimein interfaceKeyPipelineBinaryCommands
-
objectFreq
- Specified by:
objectFreqin interfaceKeyPipelineBinaryCommands
-
migrate
- Specified by:
migratein interfaceKeyPipelineBinaryCommands
-
migrate
public Response<String> migrate(String host, int port, int timeout, MigrateParams params, byte[]... keys) - Specified by:
migratein interfaceKeyPipelineBinaryCommands
-
keys
- Specified by:
keysin interfaceKeyPipelineBinaryCommands
-
scan
- Specified by:
scanin interfaceKeyPipelineBinaryCommands
-
scan
- Specified by:
scanin interfaceKeyPipelineBinaryCommands
-
scan
- Specified by:
scanin interfaceKeyPipelineBinaryCommands
-
randomBinaryKey
- Specified by:
randomBinaryKeyin interfaceKeyPipelineBinaryCommands
-
rpush
- Specified by:
rpushin interfaceListPipelineBinaryCommands
-
lpush
- Specified by:
lpushin interfaceListPipelineBinaryCommands
-
llen
- Specified by:
llenin interfaceListPipelineBinaryCommands
-
lrange
- Specified by:
lrangein interfaceListPipelineBinaryCommands
-
ltrim
- Specified by:
ltrimin interfaceListPipelineBinaryCommands
-
lindex
- Specified by:
lindexin interfaceListPipelineBinaryCommands
-
lset
- Specified by:
lsetin interfaceListPipelineBinaryCommands
-
lrem
- Specified by:
lremin interfaceListPipelineBinaryCommands
-
lpop
- Specified by:
lpopin interfaceListPipelineBinaryCommands
-
lpop
- Specified by:
lpopin interfaceListPipelineBinaryCommands
-
lpos
- Specified by:
lposin interfaceListPipelineBinaryCommands
-
lpos
- Specified by:
lposin interfaceListPipelineBinaryCommands
-
lpos
- Specified by:
lposin interfaceListPipelineBinaryCommands
-
rpop
- Specified by:
rpopin interfaceListPipelineBinaryCommands
-
rpop
- Specified by:
rpopin interfaceListPipelineBinaryCommands
-
linsert
- Specified by:
linsertin interfaceListPipelineBinaryCommands
-
lpushx
- Specified by:
lpushxin interfaceListPipelineBinaryCommands
-
rpushx
- Specified by:
rpushxin interfaceListPipelineBinaryCommands
-
blpop
- Specified by:
blpopin interfaceListPipelineBinaryCommands
-
blpop
- Specified by:
blpopin interfaceListPipelineBinaryCommands
-
brpop
- Specified by:
brpopin interfaceListPipelineBinaryCommands
-
brpop
- Specified by:
brpopin interfaceListPipelineBinaryCommands
-
rpoplpush
- Specified by:
rpoplpushin interfaceListPipelineBinaryCommands
-
brpoplpush
- Specified by:
brpoplpushin interfaceListPipelineBinaryCommands
-
lmove
- Specified by:
lmovein interfaceListPipelineBinaryCommands
-
blmove
public Response<byte[]> blmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to, double timeout) - Specified by:
blmovein interfaceListPipelineBinaryCommands
-
lmpop
- Specified by:
lmpopin interfaceListPipelineBinaryCommands
-
lmpop
public Response<KeyValue<byte[],List<byte[]>>> lmpop(ListDirection direction, int count, byte[]... keys) - Specified by:
lmpopin interfaceListPipelineBinaryCommands
-
blmpop
public Response<KeyValue<byte[],List<byte[]>>> blmpop(long timeout, ListDirection direction, byte[]... keys) - Specified by:
blmpopin interfaceListPipelineBinaryCommands
-
blmpop
public Response<KeyValue<byte[],List<byte[]>>> blmpop(long timeout, ListDirection direction, int count, byte[]... keys) - Specified by:
blmpopin interfaceListPipelineBinaryCommands
-
publish
-
strAlgoLCSStrings
public Response<LCSMatchResult> strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) -
waitReplicas
- Specified by:
waitReplicasin interfaceSampleBinaryKeyedPipelineCommands
-
waitAOF
public Response<KeyValue<Long,Long>> waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) - Specified by:
waitAOFin interfaceSampleBinaryKeyedPipelineCommands
-
eval
- Specified by:
evalin interfaceSampleBinaryKeyedPipelineCommands
-
evalsha
- Specified by:
evalshain interfaceSampleBinaryKeyedPipelineCommands
-
scriptExists
- Specified by:
scriptExistsin interfaceSampleBinaryKeyedPipelineCommands
-
scriptLoad
- Specified by:
scriptLoadin interfaceSampleBinaryKeyedPipelineCommands
-
scriptFlush
- Specified by:
scriptFlushin interfaceSampleBinaryKeyedPipelineCommands
-
scriptFlush
- Specified by:
scriptFlushin interfaceSampleBinaryKeyedPipelineCommands
-
scriptKill
- Specified by:
scriptKillin interfaceSampleBinaryKeyedPipelineCommands
-
eval
- Specified by:
evalin interfaceScriptingKeyPipelineBinaryCommands
-
eval
- Specified by:
evalin interfaceScriptingKeyPipelineBinaryCommands
-
eval
- Specified by:
evalin interfaceScriptingKeyPipelineBinaryCommands
-
evalReadonly
- Specified by:
evalReadonlyin interfaceScriptingKeyPipelineBinaryCommands
-
evalsha
- Specified by:
evalshain interfaceScriptingKeyPipelineBinaryCommands
-
evalsha
- Specified by:
evalshain interfaceScriptingKeyPipelineBinaryCommands
-
evalsha
- Specified by:
evalshain interfaceScriptingKeyPipelineBinaryCommands
-
evalshaReadonly
- Specified by:
evalshaReadonlyin interfaceScriptingKeyPipelineBinaryCommands
-
sadd
- Specified by:
saddin interfaceSetPipelineBinaryCommands
-
smembers
- Specified by:
smembersin interfaceSetPipelineBinaryCommands
-
srem
- Specified by:
sremin interfaceSetPipelineBinaryCommands
-
spop
- Specified by:
spopin interfaceSetPipelineBinaryCommands
-
spop
- Specified by:
spopin interfaceSetPipelineBinaryCommands
-
scard
- Specified by:
scardin interfaceSetPipelineBinaryCommands
-
sismember
- Specified by:
sismemberin interfaceSetPipelineBinaryCommands
-
smismember
- Specified by:
smismemberin interfaceSetPipelineBinaryCommands
-
srandmember
- Specified by:
srandmemberin interfaceSetPipelineBinaryCommands
-
srandmember
- Specified by:
srandmemberin interfaceSetPipelineBinaryCommands
-
sscan
- Specified by:
sscanin interfaceSetPipelineBinaryCommands
-
sdiff
- Specified by:
sdiffin interfaceSetPipelineBinaryCommands
-
sdiffstore
- Specified by:
sdiffstorein interfaceSetPipelineBinaryCommands
-
sinter
- Specified by:
sinterin interfaceSetPipelineBinaryCommands
-
sinterstore
- Specified by:
sinterstorein interfaceSetPipelineBinaryCommands
-
sintercard
- Specified by:
sintercardin interfaceSetPipelineBinaryCommands
-
sintercard
- Specified by:
sintercardin interfaceSetPipelineBinaryCommands
-
sunion
- Specified by:
sunionin interfaceSetPipelineBinaryCommands
-
sunionstore
- Specified by:
sunionstorein interfaceSetPipelineBinaryCommands
-
smove
- Specified by:
smovein interfaceSetPipelineBinaryCommands
-
zadd
- Specified by:
zaddin interfaceSortedSetPipelineBinaryCommands
-
zadd
- Specified by:
zaddin interfaceSortedSetPipelineBinaryCommands
-
zadd
- Specified by:
zaddin interfaceSortedSetPipelineBinaryCommands
-
zadd
- Specified by:
zaddin interfaceSortedSetPipelineBinaryCommands
-
zaddIncr
- Specified by:
zaddIncrin interfaceSortedSetPipelineBinaryCommands
-
zrem
- Specified by:
zremin interfaceSortedSetPipelineBinaryCommands
-
zincrby
- Specified by:
zincrbyin interfaceSortedSetPipelineBinaryCommands
-
zincrby
- Specified by:
zincrbyin interfaceSortedSetPipelineBinaryCommands
-
zrank
- Specified by:
zrankin interfaceSortedSetPipelineBinaryCommands
-
zrevrank
- Specified by:
zrevrankin interfaceSortedSetPipelineBinaryCommands
-
zrankWithScore
- Specified by:
zrankWithScorein interfaceSortedSetPipelineBinaryCommands
-
zrevrankWithScore
- Specified by:
zrevrankWithScorein interfaceSortedSetPipelineBinaryCommands
-
zrange
- Specified by:
zrangein interfaceSortedSetPipelineBinaryCommands
-
zrevrange
- Specified by:
zrevrangein interfaceSortedSetPipelineBinaryCommands
-
zrangeWithScores
- Specified by:
zrangeWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zrevrangeWithScores
- Specified by:
zrevrangeWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zrandmember
- Specified by:
zrandmemberin interfaceSortedSetPipelineBinaryCommands
-
zrandmember
- Specified by:
zrandmemberin interfaceSortedSetPipelineBinaryCommands
-
zrandmemberWithScores
- Specified by:
zrandmemberWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zcard
- Specified by:
zcardin interfaceSortedSetPipelineBinaryCommands
-
zscore
- Specified by:
zscorein interfaceSortedSetPipelineBinaryCommands
-
zmscore
- Specified by:
zmscorein interfaceSortedSetPipelineBinaryCommands
-
zpopmax
- Specified by:
zpopmaxin interfaceSortedSetPipelineBinaryCommands
-
zpopmax
- Specified by:
zpopmaxin interfaceSortedSetPipelineBinaryCommands
-
zpopmin
- Specified by:
zpopminin interfaceSortedSetPipelineBinaryCommands
-
zpopmin
- Specified by:
zpopminin interfaceSortedSetPipelineBinaryCommands
-
zcount
- Specified by:
zcountin interfaceSortedSetPipelineBinaryCommands
-
zcount
- Specified by:
zcountin interfaceSortedSetPipelineBinaryCommands
-
zrangeByScore
- Specified by:
zrangeByScorein interfaceSortedSetPipelineBinaryCommands
-
zrangeByScore
- Specified by:
zrangeByScorein interfaceSortedSetPipelineBinaryCommands
-
zrevrangeByScore
- Specified by:
zrevrangeByScorein interfaceSortedSetPipelineBinaryCommands
-
zrangeByScore
public Response<List<byte[]>> zrangeByScore(byte[] key, double min, double max, int offset, int count) - Specified by:
zrangeByScorein interfaceSortedSetPipelineBinaryCommands
-
zrevrangeByScore
- Specified by:
zrevrangeByScorein interfaceSortedSetPipelineBinaryCommands
-
zrangeByScore
public Response<List<byte[]>> zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count) - Specified by:
zrangeByScorein interfaceSortedSetPipelineBinaryCommands
-
zrevrangeByScore
public Response<List<byte[]>> zrevrangeByScore(byte[] key, double max, double min, int offset, int count) - Specified by:
zrevrangeByScorein interfaceSortedSetPipelineBinaryCommands
-
zrangeByScoreWithScores
- Specified by:
zrangeByScoreWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zrevrangeByScoreWithScores
- Specified by:
zrevrangeByScoreWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zrangeByScoreWithScores
public Response<List<Tuple>> zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) - Specified by:
zrangeByScoreWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zrevrangeByScore
public Response<List<byte[]>> zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count) - Specified by:
zrevrangeByScorein interfaceSortedSetPipelineBinaryCommands
-
zrangeByScoreWithScores
- Specified by:
zrangeByScoreWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zrevrangeByScoreWithScores
- Specified by:
zrevrangeByScoreWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zrangeByScoreWithScores
public Response<List<Tuple>> zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) - Specified by:
zrangeByScoreWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zrevrangeByScoreWithScores
public Response<List<Tuple>> zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) - Specified by:
zrevrangeByScoreWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zrevrangeByScoreWithScores
public Response<List<Tuple>> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) - Specified by:
zrevrangeByScoreWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zremrangeByRank
- Specified by:
zremrangeByRankin interfaceSortedSetPipelineBinaryCommands
-
zremrangeByScore
- Specified by:
zremrangeByScorein interfaceSortedSetPipelineBinaryCommands
-
zremrangeByScore
- Specified by:
zremrangeByScorein interfaceSortedSetPipelineBinaryCommands
-
zlexcount
- Specified by:
zlexcountin interfaceSortedSetPipelineBinaryCommands
-
zrangeByLex
- Specified by:
zrangeByLexin interfaceSortedSetPipelineBinaryCommands
-
zrangeByLex
public Response<List<byte[]>> zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count) - Specified by:
zrangeByLexin interfaceSortedSetPipelineBinaryCommands
-
zrevrangeByLex
- Specified by:
zrevrangeByLexin interfaceSortedSetPipelineBinaryCommands
-
zrevrangeByLex
public Response<List<byte[]>> zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count) - Specified by:
zrevrangeByLexin interfaceSortedSetPipelineBinaryCommands
-
zrange
- Specified by:
zrangein interfaceSortedSetPipelineBinaryCommands
-
zrangeWithScores
- Specified by:
zrangeWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zrangestore
- Specified by:
zrangestorein interfaceSortedSetPipelineBinaryCommands
-
zremrangeByLex
- Specified by:
zremrangeByLexin interfaceSortedSetPipelineBinaryCommands
-
zscan
- Specified by:
zscanin interfaceSortedSetPipelineBinaryCommands
-
bzpopmax
- Specified by:
bzpopmaxin interfaceSortedSetPipelineBinaryCommands
-
bzpopmin
- Specified by:
bzpopminin interfaceSortedSetPipelineBinaryCommands
-
zmpop
- Specified by:
zmpopin interfaceSortedSetPipelineBinaryCommands
-
zmpop
public Response<KeyValue<byte[],List<Tuple>>> zmpop(SortedSetOption option, int count, byte[]... keys) - Specified by:
zmpopin interfaceSortedSetPipelineBinaryCommands
-
bzmpop
public Response<KeyValue<byte[],List<Tuple>>> bzmpop(long timeout, SortedSetOption option, byte[]... keys) - Specified by:
bzmpopin interfaceSortedSetPipelineBinaryCommands
-
bzmpop
public Response<KeyValue<byte[],List<Tuple>>> bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) - Specified by:
bzmpopin interfaceSortedSetPipelineBinaryCommands
-
zdiff
- Specified by:
zdiffin interfaceSortedSetPipelineBinaryCommands
-
zdiffWithScores
- Specified by:
zdiffWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zdiffStore
- Specified by:
zdiffStorein interfaceSortedSetPipelineBinaryCommands
-
zinter
- Specified by:
zinterin interfaceSortedSetPipelineBinaryCommands
-
zinterWithScores
- Specified by:
zinterWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zinterstore
- Specified by:
zinterstorein interfaceSortedSetPipelineBinaryCommands
-
zinterstore
- Specified by:
zinterstorein interfaceSortedSetPipelineBinaryCommands
-
zintercard
- Specified by:
zintercardin interfaceSortedSetPipelineBinaryCommands
-
zintercard
- Specified by:
zintercardin interfaceSortedSetPipelineBinaryCommands
-
zunion
- Specified by:
zunionin interfaceSortedSetPipelineBinaryCommands
-
zunionWithScores
- Specified by:
zunionWithScoresin interfaceSortedSetPipelineBinaryCommands
-
zunionstore
- Specified by:
zunionstorein interfaceSortedSetPipelineBinaryCommands
-
zunionstore
- Specified by:
zunionstorein interfaceSortedSetPipelineBinaryCommands
-
xadd
- Specified by:
xaddin interfaceStreamPipelineBinaryCommands
-
xlen
- Specified by:
xlenin interfaceStreamPipelineBinaryCommands
-
xrange
- Specified by:
xrangein interfaceStreamPipelineBinaryCommands
-
xrange
- Specified by:
xrangein interfaceStreamPipelineBinaryCommands
-
xrevrange
- Specified by:
xrevrangein interfaceStreamPipelineBinaryCommands
-
xrevrange
- Specified by:
xrevrangein interfaceStreamPipelineBinaryCommands
-
xack
- Specified by:
xackin interfaceStreamPipelineBinaryCommands
-
xgroupCreate
- Specified by:
xgroupCreatein interfaceStreamPipelineBinaryCommands
-
xgroupSetID
- Specified by:
xgroupSetIDin interfaceStreamPipelineBinaryCommands
-
xgroupDestroy
- Specified by:
xgroupDestroyin interfaceStreamPipelineBinaryCommands
-
xgroupCreateConsumer
- Specified by:
xgroupCreateConsumerin interfaceStreamPipelineBinaryCommands
-
xgroupDelConsumer
- Specified by:
xgroupDelConsumerin interfaceStreamPipelineBinaryCommands
-
xdel
- Specified by:
xdelin interfaceStreamPipelineBinaryCommands
-
xtrim
- Specified by:
xtrimin interfaceStreamPipelineBinaryCommands
-
xtrim
- Specified by:
xtrimin interfaceStreamPipelineBinaryCommands
-
xpending
- Specified by:
xpendingin interfaceStreamPipelineBinaryCommands
-
xpending
public Response<List<Object>> xpending(byte[] key, byte[] groupName, byte[] start, byte[] end, int count, byte[] consumerName) - Specified by:
xpendingin interfaceStreamPipelineBinaryCommands
-
xpending
- Specified by:
xpendingin interfaceStreamPipelineBinaryCommands
-
xclaim
public Response<List<byte[]>> xclaim(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) - Specified by:
xclaimin interfaceStreamPipelineBinaryCommands
-
xclaimJustId
public Response<List<byte[]>> xclaimJustId(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) - Specified by:
xclaimJustIdin interfaceStreamPipelineBinaryCommands
-
xautoclaim
public Response<List<Object>> xautoclaim(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) - Specified by:
xautoclaimin interfaceStreamPipelineBinaryCommands
-
xautoclaimJustId
public Response<List<Object>> xautoclaimJustId(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) - Specified by:
xautoclaimJustIdin interfaceStreamPipelineBinaryCommands
-
xinfoStream
- Specified by:
xinfoStreamin interfaceStreamPipelineBinaryCommands
-
xinfoStreamFull
Description copied from interface:StreamPipelineBinaryCommandsIntrospection command used in order to retrieve all information about the stream- Specified by:
xinfoStreamFullin interfaceStreamPipelineBinaryCommands- Parameters:
key- Stream name
-
xinfoStreamFull
Description copied from interface:StreamPipelineBinaryCommandsIntrospection command used in order to retrieve all information about the stream- Specified by:
xinfoStreamFullin interfaceStreamPipelineBinaryCommands- Parameters:
key- Stream namecount- stream info count
-
xinfoGroup
Deprecated.- Specified by:
xinfoGroupin interfaceStreamPipelineBinaryCommands
-
xinfoGroups
- Specified by:
xinfoGroupsin interfaceStreamPipelineBinaryCommands
-
xinfoConsumers
- Specified by:
xinfoConsumersin interfaceStreamPipelineBinaryCommands
-
xread
- Specified by:
xreadin interfaceStreamPipelineBinaryCommands
-
xreadGroup
public Response<List<Object>> xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) - Specified by:
xreadGroupin interfaceStreamPipelineBinaryCommands
-
set
- Specified by:
setin interfaceStringPipelineBinaryCommands
-
set
- Specified by:
setin interfaceStringPipelineBinaryCommands
-
get
- Specified by:
getin interfaceStringPipelineBinaryCommands
-
setGet
Description copied from interface:StringPipelineBinaryCommandsWARNING:SetParams.get()MUST NOT be used with this method.- Specified by:
setGetin interfaceStringPipelineBinaryCommands
-
getDel
- Specified by:
getDelin interfaceStringPipelineBinaryCommands
-
getEx
- Specified by:
getExin interfaceStringPipelineBinaryCommands
-
setbit
- Specified by:
setbitin interfaceBitPipelineBinaryCommands
-
getbit
- Specified by:
getbitin interfaceBitPipelineBinaryCommands
-
setrange
- Specified by:
setrangein interfaceStringPipelineBinaryCommands
-
getrange
- Specified by:
getrangein interfaceStringPipelineBinaryCommands
-
getSet
- Specified by:
getSetin interfaceStringPipelineBinaryCommands
-
setnx
- Specified by:
setnxin interfaceStringPipelineBinaryCommands
-
setex
- Specified by:
setexin interfaceStringPipelineBinaryCommands
-
psetex
- Specified by:
psetexin interfaceStringPipelineBinaryCommands
-
mget
- Specified by:
mgetin interfaceStringPipelineBinaryCommands
-
mset
- Specified by:
msetin interfaceStringPipelineBinaryCommands
-
msetnx
- Specified by:
msetnxin interfaceStringPipelineBinaryCommands
-
incr
- Specified by:
incrin interfaceStringPipelineBinaryCommands
-
incrBy
- Specified by:
incrByin interfaceStringPipelineBinaryCommands
-
incrByFloat
- Specified by:
incrByFloatin interfaceStringPipelineBinaryCommands
-
decr
- Specified by:
decrin interfaceStringPipelineBinaryCommands
-
decrBy
- Specified by:
decrByin interfaceStringPipelineBinaryCommands
-
append
- Specified by:
appendin interfaceStringPipelineBinaryCommands
-
substr
- Specified by:
substrin interfaceStringPipelineBinaryCommands
-
strlen
- Specified by:
strlenin interfaceStringPipelineBinaryCommands
-
bitcount
- Specified by:
bitcountin interfaceBitPipelineBinaryCommands
-
bitcount
- Specified by:
bitcountin interfaceBitPipelineBinaryCommands
-
bitcount
- Specified by:
bitcountin interfaceBitPipelineBinaryCommands
-
bitpos
- Specified by:
bitposin interfaceBitPipelineBinaryCommands
-
bitpos
- Specified by:
bitposin interfaceBitPipelineBinaryCommands
-
bitfield
- Specified by:
bitfieldin interfaceBitPipelineBinaryCommands
-
bitfieldReadonly
- Specified by:
bitfieldReadonlyin interfaceBitPipelineBinaryCommands
-
bitop
- Specified by:
bitopin interfaceBitPipelineBinaryCommands
-
strAlgoLCSKeys
- Specified by:
strAlgoLCSKeysin interfaceStringPipelineBinaryCommands
-
ftCreate
- Specified by:
ftCreatein interfaceRediSearchPipelineCommands
-
ftCreate
public Response<String> ftCreate(String indexName, FTCreateParams createParams, Iterable<SchemaField> schemaFields) - Specified by:
ftCreatein interfaceRediSearchPipelineCommands
-
ftAlter
- Specified by:
ftAlterin interfaceRediSearchPipelineCommands
-
ftAlter
- Specified by:
ftAlterin interfaceRediSearchPipelineCommands
-
ftSearch
- Specified by:
ftSearchin interfaceRediSearchPipelineCommands
-
ftSearch
- Specified by:
ftSearchin interfaceRediSearchPipelineCommands
-
ftSearch
- Specified by:
ftSearchin interfaceRediSearchPipelineCommands
-
ftSearch
- Specified by:
ftSearchin interfaceRediSearchPipelineCommands
-
ftExplain
- Specified by:
ftExplainin interfaceRediSearchPipelineCommands
-
ftExplainCLI
- Specified by:
ftExplainCLIin interfaceRediSearchPipelineCommands
-
ftAggregate
- Specified by:
ftAggregatein interfaceRediSearchPipelineCommands
-
ftCursorRead
@Deprecated public Response<AggregationResult> ftCursorRead(String indexName, long cursorId, int count) Deprecated.- Specified by:
ftCursorReadin interfaceRediSearchPipelineCommands
-
ftCursorDel
Deprecated.- Specified by:
ftCursorDelin interfaceRediSearchPipelineCommands
-
ftDropIndex
Deprecated.- Specified by:
ftDropIndexin interfaceRediSearchPipelineCommands
-
ftDropIndexDD
Deprecated.- Specified by:
ftDropIndexDDin interfaceRediSearchPipelineCommands
-
ftSynUpdate
- Specified by:
ftSynUpdatein interfaceRediSearchPipelineCommands
-
ftSynDump
- Specified by:
ftSynDumpin interfaceRediSearchPipelineCommands
-
ftDictAdd
- Specified by:
ftDictAddin interfaceRediSearchPipelineCommands
-
ftDictDel
- Specified by:
ftDictDelin interfaceRediSearchPipelineCommands
-
ftDictDump
- Specified by:
ftDictDumpin interfaceRediSearchPipelineCommands
-
ftDictAddBySampleKey
- Specified by:
ftDictAddBySampleKeyin interfaceRediSearchPipelineCommands
-
ftDictDelBySampleKey
- Specified by:
ftDictDelBySampleKeyin interfaceRediSearchPipelineCommands
-
ftDictDumpBySampleKey
- Specified by:
ftDictDumpBySampleKeyin interfaceRediSearchPipelineCommands
-
ftSpellCheck
- Specified by:
ftSpellCheckin interfaceRediSearchPipelineCommands
-
ftSpellCheck
public Response<Map<String,Map<String, ftSpellCheckDouble>>> (String index, String query, FTSpellCheckParams spellCheckParams) - Specified by:
ftSpellCheckin interfaceRediSearchPipelineCommands
-
ftInfo
- Specified by:
ftInfoin interfaceRediSearchPipelineCommands
-
ftTagVals
- Specified by:
ftTagValsin interfaceRediSearchPipelineCommands
-
ftAliasAdd
Deprecated.- Specified by:
ftAliasAddin interfaceRediSearchPipelineCommands
-
ftAliasUpdate
Deprecated.- Specified by:
ftAliasUpdatein interfaceRediSearchPipelineCommands
-
ftAliasDel
Deprecated.- Specified by:
ftAliasDelin interfaceRediSearchPipelineCommands
-
ftConfigGet
- Specified by:
ftConfigGetin interfaceRediSearchPipelineCommands
-
ftConfigGet
- Specified by:
ftConfigGetin interfaceRediSearchPipelineCommands
-
ftConfigSet
- Specified by:
ftConfigSetin interfaceRediSearchPipelineCommands
-
ftConfigSet
- Specified by:
ftConfigSetin interfaceRediSearchPipelineCommands
-
ftSugAdd
- Specified by:
ftSugAddin interfaceRediSearchPipelineCommands
-
ftSugAddIncr
- Specified by:
ftSugAddIncrin interfaceRediSearchPipelineCommands
-
ftSugGet
- Specified by:
ftSugGetin interfaceRediSearchPipelineCommands
-
ftSugGet
- Specified by:
ftSugGetin interfaceRediSearchPipelineCommands
-
ftSugGetWithScores
- Specified by:
ftSugGetWithScoresin interfaceRediSearchPipelineCommands
-
ftSugGetWithScores
- Specified by:
ftSugGetWithScoresin interfaceRediSearchPipelineCommands
-
ftSugDel
- Specified by:
ftSugDelin interfaceRediSearchPipelineCommands
-
ftSugLen
- Specified by:
ftSugLenin interfaceRediSearchPipelineCommands
-
lcs
- Specified by:
lcsin interfaceStringPipelineBinaryCommands
-
jsonSet
- Specified by:
jsonSetin interfaceRedisJsonPipelineCommands
-
jsonSetWithEscape
- Specified by:
jsonSetWithEscapein interfaceRedisJsonPipelineCommands
-
jsonSet
- Specified by:
jsonSetin interfaceRedisJsonPipelineCommands
-
jsonSet
- Specified by:
jsonSetin interfaceRedisJsonPipelineCommands
-
jsonSetWithEscape
public Response<String> jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) - Specified by:
jsonSetWithEscapein interfaceRedisJsonPipelineCommands
-
jsonSet
- Specified by:
jsonSetin interfaceRedisJsonPipelineCommands
-
jsonGet
- Specified by:
jsonGetin interfaceRedisJsonPipelineCommands
-
jsonGet
- Specified by:
jsonGetin interfaceRedisJsonPipelineCommands
-
jsonGet
- Specified by:
jsonGetin interfaceRedisJsonPipelineCommands
-
jsonGet
- Specified by:
jsonGetin interfaceRedisJsonPipelineCommands
-
jsonGet
- Specified by:
jsonGetin interfaceRedisJsonPipelineCommands
-
jsonMGet
- Specified by:
jsonMGetin interfaceRedisJsonPipelineCommands
-
jsonMGet
- Specified by:
jsonMGetin interfaceRedisJsonPipelineCommands
-
jsonDel
- Specified by:
jsonDelin interfaceRedisJsonPipelineCommands
-
jsonDel
- Specified by:
jsonDelin interfaceRedisJsonPipelineCommands
-
jsonDel
- Specified by:
jsonDelin interfaceRedisJsonPipelineCommands
-
jsonClear
- Specified by:
jsonClearin interfaceRedisJsonPipelineCommands
-
jsonClear
- Specified by:
jsonClearin interfaceRedisJsonPipelineCommands
-
jsonClear
- Specified by:
jsonClearin interfaceRedisJsonPipelineCommands
-
jsonToggle
- Specified by:
jsonTogglein interfaceRedisJsonPipelineCommands
-
jsonToggle
- Specified by:
jsonTogglein interfaceRedisJsonPipelineCommands
-
jsonType
- Specified by:
jsonTypein interfaceRedisJsonPipelineCommands
-
jsonType
- Specified by:
jsonTypein interfaceRedisJsonPipelineCommands
-
jsonType
- Specified by:
jsonTypein interfaceRedisJsonPipelineCommands
-
jsonStrAppend
- Specified by:
jsonStrAppendin interfaceRedisJsonPipelineCommands
-
jsonStrAppend
- Specified by:
jsonStrAppendin interfaceRedisJsonPipelineCommands
-
jsonStrAppend
- Specified by:
jsonStrAppendin interfaceRedisJsonPipelineCommands
-
jsonStrLen
- Specified by:
jsonStrLenin interfaceRedisJsonPipelineCommands
-
jsonStrLen
- Specified by:
jsonStrLenin interfaceRedisJsonPipelineCommands
-
jsonStrLen
- Specified by:
jsonStrLenin interfaceRedisJsonPipelineCommands
-
jsonNumIncrBy
- Specified by:
jsonNumIncrByin interfaceRedisJsonPipelineCommands
-
jsonNumIncrBy
- Specified by:
jsonNumIncrByin interfaceRedisJsonPipelineCommands
-
jsonArrAppend
- Specified by:
jsonArrAppendin interfaceRedisJsonPipelineCommands
-
jsonArrAppendWithEscape
- Specified by:
jsonArrAppendWithEscapein interfaceRedisJsonPipelineCommands
-
jsonArrAppend
- Specified by:
jsonArrAppendin interfaceRedisJsonPipelineCommands
-
jsonArrIndex
- Specified by:
jsonArrIndexin interfaceRedisJsonPipelineCommands
-
jsonArrIndexWithEscape
- Specified by:
jsonArrIndexWithEscapein interfaceRedisJsonPipelineCommands
-
jsonArrIndex
- Specified by:
jsonArrIndexin interfaceRedisJsonPipelineCommands
-
jsonArrInsert
- Specified by:
jsonArrInsertin interfaceRedisJsonPipelineCommands
-
jsonArrInsertWithEscape
public Response<List<Long>> jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) - Specified by:
jsonArrInsertWithEscapein interfaceRedisJsonPipelineCommands
-
jsonArrInsert
- Specified by:
jsonArrInsertin interfaceRedisJsonPipelineCommands
-
jsonArrPop
- Specified by:
jsonArrPopin interfaceRedisJsonPipelineCommands
-
jsonArrLen
- Specified by:
jsonArrLenin interfaceRedisJsonPipelineCommands
-
jsonArrTrim
- Specified by:
jsonArrTrimin interfaceRedisJsonPipelineCommands
-
jsonArrTrim
- Specified by:
jsonArrTrimin interfaceRedisJsonPipelineCommands
-
jsonArrPop
- Specified by:
jsonArrPopin interfaceRedisJsonPipelineCommands
-
jsonArrPop
- Specified by:
jsonArrPopin interfaceRedisJsonPipelineCommands
-
jsonArrPop
- Specified by:
jsonArrPopin interfaceRedisJsonPipelineCommands
-
jsonArrPop
- Specified by:
jsonArrPopin interfaceRedisJsonPipelineCommands
-
jsonArrLen
- Specified by:
jsonArrLenin interfaceRedisJsonPipelineCommands
-
jsonArrLen
- Specified by:
jsonArrLenin interfaceRedisJsonPipelineCommands
-
jsonArrPop
- Specified by:
jsonArrPopin interfaceRedisJsonPipelineCommands
-
jsonArrPop
- Specified by:
jsonArrPopin interfaceRedisJsonPipelineCommands
-
jsonArrPop
- Specified by:
jsonArrPopin interfaceRedisJsonPipelineCommands
-
tsCreate
- Specified by:
tsCreatein interfaceRedisTimeSeriesPipelineCommands
-
tsCreate
- Specified by:
tsCreatein interfaceRedisTimeSeriesPipelineCommands
-
tsDel
- Specified by:
tsDelin interfaceRedisTimeSeriesPipelineCommands
-
tsAlter
- Specified by:
tsAlterin interfaceRedisTimeSeriesPipelineCommands
-
tsAdd
- Specified by:
tsAddin interfaceRedisTimeSeriesPipelineCommands
-
tsAdd
- Specified by:
tsAddin interfaceRedisTimeSeriesPipelineCommands
-
tsAdd
- Specified by:
tsAddin interfaceRedisTimeSeriesPipelineCommands
-
tsMAdd
- Specified by:
tsMAddin interfaceRedisTimeSeriesPipelineCommands
-
tsIncrBy
- Specified by:
tsIncrByin interfaceRedisTimeSeriesPipelineCommands
-
tsIncrBy
- Specified by:
tsIncrByin interfaceRedisTimeSeriesPipelineCommands
-
tsDecrBy
- Specified by:
tsDecrByin interfaceRedisTimeSeriesPipelineCommands
-
tsDecrBy
- Specified by:
tsDecrByin interfaceRedisTimeSeriesPipelineCommands
-
tsRange
- Specified by:
tsRangein interfaceRedisTimeSeriesPipelineCommands
-
tsRange
- Specified by:
tsRangein interfaceRedisTimeSeriesPipelineCommands
-
tsRevRange
- Specified by:
tsRevRangein interfaceRedisTimeSeriesPipelineCommands
-
tsRevRange
- Specified by:
tsRevRangein interfaceRedisTimeSeriesPipelineCommands
-
tsMRange
public Response<List<TSKeyedElements>> tsMRange(long fromTimestamp, long toTimestamp, String... filters) - Specified by:
tsMRangein interfaceRedisTimeSeriesPipelineCommands
-
tsMRange
- Specified by:
tsMRangein interfaceRedisTimeSeriesPipelineCommands
-
tsMRevRange
public Response<List<TSKeyedElements>> tsMRevRange(long fromTimestamp, long toTimestamp, String... filters) - Specified by:
tsMRevRangein interfaceRedisTimeSeriesPipelineCommands
-
tsMRevRange
- Specified by:
tsMRevRangein interfaceRedisTimeSeriesPipelineCommands
-
tsGet
- Specified by:
tsGetin interfaceRedisTimeSeriesPipelineCommands
-
tsGet
- Specified by:
tsGetin interfaceRedisTimeSeriesPipelineCommands
-
tsMGet
- Specified by:
tsMGetin interfaceRedisTimeSeriesPipelineCommands
-
tsCreateRule
public Response<String> tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) - Specified by:
tsCreateRulein interfaceRedisTimeSeriesPipelineCommands
-
tsCreateRule
public Response<String> tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) - Specified by:
tsCreateRulein interfaceRedisTimeSeriesPipelineCommands
-
tsDeleteRule
- Specified by:
tsDeleteRulein interfaceRedisTimeSeriesPipelineCommands
-
tsQueryIndex
- Specified by:
tsQueryIndexin interfaceRedisTimeSeriesPipelineCommands
-
bfReserve
- Specified by:
bfReservein interfaceBloomFilterPipelineCommands
-
bfReserve
public Response<String> bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) - Specified by:
bfReservein interfaceBloomFilterPipelineCommands
-
bfAdd
- Specified by:
bfAddin interfaceBloomFilterPipelineCommands
-
bfMAdd
- Specified by:
bfMAddin interfaceBloomFilterPipelineCommands
-
bfInsert
- Specified by:
bfInsertin interfaceBloomFilterPipelineCommands
-
bfInsert
- Specified by:
bfInsertin interfaceBloomFilterPipelineCommands
-
bfExists
- Specified by:
bfExistsin interfaceBloomFilterPipelineCommands
-
bfMExists
- Specified by:
bfMExistsin interfaceBloomFilterPipelineCommands
-
bfScanDump
- Specified by:
bfScanDumpin interfaceBloomFilterPipelineCommands
-
bfLoadChunk
- Specified by:
bfLoadChunkin interfaceBloomFilterPipelineCommands
-
bfCard
- Specified by:
bfCardin interfaceBloomFilterPipelineCommands
-
bfInfo
- Specified by:
bfInfoin interfaceBloomFilterPipelineCommands
-
cfReserve
- Specified by:
cfReservein interfaceCuckooFilterPipelineCommands
-
cfReserve
- Specified by:
cfReservein interfaceCuckooFilterPipelineCommands
-
cfAdd
- Specified by:
cfAddin interfaceCuckooFilterPipelineCommands
-
cfAddNx
- Specified by:
cfAddNxin interfaceCuckooFilterPipelineCommands
-
cfInsert
- Specified by:
cfInsertin interfaceCuckooFilterPipelineCommands
-
cfInsert
- Specified by:
cfInsertin interfaceCuckooFilterPipelineCommands
-
cfInsertNx
- Specified by:
cfInsertNxin interfaceCuckooFilterPipelineCommands
-
cfInsertNx
- Specified by:
cfInsertNxin interfaceCuckooFilterPipelineCommands
-
cfExists
- Specified by:
cfExistsin interfaceCuckooFilterPipelineCommands
-
cfDel
- Specified by:
cfDelin interfaceCuckooFilterPipelineCommands
-
cfCount
- Specified by:
cfCountin interfaceCuckooFilterPipelineCommands
-
cfScanDump
- Specified by:
cfScanDumpin interfaceCuckooFilterPipelineCommands
-
cfLoadChunk
- Specified by:
cfLoadChunkin interfaceCuckooFilterPipelineCommands
-
cfInfo
- Specified by:
cfInfoin interfaceCuckooFilterPipelineCommands
-
cmsInitByDim
- Specified by:
cmsInitByDimin interfaceCountMinSketchPipelineCommands
-
cmsInitByProb
- Specified by:
cmsInitByProbin interfaceCountMinSketchPipelineCommands
-
cmsIncrBy
- Specified by:
cmsIncrByin interfaceCountMinSketchPipelineCommands
-
cmsQuery
- Specified by:
cmsQueryin interfaceCountMinSketchPipelineCommands
-
cmsMerge
- Specified by:
cmsMergein interfaceCountMinSketchPipelineCommands
-
cmsMerge
- Specified by:
cmsMergein interfaceCountMinSketchPipelineCommands
-
cmsInfo
- Specified by:
cmsInfoin interfaceCountMinSketchPipelineCommands
-
topkReserve
- Specified by:
topkReservein interfaceTopKFilterPipelineCommands
-
topkReserve
- Specified by:
topkReservein interfaceTopKFilterPipelineCommands
-
topkAdd
- Specified by:
topkAddin interfaceTopKFilterPipelineCommands
-
topkIncrBy
- Specified by:
topkIncrByin interfaceTopKFilterPipelineCommands
-
topkQuery
- Specified by:
topkQueryin interfaceTopKFilterPipelineCommands
-
topkCount
- Specified by:
topkCountin interfaceTopKFilterPipelineCommands
-
topkList
- Specified by:
topkListin interfaceTopKFilterPipelineCommands
-
topkListWithCount
- Specified by:
topkListWithCountin interfaceTopKFilterPipelineCommands
-
topkInfo
- Specified by:
topkInfoin interfaceTopKFilterPipelineCommands
-
tdigestCreate
- Specified by:
tdigestCreatein interfaceTDigestSketchPipelineCommands
-
tdigestCreate
- Specified by:
tdigestCreatein interfaceTDigestSketchPipelineCommands
-
tdigestReset
- Specified by:
tdigestResetin interfaceTDigestSketchPipelineCommands
-
tdigestMerge
- Specified by:
tdigestMergein interfaceTDigestSketchPipelineCommands
-
tdigestMerge
public Response<String> tdigestMerge(TDigestMergeParams mergeParams, String destinationKey, String... sourceKeys) - Specified by:
tdigestMergein interfaceTDigestSketchPipelineCommands
-
tdigestInfo
- Specified by:
tdigestInfoin interfaceTDigestSketchPipelineCommands
-
tdigestAdd
- Specified by:
tdigestAddin interfaceTDigestSketchPipelineCommands
-
tdigestCDF
- Specified by:
tdigestCDFin interfaceTDigestSketchPipelineCommands
-
tdigestQuantile
- Specified by:
tdigestQuantilein interfaceTDigestSketchPipelineCommands
-
tdigestMin
- Specified by:
tdigestMinin interfaceTDigestSketchPipelineCommands
-
tdigestMax
- Specified by:
tdigestMaxin interfaceTDigestSketchPipelineCommands
-
tdigestTrimmedMean
public Response<Double> tdigestTrimmedMean(String key, double lowCutQuantile, double highCutQuantile) - Specified by:
tdigestTrimmedMeanin interfaceTDigestSketchPipelineCommands
-
tdigestRank
- Specified by:
tdigestRankin interfaceTDigestSketchPipelineCommands
-
tdigestRevRank
- Specified by:
tdigestRevRankin interfaceTDigestSketchPipelineCommands
-
tdigestByRank
- Specified by:
tdigestByRankin interfaceTDigestSketchPipelineCommands
-
tdigestByRevRank
- Specified by:
tdigestByRevRankin interfaceTDigestSketchPipelineCommands
-
graphQuery
- Specified by:
graphQueryin interfaceRedisGraphPipelineCommands
-
graphReadonlyQuery
- Specified by:
graphReadonlyQueryin interfaceRedisGraphPipelineCommands
-
graphQuery
- Specified by:
graphQueryin interfaceRedisGraphPipelineCommands
-
graphReadonlyQuery
- Specified by:
graphReadonlyQueryin interfaceRedisGraphPipelineCommands
-
graphQuery
- Specified by:
graphQueryin interfaceRedisGraphPipelineCommands
-
graphReadonlyQuery
- Specified by:
graphReadonlyQueryin interfaceRedisGraphPipelineCommands
-
graphQuery
public Response<ResultSet> graphQuery(String name, String query, Map<String, Object> params, long timeout) - Specified by:
graphQueryin interfaceRedisGraphPipelineCommands
-
graphReadonlyQuery
public Response<ResultSet> graphReadonlyQuery(String name, String query, Map<String, Object> params, long timeout) - Specified by:
graphReadonlyQueryin interfaceRedisGraphPipelineCommands
-
graphDelete
- Specified by:
graphDeletein interfaceRedisGraphPipelineCommands
-
graphProfile
- Specified by:
graphProfilein interfaceRedisGraphPipelineCommands
-
waitReplicas
-
waitAOF
-
time
-
select
Description copied from interface:DatabasePipelineCommandsSelect the DB with having the specified zero-based numeric index.- Specified by:
selectin interfaceDatabasePipelineCommands- Parameters:
index- the index of db- Returns:
- OK
-
dbSize
Description copied from interface:DatabasePipelineCommandsReturn the number of keys in the currently-selected database.- Specified by:
dbSizein interfaceDatabasePipelineCommands- Returns:
- The number of keys
-
swapDB
Description copied from interface:DatabasePipelineCommandsThis command swaps two Redis databases, so that immediately all the clients connected to a given database will see the data of the other database, and the other way around.- Specified by:
swapDBin interfaceDatabasePipelineCommands- Parameters:
index1-index2-- Returns:
- OK
-
move
Description copied from interface:DatabasePipelineCommandsMove the specified key from the currently selected DB to the specified destination DB. Note that this command returns 1 only if the key was successfully moved, and 0 if the target key was already there or if the source key was not found at all, so it is possible to use MOVE as a locking primitive.- Specified by:
movein interfaceDatabasePipelineCommands- Parameters:
key- The specified keydbIndex- Specified destination database- Returns:
- 1 if the key was moved, 0 if the key was not moved because already present on the target DB or was not found in the current DB
-
move
Description copied from interface:DatabasePipelineCommandsBinary version ofMOVE.- Specified by:
movein interfaceDatabasePipelineCommands- See Also:
-
copy
Description copied from interface:DatabasePipelineCommandsCopy the value stored at the source key to the destination key.- Specified by:
copyin interfaceDatabasePipelineCommands- Parameters:
srcKey- The source key.dstKey- The destination key.db- Allows specifying an alternative logical database index for the destination key.replace- Removes the destination key before copying the value to it, in order to avoid error.
-
copy
Description copied from interface:DatabasePipelineCommandsBinary version ofCOPY.- Specified by:
copyin interfaceDatabasePipelineCommands- See Also:
-
migrate
Description copied from interface:DatabasePipelineCommandsBinary version ofMIGRATE.- Specified by:
migratein interfaceDatabasePipelineCommands- See Also:
-
migrate
Description copied from interface:DatabasePipelineCommandsMigrate Command Atomically transfer a key from a source Redis instance to a destination Redis instance. On success the key is deleted from the original instance and is guaranteed to exist in the target instance.- Specified by:
migratein interfaceDatabasePipelineCommands- Parameters:
host- Target hostport- Target portkey- Migrate keydestinationDB- Target dbtimeout- The maximum idle time in any moment of the communication with the destination instance in milliseconds.- Returns:
- OK on success, or NOKEY if no keys were found in the source instance
-
migrate
public Response<String> migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, byte[]... keys) Description copied from interface:DatabasePipelineCommandsBinary version ofMIGRATE.- Specified by:
migratein interfaceDatabasePipelineCommands- See Also:
-
migrate
public Response<String> migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, String... keys) Description copied from interface:DatabasePipelineCommandsMigrate Command Atomically transfer a key from a source Redis instance to a destination Redis instance. On success the key is deleted from the original instance and is guaranteed to exist in the target instance.- Specified by:
migratein interfaceDatabasePipelineCommands- Parameters:
host- Target hostport- Target portdestinationDB- Target dbtimeout- The maximum idle time in any moment of the communication with the destination instance in milliseconds.params-MigrateParamskeys- The keys to migrate- Returns:
- OK on success, or NOKEY if no keys were found in the source instance.
-
sendCommand
-
sendCommand
-
sendCommand
-
executeCommand
-
setJsonObjectMapper
-