Uses of Class
redis.clients.jedis.Response
Packages that use Response
Package
Description
This package contains the interfaces that contain methods representing RedisBloom commands.
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes and interfaces related to RedisGraph module.
This package contains the classes and interfaces related to RedisJSON module.
This package contains the classes and interfaces related to RediSearch module.
This package contains the classes and interfaces related to RedisTimeSeries module.
-
Uses of Response in redis.clients.jedis
Fields in redis.clients.jedis declared as ResponseFields in redis.clients.jedis with type parameters of type ResponseModifier and TypeFieldDescriptionprivate final Map<HostAndPort, Queue<Response<?>>> MultiNodePipelineBase.pipelinedResponsesQueable.pipelinedResponsesDeprecated.Methods in redis.clients.jedis that return ResponseModifier and TypeMethodDescriptionMultiNodePipelineBase.append(byte[] key, byte[] value) Pipeline.append(byte[] key, byte[] value) TransactionBase.append(byte[] key, byte[] value) protected final <T> Response<T> MultiNodePipelineBase.appendCommand(CommandObject<T> commandObject) final <T> Response<T> Pipeline.appendCommand(CommandObject<T> commandObject) protected final <T> Response<T> TransactionBase.appendCommand(CommandObject<T> commandObject) MultiNodePipelineBase.bfInsert(String key, BFInsertParams insertParams, String... items) Pipeline.bfInsert(String key, BFInsertParams insertParams, String... items) TransactionBase.bfInsert(String key, BFInsertParams insertParams, String... items) MultiNodePipelineBase.bfLoadChunk(String key, long iterator, byte[] data) Pipeline.bfLoadChunk(String key, long iterator, byte[] data) TransactionBase.bfLoadChunk(String key, long iterator, byte[] data) MultiNodePipelineBase.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) Pipeline.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) TransactionBase.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) MultiNodePipelineBase.bfScanDump(String key, long iterator) Pipeline.bfScanDump(String key, long iterator) TransactionBase.bfScanDump(String key, long iterator) MultiNodePipelineBase.bitcount(byte[] key) MultiNodePipelineBase.bitcount(byte[] key, long start, long end) MultiNodePipelineBase.bitcount(byte[] key, long start, long end, BitCountOption option) MultiNodePipelineBase.bitcount(String key, long start, long end, BitCountOption option) Pipeline.bitcount(byte[] key) Pipeline.bitcount(byte[] key, long start, long end) Pipeline.bitcount(byte[] key, long start, long end, BitCountOption option) Pipeline.bitcount(String key, long start, long end, BitCountOption option) TransactionBase.bitcount(byte[] key) TransactionBase.bitcount(byte[] key, long start, long end) TransactionBase.bitcount(byte[] key, long start, long end, BitCountOption option) TransactionBase.bitcount(String key, long start, long end, BitCountOption option) MultiNodePipelineBase.bitfield(byte[] key, byte[]... arguments) Pipeline.bitfield(byte[] key, byte[]... arguments) TransactionBase.bitfield(byte[] key, byte[]... arguments) MultiNodePipelineBase.bitfieldReadonly(byte[] key, byte[]... arguments) MultiNodePipelineBase.bitfieldReadonly(String key, String... arguments) Pipeline.bitfieldReadonly(byte[] key, byte[]... arguments) Pipeline.bitfieldReadonly(String key, String... arguments) TransactionBase.bitfieldReadonly(byte[] key, byte[]... arguments) TransactionBase.bitfieldReadonly(String key, String... arguments) MultiNodePipelineBase.bitpos(byte[] key, boolean value) MultiNodePipelineBase.bitpos(byte[] key, boolean value, BitPosParams params) MultiNodePipelineBase.bitpos(String key, boolean value, BitPosParams params) Pipeline.bitpos(byte[] key, boolean value) Pipeline.bitpos(byte[] key, boolean value, BitPosParams params) Pipeline.bitpos(String key, boolean value, BitPosParams params) TransactionBase.bitpos(byte[] key, boolean value) TransactionBase.bitpos(byte[] key, boolean value, BitPosParams params) TransactionBase.bitpos(String key, boolean value, BitPosParams params) Response<byte[]> MultiNodePipelineBase.blmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to, double timeout) MultiNodePipelineBase.blmove(String srcKey, String dstKey, ListDirection from, ListDirection to, double timeout) Response<byte[]> Pipeline.blmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to, double timeout) Pipeline.blmove(String srcKey, String dstKey, ListDirection from, ListDirection to, double timeout) Response<byte[]> TransactionBase.blmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to, double timeout) TransactionBase.blmove(String srcKey, String dstKey, ListDirection from, ListDirection to, double timeout) MultiNodePipelineBase.blmpop(long timeout, ListDirection direction, byte[]... keys) MultiNodePipelineBase.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) MultiNodePipelineBase.blmpop(long timeout, ListDirection direction, int count, String... keys) MultiNodePipelineBase.blmpop(long timeout, ListDirection direction, String... keys) Pipeline.blmpop(long timeout, ListDirection direction, byte[]... keys) Pipeline.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) Pipeline.blmpop(long timeout, ListDirection direction, int count, String... keys) Pipeline.blmpop(long timeout, ListDirection direction, String... keys) TransactionBase.blmpop(long timeout, ListDirection direction, byte[]... keys) TransactionBase.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) TransactionBase.blmpop(long timeout, ListDirection direction, int count, String... keys) TransactionBase.blmpop(long timeout, ListDirection direction, String... keys) MultiNodePipelineBase.blpop(double timeout, byte[]... keys) MultiNodePipelineBase.blpop(int timeout, byte[]... keys) Pipeline.blpop(double timeout, byte[]... keys) Pipeline.blpop(int timeout, byte[]... keys) TransactionBase.blpop(double timeout, byte[]... keys) TransactionBase.blpop(int timeout, byte[]... keys) MultiNodePipelineBase.brpop(double timeout, byte[]... keys) MultiNodePipelineBase.brpop(int timeout, byte[]... keys) Pipeline.brpop(double timeout, byte[]... keys) Pipeline.brpop(int timeout, byte[]... keys) TransactionBase.brpop(double timeout, byte[]... keys) TransactionBase.brpop(int timeout, byte[]... keys) Response<byte[]> MultiNodePipelineBase.brpoplpush(byte[] source, byte[] destination, int timeout) MultiNodePipelineBase.brpoplpush(String source, String destination, int timeout) Response<byte[]> Pipeline.brpoplpush(byte[] source, byte[] destination, int timeout) Pipeline.brpoplpush(String source, String destination, int timeout) Response<byte[]> TransactionBase.brpoplpush(byte[] source, byte[] destination, int timeout) TransactionBase.brpoplpush(String source, String destination, int timeout) MultiNodePipelineBase.bzmpop(long timeout, SortedSetOption option, byte[]... keys) MultiNodePipelineBase.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) MultiNodePipelineBase.bzmpop(long timeout, SortedSetOption option, int count, String... keys) MultiNodePipelineBase.bzmpop(long timeout, SortedSetOption option, String... keys) Pipeline.bzmpop(long timeout, SortedSetOption option, byte[]... keys) Pipeline.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) Pipeline.bzmpop(long timeout, SortedSetOption option, int count, String... keys) Pipeline.bzmpop(long timeout, SortedSetOption option, String... keys) TransactionBase.bzmpop(long timeout, SortedSetOption option, byte[]... keys) TransactionBase.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) TransactionBase.bzmpop(long timeout, SortedSetOption option, int count, String... keys) TransactionBase.bzmpop(long timeout, SortedSetOption option, String... keys) MultiNodePipelineBase.bzpopmax(double timeout, byte[]... keys) Pipeline.bzpopmax(double timeout, byte[]... keys) TransactionBase.bzpopmax(double timeout, byte[]... keys) MultiNodePipelineBase.bzpopmin(double timeout, byte[]... keys) Pipeline.bzpopmin(double timeout, byte[]... keys) TransactionBase.bzpopmin(double timeout, byte[]... keys) MultiNodePipelineBase.cfInsert(String key, CFInsertParams insertParams, String... items) Pipeline.cfInsert(String key, CFInsertParams insertParams, String... items) TransactionBase.cfInsert(String key, CFInsertParams insertParams, String... items) MultiNodePipelineBase.cfInsertNx(String key, String... items) MultiNodePipelineBase.cfInsertNx(String key, CFInsertParams insertParams, String... items) Pipeline.cfInsertNx(String key, String... items) Pipeline.cfInsertNx(String key, CFInsertParams insertParams, String... items) TransactionBase.cfInsertNx(String key, String... items) TransactionBase.cfInsertNx(String key, CFInsertParams insertParams, String... items) MultiNodePipelineBase.cfLoadChunk(String key, long iterator, byte[] data) Pipeline.cfLoadChunk(String key, long iterator, byte[] data) TransactionBase.cfLoadChunk(String key, long iterator, byte[] data) MultiNodePipelineBase.cfReserve(String key, long capacity, CFReserveParams reserveParams) Pipeline.cfReserve(String key, long capacity, CFReserveParams reserveParams) TransactionBase.cfReserve(String key, long capacity, CFReserveParams reserveParams) MultiNodePipelineBase.cfScanDump(String key, long iterator) Pipeline.cfScanDump(String key, long iterator) TransactionBase.cfScanDump(String key, long iterator) MultiNodePipelineBase.cmsInitByDim(String key, long width, long depth) Pipeline.cmsInitByDim(String key, long width, long depth) TransactionBase.cmsInitByDim(String key, long width, long depth) MultiNodePipelineBase.cmsInitByProb(String key, double error, double probability) Pipeline.cmsInitByProb(String key, double error, double probability) TransactionBase.cmsInitByProb(String key, double error, double probability) MultiNodePipelineBase.copy(byte[] srcKey, byte[] dstKey, boolean replace) Pipeline.copy(byte[] srcKey, byte[] dstKey, boolean replace) Pipeline.copy(byte[] srcKey, byte[] dstKey, int db, boolean replace) TransactionBase.copy(byte[] srcKey, byte[] dstKey, boolean replace) Pipeline.dbSize()MultiNodePipelineBase.decr(byte[] key) Pipeline.decr(byte[] key) TransactionBase.decr(byte[] key) MultiNodePipelineBase.decrBy(byte[] key, long decrement) Pipeline.decrBy(byte[] key, long decrement) TransactionBase.decrBy(byte[] key, long decrement) MultiNodePipelineBase.del(byte[] key) MultiNodePipelineBase.del(byte[]... keys) Pipeline.del(byte[] key) Pipeline.del(byte[]... keys) TransactionBase.del(byte[] key) TransactionBase.del(byte[]... keys) Response<byte[]> MultiNodePipelineBase.dump(byte[] key) Response<byte[]> Response<byte[]> Pipeline.dump(byte[] key) Response<byte[]> Response<byte[]> TransactionBase.dump(byte[] key) Response<byte[]> protected final <T> Response<T> Queable.enqueResponse(Builder<T> builder) Deprecated.MultiNodePipelineBase.eval(byte[] script) MultiNodePipelineBase.eval(byte[] script, byte[] sampleKey) MultiNodePipelineBase.eval(byte[] script, int keyCount, byte[]... params) Pipeline.eval(byte[] script) Pipeline.eval(byte[] script, byte[] sampleKey) Pipeline.eval(byte[] script, int keyCount, byte[]... params) TransactionBase.eval(byte[] script) TransactionBase.eval(byte[] script, byte[] sampleKey) TransactionBase.eval(byte[] script, int keyCount, byte[]... params) MultiNodePipelineBase.evalReadonly(byte[] script, List<byte[]> keys, List<byte[]> args) Pipeline.evalReadonly(byte[] script, List<byte[]> keys, List<byte[]> args) TransactionBase.evalReadonly(byte[] script, List<byte[]> keys, List<byte[]> args) MultiNodePipelineBase.evalsha(byte[] sha1) MultiNodePipelineBase.evalsha(byte[] sha1, byte[] sampleKey) MultiNodePipelineBase.evalsha(byte[] sha1, int keyCount, byte[]... params) Pipeline.evalsha(byte[] sha1) Pipeline.evalsha(byte[] sha1, byte[] sampleKey) Pipeline.evalsha(byte[] sha1, int keyCount, byte[]... params) TransactionBase.evalsha(byte[] sha1) TransactionBase.evalsha(byte[] sha1, byte[] sampleKey) TransactionBase.evalsha(byte[] sha1, int keyCount, byte[]... params) MultiNodePipelineBase.evalshaReadonly(byte[] sha1, List<byte[]> keys, List<byte[]> args) Pipeline.evalshaReadonly(byte[] sha1, List<byte[]> keys, List<byte[]> args) TransactionBase.evalshaReadonly(byte[] sha1, List<byte[]> keys, List<byte[]> args) <T> Response<T> Pipeline.executeCommand(CommandObject<T> command) <T> Response<T> TransactionBase.executeCommand(CommandObject<T> command) MultiNodePipelineBase.exists(byte[] key) MultiNodePipelineBase.exists(byte[]... keys) Pipeline.exists(byte[] key) Pipeline.exists(byte[]... keys) TransactionBase.exists(byte[] key) TransactionBase.exists(byte[]... keys) MultiNodePipelineBase.expire(byte[] key, long seconds) MultiNodePipelineBase.expire(byte[] key, long seconds, ExpiryOption expiryOption) MultiNodePipelineBase.expire(String key, long seconds, ExpiryOption expiryOption) Pipeline.expire(byte[] key, long seconds) Pipeline.expire(byte[] key, long seconds, ExpiryOption expiryOption) Pipeline.expire(String key, long seconds, ExpiryOption expiryOption) TransactionBase.expire(byte[] key, long seconds) TransactionBase.expire(byte[] key, long seconds, ExpiryOption expiryOption) TransactionBase.expire(String key, long seconds, ExpiryOption expiryOption) MultiNodePipelineBase.expireAt(byte[] key, long unixTime) MultiNodePipelineBase.expireAt(byte[] key, long unixTime, ExpiryOption expiryOption) MultiNodePipelineBase.expireAt(String key, long unixTime, ExpiryOption expiryOption) Pipeline.expireAt(byte[] key, long unixTime) Pipeline.expireAt(byte[] key, long unixTime, ExpiryOption expiryOption) Pipeline.expireAt(String key, long unixTime, ExpiryOption expiryOption) TransactionBase.expireAt(byte[] key, long unixTime) TransactionBase.expireAt(byte[] key, long unixTime, ExpiryOption expiryOption) TransactionBase.expireAt(String key, long unixTime, ExpiryOption expiryOption) MultiNodePipelineBase.expireTime(byte[] key) MultiNodePipelineBase.expireTime(String key) Pipeline.expireTime(byte[] key) Pipeline.expireTime(String key) TransactionBase.expireTime(byte[] key) TransactionBase.expireTime(String key) MultiNodePipelineBase.fcallReadonly(byte[] name, List<byte[]> keys, List<byte[]> args) Pipeline.fcallReadonly(byte[] name, List<byte[]> keys, List<byte[]> args) TransactionBase.fcallReadonly(byte[] name, List<byte[]> keys, List<byte[]> args) MultiNodePipelineBase.ftAggregate(String indexName, AggregationBuilder aggr) Pipeline.ftAggregate(String indexName, AggregationBuilder aggr) TransactionBase.ftAggregate(String indexName, AggregationBuilder aggr) MultiNodePipelineBase.ftAliasAdd(String aliasName, String indexName) Deprecated.Pipeline.ftAliasAdd(String aliasName, String indexName) Deprecated.TransactionBase.ftAliasAdd(String aliasName, String indexName) Deprecated.MultiNodePipelineBase.ftAliasDel(String aliasName) Deprecated.Pipeline.ftAliasDel(String aliasName) Deprecated.TransactionBase.ftAliasDel(String aliasName) Deprecated.MultiNodePipelineBase.ftAliasUpdate(String aliasName, String indexName) Deprecated.Pipeline.ftAliasUpdate(String aliasName, String indexName) Deprecated.TransactionBase.ftAliasUpdate(String aliasName, String indexName) Deprecated.MultiNodePipelineBase.ftAlter(String indexName, Iterable<SchemaField> schemaFields) Pipeline.ftAlter(String indexName, Iterable<SchemaField> schemaFields) TransactionBase.ftAlter(String indexName, Iterable<SchemaField> schemaFields) MultiNodePipelineBase.ftConfigGet(String option) MultiNodePipelineBase.ftConfigGet(String indexName, String option) Pipeline.ftConfigGet(String option) Pipeline.ftConfigGet(String indexName, String option) TransactionBase.ftConfigGet(String option) TransactionBase.ftConfigGet(String indexName, String option) MultiNodePipelineBase.ftConfigSet(String option, String value) MultiNodePipelineBase.ftConfigSet(String indexName, String option, String value) Pipeline.ftConfigSet(String option, String value) Pipeline.ftConfigSet(String indexName, String option, String value) TransactionBase.ftConfigSet(String option, String value) TransactionBase.ftConfigSet(String indexName, String option, String value) MultiNodePipelineBase.ftCreate(String indexName, FTCreateParams createParams, Iterable<SchemaField> schemaFields) MultiNodePipelineBase.ftCreate(String indexName, IndexOptions indexOptions, Schema schema) Pipeline.ftCreate(String indexName, FTCreateParams createParams, Iterable<SchemaField> schemaFields) Pipeline.ftCreate(String indexName, IndexOptions indexOptions, Schema schema) TransactionBase.ftCreate(String indexName, FTCreateParams createParams, Iterable<SchemaField> schemaFields) TransactionBase.ftCreate(String indexName, IndexOptions indexOptions, Schema schema) MultiNodePipelineBase.ftCursorDel(String indexName, long cursorId) Deprecated.Pipeline.ftCursorDel(String indexName, long cursorId) Deprecated.TransactionBase.ftCursorDel(String indexName, long cursorId) Deprecated.MultiNodePipelineBase.ftCursorRead(String indexName, long cursorId, int count) Deprecated.Pipeline.ftCursorRead(String indexName, long cursorId, int count) Deprecated.TransactionBase.ftCursorRead(String indexName, long cursorId, int count) Deprecated.MultiNodePipelineBase.ftDictAddBySampleKey(String indexName, String dictionary, String... terms) Pipeline.ftDictAddBySampleKey(String indexName, String dictionary, String... terms) TransactionBase.ftDictAddBySampleKey(String indexName, String dictionary, String... terms) MultiNodePipelineBase.ftDictDelBySampleKey(String indexName, String dictionary, String... terms) Pipeline.ftDictDelBySampleKey(String indexName, String dictionary, String... terms) TransactionBase.ftDictDelBySampleKey(String indexName, String dictionary, String... terms) MultiNodePipelineBase.ftDictDump(String dictionary) Pipeline.ftDictDump(String dictionary) TransactionBase.ftDictDump(String dictionary) MultiNodePipelineBase.ftDictDumpBySampleKey(String indexName, String dictionary) Pipeline.ftDictDumpBySampleKey(String indexName, String dictionary) TransactionBase.ftDictDumpBySampleKey(String indexName, String dictionary) MultiNodePipelineBase.ftDropIndex(String indexName) Deprecated.Pipeline.ftDropIndex(String indexName) Deprecated.TransactionBase.ftDropIndex(String indexName) Deprecated.MultiNodePipelineBase.ftDropIndexDD(String indexName) Deprecated.Pipeline.ftDropIndexDD(String indexName) Deprecated.TransactionBase.ftDropIndexDD(String indexName) Deprecated.MultiNodePipelineBase.ftExplainCLI(String indexName, Query query) Pipeline.ftExplainCLI(String indexName, Query query) TransactionBase.ftExplainCLI(String indexName, Query query) MultiNodePipelineBase.ftSearch(String indexName, String query, FTSearchParams searchParams) Pipeline.ftSearch(String indexName, String query, FTSearchParams searchParams) TransactionBase.ftSearch(String indexName, String query, FTSearchParams searchParams) MultiNodePipelineBase.ftSpellCheck(String index, String query) MultiNodePipelineBase.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) Pipeline.ftSpellCheck(String index, String query) Pipeline.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) TransactionBase.ftSpellCheck(String index, String query) TransactionBase.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) MultiNodePipelineBase.ftSugAddIncr(String key, String string, double score) Pipeline.ftSugAddIncr(String key, String string, double score) TransactionBase.ftSugAddIncr(String key, String string, double score) MultiNodePipelineBase.ftSugGetWithScores(String key, String prefix) MultiNodePipelineBase.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) Pipeline.ftSugGetWithScores(String key, String prefix) Pipeline.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) TransactionBase.ftSugGetWithScores(String key, String prefix) TransactionBase.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) MultiNodePipelineBase.ftSynUpdate(String indexName, String synonymGroupId, String... terms) Pipeline.ftSynUpdate(String indexName, String synonymGroupId, String... terms) TransactionBase.ftSynUpdate(String indexName, String synonymGroupId, String... terms) MultiNodePipelineBase.functionDelete(byte[] libraryName) MultiNodePipelineBase.functionDelete(String libraryName) Pipeline.functionDelete(byte[] libraryName) Pipeline.functionDelete(String libraryName) TransactionBase.functionDelete(byte[] libraryName) TransactionBase.functionDelete(String libraryName) Response<byte[]> MultiNodePipelineBase.functionDump()Response<byte[]> Pipeline.functionDump()Response<byte[]> TransactionBase.functionDump()MultiNodePipelineBase.functionFlush()MultiNodePipelineBase.functionFlush(FlushMode mode) Pipeline.functionFlush()Pipeline.functionFlush(FlushMode mode) TransactionBase.functionFlush()TransactionBase.functionFlush(FlushMode mode) MultiNodePipelineBase.functionKill()Pipeline.functionKill()TransactionBase.functionKill()MultiNodePipelineBase.functionList()MultiNodePipelineBase.functionList(byte[] libraryNamePattern) MultiNodePipelineBase.functionList(String libraryNamePattern) Pipeline.functionList()Pipeline.functionList(byte[] libraryNamePattern) Pipeline.functionList(String libraryNamePattern) TransactionBase.functionList()TransactionBase.functionList(byte[] libraryNamePattern) TransactionBase.functionList(String libraryNamePattern) MultiNodePipelineBase.functionListBinary()Pipeline.functionListBinary()TransactionBase.functionListBinary()MultiNodePipelineBase.functionListWithCode()MultiNodePipelineBase.functionListWithCode(byte[] libraryNamePattern) MultiNodePipelineBase.functionListWithCode(String libraryNamePattern) Pipeline.functionListWithCode()Pipeline.functionListWithCode(byte[] libraryNamePattern) Pipeline.functionListWithCode(String libraryNamePattern) TransactionBase.functionListWithCode()TransactionBase.functionListWithCode(byte[] libraryNamePattern) TransactionBase.functionListWithCode(String libraryNamePattern) MultiNodePipelineBase.functionListWithCodeBinary()Pipeline.functionListWithCodeBinary()TransactionBase.functionListWithCodeBinary()MultiNodePipelineBase.functionLoad(byte[] functionCode) MultiNodePipelineBase.functionLoad(String functionCode) Pipeline.functionLoad(byte[] functionCode) Pipeline.functionLoad(String functionCode) TransactionBase.functionLoad(byte[] functionCode) TransactionBase.functionLoad(String functionCode) MultiNodePipelineBase.functionLoadReplace(byte[] functionCode) MultiNodePipelineBase.functionLoadReplace(String functionCode) Pipeline.functionLoadReplace(byte[] functionCode) Pipeline.functionLoadReplace(String functionCode) TransactionBase.functionLoadReplace(byte[] functionCode) TransactionBase.functionLoadReplace(String functionCode) MultiNodePipelineBase.functionRestore(byte[] serializedValue) MultiNodePipelineBase.functionRestore(byte[] serializedValue, FunctionRestorePolicy policy) Pipeline.functionRestore(byte[] serializedValue) Pipeline.functionRestore(byte[] serializedValue, FunctionRestorePolicy policy) TransactionBase.functionRestore(byte[] serializedValue) TransactionBase.functionRestore(byte[] serializedValue, FunctionRestorePolicy policy) MultiNodePipelineBase.functionStats()Pipeline.functionStats()TransactionBase.functionStats()MultiNodePipelineBase.functionStatsBinary()Pipeline.functionStatsBinary()TransactionBase.functionStatsBinary()protected final Response<?> Queable.generateResponse(Object data) Deprecated.MultiNodePipelineBase.geoadd(byte[] key, double longitude, double latitude, byte[] member) MultiNodePipelineBase.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) MultiNodePipelineBase.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) MultiNodePipelineBase.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) MultiNodePipelineBase.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) Pipeline.geoadd(byte[] key, double longitude, double latitude, byte[] member) Pipeline.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) Pipeline.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) Pipeline.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) Pipeline.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) TransactionBase.geoadd(byte[] key, double longitude, double latitude, byte[] member) TransactionBase.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) TransactionBase.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) TransactionBase.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) TransactionBase.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) MultiNodePipelineBase.geodist(byte[] key, byte[] member1, byte[] member2) Pipeline.geodist(byte[] key, byte[] member1, byte[] member2) TransactionBase.geodist(byte[] key, byte[] member1, byte[] member2) MultiNodePipelineBase.geohash(byte[] key, byte[]... members) Pipeline.geohash(byte[] key, byte[]... members) TransactionBase.geohash(byte[] key, byte[]... members) MultiNodePipelineBase.geopos(byte[] key, byte[]... members) Pipeline.geopos(byte[] key, byte[]... members) TransactionBase.geopos(byte[] key, byte[]... members) MultiNodePipelineBase.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) MultiNodePipelineBase.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit) MultiNodePipelineBase.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) TransactionBase.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit) TransactionBase.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMember(String key, String member, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) Pipeline.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMember(String key, String member, double radius, GeoUnit unit) Pipeline.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) TransactionBase.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMember(String key, String member, double radius, GeoUnit unit) TransactionBase.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) Pipeline.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) Pipeline.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) TransactionBase.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) TransactionBase.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) MultiNodePipelineBase.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) Pipeline.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) Pipeline.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) TransactionBase.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) TransactionBase.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) MultiNodePipelineBase.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) Pipeline.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) Pipeline.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) TransactionBase.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) TransactionBase.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) MultiNodePipelineBase.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) Pipeline.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) Pipeline.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) TransactionBase.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) TransactionBase.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) MultiNodePipelineBase.geosearch(byte[] key, byte[] member, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) MultiNodePipelineBase.geosearch(byte[] key, GeoSearchParam params) MultiNodePipelineBase.geosearch(String key, String member, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) MultiNodePipelineBase.geosearch(String key, GeoSearchParam params) Pipeline.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) Pipeline.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) Pipeline.geosearch(byte[] key, GeoSearchParam params) Pipeline.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) Pipeline.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) Pipeline.geosearch(String key, GeoSearchParam params) TransactionBase.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) TransactionBase.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) TransactionBase.geosearch(byte[] key, GeoSearchParam params) TransactionBase.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) TransactionBase.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) TransactionBase.geosearch(String key, GeoSearchParam params) MultiNodePipelineBase.geosearchStore(byte[] dest, byte[] src, byte[] member, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearchStore(byte[] dest, byte[] src, byte[] member, double radius, GeoUnit unit) MultiNodePipelineBase.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) MultiNodePipelineBase.geosearchStore(byte[] dest, byte[] src, GeoSearchParam params) MultiNodePipelineBase.geosearchStore(String dest, String src, String member, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearchStore(String dest, String src, String member, double radius, GeoUnit unit) MultiNodePipelineBase.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) MultiNodePipelineBase.geosearchStore(String dest, String src, GeoSearchParam params) Pipeline.geosearchStore(byte[] dest, byte[] src, byte[] member, double width, double height, GeoUnit unit) Pipeline.geosearchStore(byte[] dest, byte[] src, byte[] member, double radius, GeoUnit unit) Pipeline.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) Pipeline.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) Pipeline.geosearchStore(byte[] dest, byte[] src, GeoSearchParam params) Pipeline.geosearchStore(String dest, String src, String member, double width, double height, GeoUnit unit) Pipeline.geosearchStore(String dest, String src, String member, double radius, GeoUnit unit) Pipeline.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) Pipeline.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) Pipeline.geosearchStore(String dest, String src, GeoSearchParam params) TransactionBase.geosearchStore(byte[] dest, byte[] src, byte[] member, double width, double height, GeoUnit unit) TransactionBase.geosearchStore(byte[] dest, byte[] src, byte[] member, double radius, GeoUnit unit) TransactionBase.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) TransactionBase.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) TransactionBase.geosearchStore(byte[] dest, byte[] src, GeoSearchParam params) TransactionBase.geosearchStore(String dest, String src, String member, double width, double height, GeoUnit unit) TransactionBase.geosearchStore(String dest, String src, String member, double radius, GeoUnit unit) TransactionBase.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) TransactionBase.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) TransactionBase.geosearchStore(String dest, String src, GeoSearchParam params) MultiNodePipelineBase.geosearchStoreStoreDist(byte[] dest, byte[] src, GeoSearchParam params) MultiNodePipelineBase.geosearchStoreStoreDist(String dest, String src, GeoSearchParam params) Pipeline.geosearchStoreStoreDist(byte[] dest, byte[] src, GeoSearchParam params) Pipeline.geosearchStoreStoreDist(String dest, String src, GeoSearchParam params) TransactionBase.geosearchStoreStoreDist(byte[] dest, byte[] src, GeoSearchParam params) TransactionBase.geosearchStoreStoreDist(String dest, String src, GeoSearchParam params) Response<byte[]> MultiNodePipelineBase.get(byte[] key) Response<byte[]> Pipeline.get(byte[] key) Response<byte[]> TransactionBase.get(byte[] key) MultiNodePipelineBase.getbit(byte[] key, long offset) Pipeline.getbit(byte[] key, long offset) TransactionBase.getbit(byte[] key, long offset) Response<byte[]> MultiNodePipelineBase.getDel(byte[] key) Response<byte[]> Pipeline.getDel(byte[] key) Response<byte[]> TransactionBase.getDel(byte[] key) Response<byte[]> MultiNodePipelineBase.getEx(byte[] key, GetExParams params) MultiNodePipelineBase.getEx(String key, GetExParams params) Response<byte[]> Pipeline.getEx(byte[] key, GetExParams params) Pipeline.getEx(String key, GetExParams params) Response<byte[]> TransactionBase.getEx(byte[] key, GetExParams params) TransactionBase.getEx(String key, GetExParams params) Response<byte[]> MultiNodePipelineBase.getrange(byte[] key, long startOffset, long endOffset) Response<byte[]> Pipeline.getrange(byte[] key, long startOffset, long endOffset) Response<byte[]> TransactionBase.getrange(byte[] key, long startOffset, long endOffset) Response<byte[]> MultiNodePipelineBase.getSet(byte[] key, byte[] value) Response<byte[]> Pipeline.getSet(byte[] key, byte[] value) Response<byte[]> TransactionBase.getSet(byte[] key, byte[] value) MultiNodePipelineBase.graphDelete(String name) Pipeline.graphDelete(String name) TransactionBase.graphDelete(String name) MultiNodePipelineBase.graphProfile(String graphName, String query) Pipeline.graphProfile(String graphName, String query) TransactionBase.graphProfile(String graphName, String query) MultiNodePipelineBase.graphQuery(String name, String query) MultiNodePipelineBase.graphQuery(String name, String query, long timeout) MultiNodePipelineBase.graphQuery(String name, String query, Map<String, Object> params, long timeout) Pipeline.graphQuery(String name, String query) Pipeline.graphQuery(String name, String query, long timeout) TransactionBase.graphQuery(String name, String query) TransactionBase.graphQuery(String name, String query, long timeout) MultiNodePipelineBase.graphReadonlyQuery(String name, String query) MultiNodePipelineBase.graphReadonlyQuery(String name, String query, long timeout) MultiNodePipelineBase.graphReadonlyQuery(String name, String query, Map<String, Object> params, long timeout) Pipeline.graphReadonlyQuery(String name, String query) Pipeline.graphReadonlyQuery(String name, String query, long timeout) TransactionBase.graphReadonlyQuery(String name, String query) TransactionBase.graphReadonlyQuery(String name, String query, long timeout) TransactionBase.graphReadonlyQuery(String name, String query, Map<String, Object> params, long timeout) MultiNodePipelineBase.hdel(byte[] key, byte[]... field) Pipeline.hdel(byte[] key, byte[]... field) TransactionBase.hdel(byte[] key, byte[]... field) MultiNodePipelineBase.hexists(byte[] key, byte[] field) Pipeline.hexists(byte[] key, byte[] field) TransactionBase.hexists(byte[] key, byte[] field) Response<byte[]> MultiNodePipelineBase.hget(byte[] key, byte[] field) Response<byte[]> Pipeline.hget(byte[] key, byte[] field) Response<byte[]> TransactionBase.hget(byte[] key, byte[] field) MultiNodePipelineBase.hgetAll(byte[] key) Pipeline.hgetAll(byte[] key) TransactionBase.hgetAll(byte[] key) MultiNodePipelineBase.hincrBy(byte[] key, byte[] field, long value) Pipeline.hincrBy(byte[] key, byte[] field, long value) TransactionBase.hincrBy(byte[] key, byte[] field, long value) MultiNodePipelineBase.hincrByFloat(byte[] key, byte[] field, double value) MultiNodePipelineBase.hincrByFloat(String key, String field, double value) Pipeline.hincrByFloat(byte[] key, byte[] field, double value) Pipeline.hincrByFloat(String key, String field, double value) TransactionBase.hincrByFloat(byte[] key, byte[] field, double value) TransactionBase.hincrByFloat(String key, String field, double value) MultiNodePipelineBase.hkeys(byte[] key) Pipeline.hkeys(byte[] key) TransactionBase.hkeys(byte[] key) MultiNodePipelineBase.hlen(byte[] key) Pipeline.hlen(byte[] key) TransactionBase.hlen(byte[] key) MultiNodePipelineBase.hmget(byte[] key, byte[]... fields) Pipeline.hmget(byte[] key, byte[]... fields) TransactionBase.hmget(byte[] key, byte[]... fields) Response<byte[]> MultiNodePipelineBase.hrandfield(byte[] key) MultiNodePipelineBase.hrandfield(byte[] key, long count) MultiNodePipelineBase.hrandfield(String key) MultiNodePipelineBase.hrandfield(String key, long count) Response<byte[]> Pipeline.hrandfield(byte[] key) Pipeline.hrandfield(byte[] key, long count) Pipeline.hrandfield(String key) Pipeline.hrandfield(String key, long count) Response<byte[]> TransactionBase.hrandfield(byte[] key) TransactionBase.hrandfield(byte[] key, long count) TransactionBase.hrandfield(String key) TransactionBase.hrandfield(String key, long count) MultiNodePipelineBase.hrandfieldWithValues(byte[] key, long count) MultiNodePipelineBase.hrandfieldWithValues(String key, long count) Pipeline.hrandfieldWithValues(byte[] key, long count) Pipeline.hrandfieldWithValues(String key, long count) TransactionBase.hrandfieldWithValues(byte[] key, long count) TransactionBase.hrandfieldWithValues(String key, long count) Response<ScanResult<Map.Entry<byte[], byte[]>>> MultiNodePipelineBase.hscan(byte[] key, byte[] cursor, ScanParams params) MultiNodePipelineBase.hscan(String key, String cursor, ScanParams params) Response<ScanResult<Map.Entry<byte[], byte[]>>> Pipeline.hscan(byte[] key, byte[] cursor, ScanParams params) Pipeline.hscan(String key, String cursor, ScanParams params) Response<ScanResult<Map.Entry<byte[], byte[]>>> TransactionBase.hscan(byte[] key, byte[] cursor, ScanParams params) TransactionBase.hscan(String key, String cursor, ScanParams params) MultiNodePipelineBase.hset(byte[] key, byte[] field, byte[] value) Pipeline.hset(byte[] key, byte[] field, byte[] value) TransactionBase.hset(byte[] key, byte[] field, byte[] value) MultiNodePipelineBase.hsetnx(byte[] key, byte[] field, byte[] value) Pipeline.hsetnx(byte[] key, byte[] field, byte[] value) TransactionBase.hsetnx(byte[] key, byte[] field, byte[] value) MultiNodePipelineBase.hstrlen(byte[] key, byte[] field) Pipeline.hstrlen(byte[] key, byte[] field) TransactionBase.hstrlen(byte[] key, byte[] field) MultiNodePipelineBase.hvals(byte[] key) Pipeline.hvals(byte[] key) TransactionBase.hvals(byte[] key) MultiNodePipelineBase.incr(byte[] key) Pipeline.incr(byte[] key) TransactionBase.incr(byte[] key) MultiNodePipelineBase.incrBy(byte[] key, long increment) Pipeline.incrBy(byte[] key, long increment) TransactionBase.incrBy(byte[] key, long increment) MultiNodePipelineBase.incrByFloat(byte[] key, double increment) MultiNodePipelineBase.incrByFloat(String key, double increment) Pipeline.incrByFloat(byte[] key, double increment) Pipeline.incrByFloat(String key, double increment) TransactionBase.incrByFloat(byte[] key, double increment) TransactionBase.incrByFloat(String key, double increment) MultiNodePipelineBase.jsonArrAppend(String key, Path2 path, Object... objects) MultiNodePipelineBase.jsonArrAppend(String key, Path path, Object... objects) Pipeline.jsonArrAppend(String key, Path2 path, Object... objects) Pipeline.jsonArrAppend(String key, Path path, Object... objects) TransactionBase.jsonArrAppend(String key, Path2 path, Object... objects) TransactionBase.jsonArrAppend(String key, Path path, Object... objects) MultiNodePipelineBase.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) Pipeline.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) TransactionBase.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) MultiNodePipelineBase.jsonArrIndex(String key, Path2 path, Object scalar) MultiNodePipelineBase.jsonArrIndex(String key, Path path, Object scalar) Pipeline.jsonArrIndex(String key, Path2 path, Object scalar) Pipeline.jsonArrIndex(String key, Path path, Object scalar) TransactionBase.jsonArrIndex(String key, Path2 path, Object scalar) TransactionBase.jsonArrIndex(String key, Path path, Object scalar) MultiNodePipelineBase.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) Pipeline.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) TransactionBase.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) MultiNodePipelineBase.jsonArrInsert(String key, Path2 path, int index, Object... objects) MultiNodePipelineBase.jsonArrInsert(String key, Path path, int index, Object... pojos) Pipeline.jsonArrInsert(String key, Path2 path, int index, Object... objects) Pipeline.jsonArrInsert(String key, Path path, int index, Object... pojos) TransactionBase.jsonArrInsert(String key, Path2 path, int index, Object... objects) TransactionBase.jsonArrInsert(String key, Path path, int index, Object... pojos) MultiNodePipelineBase.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) Pipeline.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) TransactionBase.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) MultiNodePipelineBase.jsonArrLen(String key) MultiNodePipelineBase.jsonArrLen(String key, Path path) MultiNodePipelineBase.jsonArrLen(String key, Path2 path) Pipeline.jsonArrLen(String key) Pipeline.jsonArrLen(String key, Path path) Pipeline.jsonArrLen(String key, Path2 path) TransactionBase.jsonArrLen(String key) TransactionBase.jsonArrLen(String key, Path path) TransactionBase.jsonArrLen(String key, Path2 path) MultiNodePipelineBase.jsonArrPop(String key) <T> Response<T> MultiNodePipelineBase.jsonArrPop(String key, Class<T> clazz) <T> Response<T> MultiNodePipelineBase.jsonArrPop(String key, Class<T> clazz, Path path) <T> Response<T> MultiNodePipelineBase.jsonArrPop(String key, Class<T> clazz, Path path, int index) MultiNodePipelineBase.jsonArrPop(String key, Path path) MultiNodePipelineBase.jsonArrPop(String key, Path2 path) MultiNodePipelineBase.jsonArrPop(String key, Path2 path, int index) MultiNodePipelineBase.jsonArrPop(String key, Path path, int index) Pipeline.jsonArrPop(String key) <T> Response<T> Pipeline.jsonArrPop(String key, Class<T> clazz) <T> Response<T> Pipeline.jsonArrPop(String key, Class<T> clazz, Path path) <T> Response<T> Pipeline.jsonArrPop(String key, Class<T> clazz, Path path, int index) Pipeline.jsonArrPop(String key, Path path) Pipeline.jsonArrPop(String key, Path2 path) Pipeline.jsonArrPop(String key, Path2 path, int index) Pipeline.jsonArrPop(String key, Path path, int index) TransactionBase.jsonArrPop(String key) <T> Response<T> TransactionBase.jsonArrPop(String key, Class<T> clazz) <T> Response<T> TransactionBase.jsonArrPop(String key, Class<T> clazz, Path path) <T> Response<T> TransactionBase.jsonArrPop(String key, Class<T> clazz, Path path, int index) TransactionBase.jsonArrPop(String key, Path path) TransactionBase.jsonArrPop(String key, Path2 path) TransactionBase.jsonArrPop(String key, Path2 path, int index) TransactionBase.jsonArrPop(String key, Path path, int index) MultiNodePipelineBase.jsonArrTrim(String key, Path2 path, int start, int stop) MultiNodePipelineBase.jsonArrTrim(String key, Path path, int start, int stop) Pipeline.jsonArrTrim(String key, Path2 path, int start, int stop) Pipeline.jsonArrTrim(String key, Path path, int start, int stop) TransactionBase.jsonArrTrim(String key, Path2 path, int start, int stop) TransactionBase.jsonArrTrim(String key, Path path, int start, int stop) <T> Response<T> <T> Response<T> <T> Response<T> <T> Response<T> <T> Response<T> <T> Response<T> Response<org.json.JSONArray> MultiNodePipelineBase.jsonNumIncrBy(String key, Path2 path, double value) MultiNodePipelineBase.jsonNumIncrBy(String key, Path path, double value) Response<org.json.JSONArray> Pipeline.jsonNumIncrBy(String key, Path2 path, double value) Pipeline.jsonNumIncrBy(String key, Path path, double value) Response<org.json.JSONArray> TransactionBase.jsonNumIncrBy(String key, Path2 path, double value) TransactionBase.jsonNumIncrBy(String key, Path path, double value) MultiNodePipelineBase.jsonSet(String key, Path2 path, Object object, JsonSetParams params) MultiNodePipelineBase.jsonSet(String key, Path path, Object object, JsonSetParams params) Pipeline.jsonSet(String key, Path2 path, Object object, JsonSetParams params) Pipeline.jsonSet(String key, Path path, Object object, JsonSetParams params) TransactionBase.jsonSet(String key, Path2 path, Object object, JsonSetParams params) TransactionBase.jsonSet(String key, Path path, Object object, JsonSetParams params) MultiNodePipelineBase.jsonSetWithEscape(String key, Path2 path, Object object) MultiNodePipelineBase.jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) Pipeline.jsonSetWithEscape(String key, Path2 path, Object object) Pipeline.jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) TransactionBase.jsonSetWithEscape(String key, Path2 path, Object object) TransactionBase.jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) MultiNodePipelineBase.jsonStrAppend(String key, Object string) MultiNodePipelineBase.jsonStrAppend(String key, Path2 path, Object string) MultiNodePipelineBase.jsonStrAppend(String key, Path path, Object string) Pipeline.jsonStrAppend(String key, Object string) Pipeline.jsonStrAppend(String key, Path2 path, Object string) Pipeline.jsonStrAppend(String key, Path path, Object string) TransactionBase.jsonStrAppend(String key, Object string) TransactionBase.jsonStrAppend(String key, Path2 path, Object string) TransactionBase.jsonStrAppend(String key, Path path, Object string) MultiNodePipelineBase.jsonStrLen(String key) MultiNodePipelineBase.jsonStrLen(String key, Path path) MultiNodePipelineBase.jsonStrLen(String key, Path2 path) Pipeline.jsonStrLen(String key) Pipeline.jsonStrLen(String key, Path path) Pipeline.jsonStrLen(String key, Path2 path) TransactionBase.jsonStrLen(String key) TransactionBase.jsonStrLen(String key, Path path) TransactionBase.jsonStrLen(String key, Path2 path) MultiNodePipelineBase.jsonToggle(String key, Path path) MultiNodePipelineBase.jsonToggle(String key, Path2 path) Pipeline.jsonToggle(String key, Path path) Pipeline.jsonToggle(String key, Path2 path) TransactionBase.jsonToggle(String key, Path path) TransactionBase.jsonToggle(String key, Path2 path) MultiNodePipelineBase.keys(byte[] pattern) Pipeline.keys(byte[] pattern) TransactionBase.keys(byte[] pattern) Response<byte[]> MultiNodePipelineBase.lindex(byte[] key, long index) Response<byte[]> Pipeline.lindex(byte[] key, long index) Response<byte[]> TransactionBase.lindex(byte[] key, long index) MultiNodePipelineBase.linsert(byte[] key, ListPosition where, byte[] pivot, byte[] value) MultiNodePipelineBase.linsert(String key, ListPosition where, String pivot, String value) Pipeline.linsert(byte[] key, ListPosition where, byte[] pivot, byte[] value) Pipeline.linsert(String key, ListPosition where, String pivot, String value) TransactionBase.linsert(byte[] key, ListPosition where, byte[] pivot, byte[] value) TransactionBase.linsert(String key, ListPosition where, String pivot, String value) MultiNodePipelineBase.llen(byte[] key) Pipeline.llen(byte[] key) TransactionBase.llen(byte[] key) Response<byte[]> MultiNodePipelineBase.lmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to) MultiNodePipelineBase.lmove(String srcKey, String dstKey, ListDirection from, ListDirection to) Response<byte[]> Pipeline.lmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to) Pipeline.lmove(String srcKey, String dstKey, ListDirection from, ListDirection to) Response<byte[]> TransactionBase.lmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to) TransactionBase.lmove(String srcKey, String dstKey, ListDirection from, ListDirection to) MultiNodePipelineBase.lmpop(ListDirection direction, byte[]... keys) MultiNodePipelineBase.lmpop(ListDirection direction, int count, byte[]... keys) MultiNodePipelineBase.lmpop(ListDirection direction, int count, String... keys) MultiNodePipelineBase.lmpop(ListDirection direction, String... keys) Pipeline.lmpop(ListDirection direction, byte[]... keys) Pipeline.lmpop(ListDirection direction, int count, byte[]... keys) Pipeline.lmpop(ListDirection direction, int count, String... keys) Pipeline.lmpop(ListDirection direction, String... keys) TransactionBase.lmpop(ListDirection direction, byte[]... keys) TransactionBase.lmpop(ListDirection direction, int count, byte[]... keys) TransactionBase.lmpop(ListDirection direction, int count, String... keys) TransactionBase.lmpop(ListDirection direction, String... keys) Response<byte[]> MultiNodePipelineBase.lpop(byte[] key) MultiNodePipelineBase.lpop(byte[] key, int count) Response<byte[]> Pipeline.lpop(byte[] key) Pipeline.lpop(byte[] key, int count) Response<byte[]> TransactionBase.lpop(byte[] key) TransactionBase.lpop(byte[] key, int count) MultiNodePipelineBase.lpos(byte[] key, byte[] element) MultiNodePipelineBase.lpos(byte[] key, byte[] element, LPosParams params) MultiNodePipelineBase.lpos(byte[] key, byte[] element, LPosParams params, long count) MultiNodePipelineBase.lpos(String key, String element, LPosParams params) MultiNodePipelineBase.lpos(String key, String element, LPosParams params, long count) Pipeline.lpos(byte[] key, byte[] element) Pipeline.lpos(byte[] key, byte[] element, LPosParams params) Pipeline.lpos(byte[] key, byte[] element, LPosParams params, long count) Pipeline.lpos(String key, String element, LPosParams params) Pipeline.lpos(String key, String element, LPosParams params, long count) TransactionBase.lpos(byte[] key, byte[] element) TransactionBase.lpos(byte[] key, byte[] element, LPosParams params) TransactionBase.lpos(byte[] key, byte[] element, LPosParams params, long count) TransactionBase.lpos(String key, String element, LPosParams params) TransactionBase.lpos(String key, String element, LPosParams params, long count) MultiNodePipelineBase.lpush(byte[] key, byte[]... args) Pipeline.lpush(byte[] key, byte[]... args) TransactionBase.lpush(byte[] key, byte[]... args) MultiNodePipelineBase.lpushx(byte[] key, byte[]... args) Pipeline.lpushx(byte[] key, byte[]... args) TransactionBase.lpushx(byte[] key, byte[]... args) MultiNodePipelineBase.lrange(byte[] key, long start, long stop) Pipeline.lrange(byte[] key, long start, long stop) TransactionBase.lrange(byte[] key, long start, long stop) MultiNodePipelineBase.lrem(byte[] key, long count, byte[] value) Pipeline.lrem(byte[] key, long count, byte[] value) TransactionBase.lrem(byte[] key, long count, byte[] value) MultiNodePipelineBase.lset(byte[] key, long index, byte[] value) Pipeline.lset(byte[] key, long index, byte[] value) TransactionBase.lset(byte[] key, long index, byte[] value) MultiNodePipelineBase.ltrim(byte[] key, long start, long stop) Pipeline.ltrim(byte[] key, long start, long stop) TransactionBase.ltrim(byte[] key, long start, long stop) MultiNodePipelineBase.memoryUsage(byte[] key) MultiNodePipelineBase.memoryUsage(byte[] key, int samples) MultiNodePipelineBase.memoryUsage(String key) MultiNodePipelineBase.memoryUsage(String key, int samples) Pipeline.memoryUsage(byte[] key) Pipeline.memoryUsage(byte[] key, int samples) Pipeline.memoryUsage(String key) Pipeline.memoryUsage(String key, int samples) TransactionBase.memoryUsage(byte[] key) TransactionBase.memoryUsage(byte[] key, int samples) TransactionBase.memoryUsage(String key) TransactionBase.memoryUsage(String key, int samples) MultiNodePipelineBase.mget(byte[]... keys) Pipeline.mget(byte[]... keys) TransactionBase.mget(byte[]... keys) MultiNodePipelineBase.migrate(String host, int port, int timeout, MigrateParams params, byte[]... keys) MultiNodePipelineBase.migrate(String host, int port, int timeout, MigrateParams params, String... keys) Pipeline.migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, byte[]... keys) Pipeline.migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, String... keys) Pipeline.migrate(String host, int port, int timeout, MigrateParams params, byte[]... keys) Pipeline.migrate(String host, int port, int timeout, MigrateParams params, String... keys) TransactionBase.migrate(String host, int port, int timeout, MigrateParams params, byte[]... keys) TransactionBase.migrate(String host, int port, int timeout, MigrateParams params, String... keys) Pipeline.move(byte[] key, int dbIndex) MultiNodePipelineBase.mset(byte[]... keysvalues) Pipeline.mset(byte[]... keysvalues) TransactionBase.mset(byte[]... keysvalues) MultiNodePipelineBase.msetnx(byte[]... keysvalues) Pipeline.msetnx(byte[]... keysvalues) TransactionBase.msetnx(byte[]... keysvalues) Response<byte[]> MultiNodePipelineBase.objectEncoding(byte[] key) MultiNodePipelineBase.objectEncoding(String key) Response<byte[]> Pipeline.objectEncoding(byte[] key) Pipeline.objectEncoding(String key) Response<byte[]> TransactionBase.objectEncoding(byte[] key) TransactionBase.objectEncoding(String key) MultiNodePipelineBase.objectFreq(byte[] key) MultiNodePipelineBase.objectFreq(String key) Pipeline.objectFreq(byte[] key) Pipeline.objectFreq(String key) TransactionBase.objectFreq(byte[] key) TransactionBase.objectFreq(String key) MultiNodePipelineBase.objectIdletime(byte[] key) MultiNodePipelineBase.objectIdletime(String key) Pipeline.objectIdletime(byte[] key) Pipeline.objectIdletime(String key) TransactionBase.objectIdletime(byte[] key) TransactionBase.objectIdletime(String key) MultiNodePipelineBase.objectRefcount(byte[] key) MultiNodePipelineBase.objectRefcount(String key) Pipeline.objectRefcount(byte[] key) Pipeline.objectRefcount(String key) TransactionBase.objectRefcount(byte[] key) TransactionBase.objectRefcount(String key) MultiNodePipelineBase.persist(byte[] key) Pipeline.persist(byte[] key) TransactionBase.persist(byte[] key) MultiNodePipelineBase.pexpire(byte[] key, long milliseconds) MultiNodePipelineBase.pexpire(byte[] key, long milliseconds, ExpiryOption expiryOption) MultiNodePipelineBase.pexpire(String key, long milliseconds, ExpiryOption expiryOption) Pipeline.pexpire(byte[] key, long milliseconds) Pipeline.pexpire(byte[] key, long milliseconds, ExpiryOption expiryOption) Pipeline.pexpire(String key, long milliseconds, ExpiryOption expiryOption) TransactionBase.pexpire(byte[] key, long milliseconds) TransactionBase.pexpire(byte[] key, long milliseconds, ExpiryOption expiryOption) TransactionBase.pexpire(String key, long milliseconds, ExpiryOption expiryOption) MultiNodePipelineBase.pexpireAt(byte[] key, long millisecondsTimestamp) MultiNodePipelineBase.pexpireAt(byte[] key, long millisecondsTimestamp, ExpiryOption expiryOption) MultiNodePipelineBase.pexpireAt(String key, long millisecondsTimestamp, ExpiryOption expiryOption) Pipeline.pexpireAt(byte[] key, long millisecondsTimestamp) Pipeline.pexpireAt(byte[] key, long millisecondsTimestamp, ExpiryOption expiryOption) Pipeline.pexpireAt(String key, long millisecondsTimestamp, ExpiryOption expiryOption) TransactionBase.pexpireAt(byte[] key, long millisecondsTimestamp) TransactionBase.pexpireAt(byte[] key, long millisecondsTimestamp, ExpiryOption expiryOption) TransactionBase.pexpireAt(String key, long millisecondsTimestamp, ExpiryOption expiryOption) MultiNodePipelineBase.pexpireTime(byte[] key) MultiNodePipelineBase.pexpireTime(String key) Pipeline.pexpireTime(byte[] key) Pipeline.pexpireTime(String key) TransactionBase.pexpireTime(byte[] key) TransactionBase.pexpireTime(String key) MultiNodePipelineBase.pfadd(byte[] key, byte[]... elements) Pipeline.pfadd(byte[] key, byte[]... elements) TransactionBase.pfadd(byte[] key, byte[]... elements) MultiNodePipelineBase.pfcount(byte[] key) MultiNodePipelineBase.pfcount(byte[]... keys) Pipeline.pfcount(byte[] key) Pipeline.pfcount(byte[]... keys) TransactionBase.pfcount(byte[] key) TransactionBase.pfcount(byte[]... keys) MultiNodePipelineBase.pfmerge(byte[] destkey, byte[]... sourcekeys) Pipeline.pfmerge(byte[] destkey, byte[]... sourcekeys) TransactionBase.pfmerge(byte[] destkey, byte[]... sourcekeys) MultiNodePipelineBase.psetex(byte[] key, long milliseconds, byte[] value) Pipeline.psetex(byte[] key, long milliseconds, byte[] value) TransactionBase.psetex(byte[] key, long milliseconds, byte[] value) MultiNodePipelineBase.pttl(byte[] key) Pipeline.pttl(byte[] key) TransactionBase.pttl(byte[] key) MultiNodePipelineBase.publish(byte[] channel, byte[] message) Pipeline.publish(byte[] channel, byte[] message) TransactionBase.publish(byte[] channel, byte[] message) Response<byte[]> MultiNodePipelineBase.randomBinaryKey()Response<byte[]> Pipeline.randomBinaryKey()Response<byte[]> TransactionBase.randomBinaryKey()MultiNodePipelineBase.randomKey()Pipeline.randomKey()TransactionBase.randomKey()MultiNodePipelineBase.rename(byte[] oldkey, byte[] newkey) Pipeline.rename(byte[] oldkey, byte[] newkey) TransactionBase.rename(byte[] oldkey, byte[] newkey) MultiNodePipelineBase.renamenx(byte[] oldkey, byte[] newkey) Pipeline.renamenx(byte[] oldkey, byte[] newkey) TransactionBase.renamenx(byte[] oldkey, byte[] newkey) MultiNodePipelineBase.restore(byte[] key, long ttl, byte[] serializedValue) MultiNodePipelineBase.restore(byte[] key, long ttl, byte[] serializedValue, RestoreParams params) MultiNodePipelineBase.restore(String key, long ttl, byte[] serializedValue, RestoreParams params) Pipeline.restore(byte[] key, long ttl, byte[] serializedValue) Pipeline.restore(byte[] key, long ttl, byte[] serializedValue, RestoreParams params) Pipeline.restore(String key, long ttl, byte[] serializedValue, RestoreParams params) TransactionBase.restore(byte[] key, long ttl, byte[] serializedValue) TransactionBase.restore(byte[] key, long ttl, byte[] serializedValue, RestoreParams params) TransactionBase.restore(String key, long ttl, byte[] serializedValue, RestoreParams params) Response<byte[]> MultiNodePipelineBase.rpop(byte[] key) MultiNodePipelineBase.rpop(byte[] key, int count) Response<byte[]> Pipeline.rpop(byte[] key) Pipeline.rpop(byte[] key, int count) Response<byte[]> TransactionBase.rpop(byte[] key) TransactionBase.rpop(byte[] key, int count) Response<byte[]> MultiNodePipelineBase.rpoplpush(byte[] srckey, byte[] dstkey) Response<byte[]> Pipeline.rpoplpush(byte[] srckey, byte[] dstkey) Response<byte[]> TransactionBase.rpoplpush(byte[] srckey, byte[] dstkey) MultiNodePipelineBase.rpush(byte[] key, byte[]... args) Pipeline.rpush(byte[] key, byte[]... args) TransactionBase.rpush(byte[] key, byte[]... args) MultiNodePipelineBase.rpushx(byte[] key, byte[]... args) Pipeline.rpushx(byte[] key, byte[]... args) TransactionBase.rpushx(byte[] key, byte[]... args) MultiNodePipelineBase.sadd(byte[] key, byte[]... members) Pipeline.sadd(byte[] key, byte[]... members) TransactionBase.sadd(byte[] key, byte[]... members) Response<ScanResult<byte[]>> MultiNodePipelineBase.scan(byte[] cursor) Response<ScanResult<byte[]>> MultiNodePipelineBase.scan(byte[] cursor, ScanParams params) Response<ScanResult<byte[]>> MultiNodePipelineBase.scan(byte[] cursor, ScanParams params, byte[] type) MultiNodePipelineBase.scan(String cursor, ScanParams params) MultiNodePipelineBase.scan(String cursor, ScanParams params, String type) Response<ScanResult<byte[]>> Pipeline.scan(byte[] cursor) Response<ScanResult<byte[]>> Pipeline.scan(byte[] cursor, ScanParams params) Response<ScanResult<byte[]>> Pipeline.scan(byte[] cursor, ScanParams params, byte[] type) Pipeline.scan(String cursor, ScanParams params) Pipeline.scan(String cursor, ScanParams params, String type) Response<ScanResult<byte[]>> TransactionBase.scan(byte[] cursor) Response<ScanResult<byte[]>> TransactionBase.scan(byte[] cursor, ScanParams params) Response<ScanResult<byte[]>> TransactionBase.scan(byte[] cursor, ScanParams params, byte[] type) TransactionBase.scan(String cursor, ScanParams params) TransactionBase.scan(String cursor, ScanParams params, String type) MultiNodePipelineBase.scard(byte[] key) Pipeline.scard(byte[] key) TransactionBase.scard(byte[] key) MultiNodePipelineBase.scriptExists(byte[] sampleKey, byte[]... sha1s) MultiNodePipelineBase.scriptExists(String sampleKey, String... sha1) Pipeline.scriptExists(byte[] sampleKey, byte[]... sha1s) Pipeline.scriptExists(String sampleKey, String... sha1) TransactionBase.scriptExists(byte[] sampleKey, byte[]... sha1s) TransactionBase.scriptExists(String sampleKey, String... sha1) MultiNodePipelineBase.scriptFlush(byte[] sampleKey) MultiNodePipelineBase.scriptFlush(byte[] sampleKey, FlushMode flushMode) MultiNodePipelineBase.scriptFlush(String sampleKey) MultiNodePipelineBase.scriptFlush(String sampleKey, FlushMode flushMode) Pipeline.scriptFlush(byte[] sampleKey) Pipeline.scriptFlush(byte[] sampleKey, FlushMode flushMode) Pipeline.scriptFlush(String sampleKey) Pipeline.scriptFlush(String sampleKey, FlushMode flushMode) TransactionBase.scriptFlush(byte[] sampleKey) TransactionBase.scriptFlush(byte[] sampleKey, FlushMode flushMode) TransactionBase.scriptFlush(String sampleKey) TransactionBase.scriptFlush(String sampleKey, FlushMode flushMode) MultiNodePipelineBase.scriptKill(byte[] sampleKey) MultiNodePipelineBase.scriptKill(String sampleKey) Pipeline.scriptKill(byte[] sampleKey) Pipeline.scriptKill(String sampleKey) TransactionBase.scriptKill(byte[] sampleKey) TransactionBase.scriptKill(String sampleKey) Response<byte[]> MultiNodePipelineBase.scriptLoad(byte[] script, byte[] sampleKey) MultiNodePipelineBase.scriptLoad(String script, String sampleKey) Response<byte[]> Pipeline.scriptLoad(byte[] script, byte[] sampleKey) Pipeline.scriptLoad(String script, String sampleKey) Response<byte[]> TransactionBase.scriptLoad(byte[] script, byte[] sampleKey) TransactionBase.scriptLoad(String script, String sampleKey) MultiNodePipelineBase.sdiff(byte[]... keys) Pipeline.sdiff(byte[]... keys) TransactionBase.sdiff(byte[]... keys) MultiNodePipelineBase.sdiffstore(byte[] dstkey, byte[]... keys) MultiNodePipelineBase.sdiffstore(String dstKey, String... keys) Pipeline.sdiffstore(byte[] dstkey, byte[]... keys) Pipeline.sdiffstore(String dstKey, String... keys) TransactionBase.sdiffstore(byte[] dstkey, byte[]... keys) TransactionBase.sdiffstore(String dstKey, String... keys) Pipeline.select(int index) Pipeline.sendCommand(CommandArguments args) Pipeline.sendCommand(ProtocolCommand cmd, byte[]... args) Pipeline.sendCommand(ProtocolCommand cmd, String... args) TransactionBase.sendCommand(CommandArguments args) TransactionBase.sendCommand(ProtocolCommand cmd, byte[]... args) TransactionBase.sendCommand(ProtocolCommand cmd, String... args) MultiNodePipelineBase.set(byte[] key, byte[] value) Pipeline.set(byte[] key, byte[] value) TransactionBase.set(byte[] key, byte[] value) MultiNodePipelineBase.setbit(byte[] key, long offset, boolean value) Pipeline.setbit(byte[] key, long offset, boolean value) TransactionBase.setbit(byte[] key, long offset, boolean value) MultiNodePipelineBase.setex(byte[] key, long seconds, byte[] value) Pipeline.setex(byte[] key, long seconds, byte[] value) TransactionBase.setex(byte[] key, long seconds, byte[] value) Response<byte[]> Response<byte[]> Response<byte[]> MultiNodePipelineBase.setnx(byte[] key, byte[] value) Pipeline.setnx(byte[] key, byte[] value) TransactionBase.setnx(byte[] key, byte[] value) MultiNodePipelineBase.setrange(byte[] key, long offset, byte[] value) Pipeline.setrange(byte[] key, long offset, byte[] value) TransactionBase.setrange(byte[] key, long offset, byte[] value) MultiNodePipelineBase.sinter(byte[]... keys) Pipeline.sinter(byte[]... keys) TransactionBase.sinter(byte[]... keys) MultiNodePipelineBase.sintercard(byte[]... keys) MultiNodePipelineBase.sintercard(int limit, byte[]... keys) MultiNodePipelineBase.sintercard(int limit, String... keys) MultiNodePipelineBase.sintercard(String... keys) Pipeline.sintercard(byte[]... keys) Pipeline.sintercard(int limit, byte[]... keys) Pipeline.sintercard(int limit, String... keys) Pipeline.sintercard(String... keys) TransactionBase.sintercard(byte[]... keys) TransactionBase.sintercard(int limit, byte[]... keys) TransactionBase.sintercard(int limit, String... keys) TransactionBase.sintercard(String... keys) MultiNodePipelineBase.sinterstore(byte[] dstkey, byte[]... keys) MultiNodePipelineBase.sinterstore(String dstKey, String... keys) Pipeline.sinterstore(byte[] dstkey, byte[]... keys) Pipeline.sinterstore(String dstKey, String... keys) TransactionBase.sinterstore(byte[] dstkey, byte[]... keys) TransactionBase.sinterstore(String dstKey, String... keys) MultiNodePipelineBase.sismember(byte[] key, byte[] member) Pipeline.sismember(byte[] key, byte[] member) TransactionBase.sismember(byte[] key, byte[] member) MultiNodePipelineBase.smembers(byte[] key) Pipeline.smembers(byte[] key) TransactionBase.smembers(byte[] key) MultiNodePipelineBase.smismember(byte[] key, byte[]... members) MultiNodePipelineBase.smismember(String key, String... members) Pipeline.smismember(byte[] key, byte[]... members) Pipeline.smismember(String key, String... members) TransactionBase.smismember(byte[] key, byte[]... members) TransactionBase.smismember(String key, String... members) MultiNodePipelineBase.smove(byte[] srckey, byte[] dstkey, byte[] member) Pipeline.smove(byte[] srckey, byte[] dstkey, byte[] member) TransactionBase.smove(byte[] srckey, byte[] dstkey, byte[] member) MultiNodePipelineBase.sort(byte[] key) MultiNodePipelineBase.sort(byte[] key, byte[] dstkey) MultiNodePipelineBase.sort(byte[] key, SortingParams sortingParams) MultiNodePipelineBase.sort(byte[] key, SortingParams sortingParams, byte[] dstkey) MultiNodePipelineBase.sort(String key, SortingParams sortingParams) MultiNodePipelineBase.sort(String key, SortingParams sortingParams, String dstKey) Pipeline.sort(byte[] key) Pipeline.sort(byte[] key, byte[] dstkey) Pipeline.sort(byte[] key, SortingParams sortingParams) Pipeline.sort(byte[] key, SortingParams sortingParams, byte[] dstkey) Pipeline.sort(String key, SortingParams sortingParams) Pipeline.sort(String key, SortingParams sortingParams, String dstKey) TransactionBase.sort(byte[] key) TransactionBase.sort(byte[] key, byte[] dstkey) TransactionBase.sort(byte[] key, SortingParams sortingParams) TransactionBase.sort(byte[] key, SortingParams sortingParams, byte[] dstkey) TransactionBase.sort(String key, SortingParams sortingParams) TransactionBase.sort(String key, SortingParams sortingParams, String dstKey) MultiNodePipelineBase.sortReadonly(byte[] key, SortingParams sortingParams) MultiNodePipelineBase.sortReadonly(String key, SortingParams sortingParams) Pipeline.sortReadonly(byte[] key, SortingParams sortingParams) Pipeline.sortReadonly(String key, SortingParams sortingParams) TransactionBase.sortReadonly(byte[] key, SortingParams sortingParams) TransactionBase.sortReadonly(String key, SortingParams sortingParams) Response<byte[]> MultiNodePipelineBase.spop(byte[] key) MultiNodePipelineBase.spop(byte[] key, long count) Response<byte[]> Pipeline.spop(byte[] key) Pipeline.spop(byte[] key, long count) Response<byte[]> TransactionBase.spop(byte[] key) TransactionBase.spop(byte[] key, long count) Response<byte[]> MultiNodePipelineBase.srandmember(byte[] key) MultiNodePipelineBase.srandmember(byte[] key, int count) MultiNodePipelineBase.srandmember(String key) MultiNodePipelineBase.srandmember(String key, int count) Response<byte[]> Pipeline.srandmember(byte[] key) Pipeline.srandmember(byte[] key, int count) Pipeline.srandmember(String key) Pipeline.srandmember(String key, int count) Response<byte[]> TransactionBase.srandmember(byte[] key) TransactionBase.srandmember(byte[] key, int count) TransactionBase.srandmember(String key) TransactionBase.srandmember(String key, int count) MultiNodePipelineBase.srem(byte[] key, byte[]... members) Pipeline.srem(byte[] key, byte[]... members) TransactionBase.srem(byte[] key, byte[]... members) Response<ScanResult<byte[]>> MultiNodePipelineBase.sscan(byte[] key, byte[] cursor, ScanParams params) MultiNodePipelineBase.sscan(String key, String cursor, ScanParams params) Response<ScanResult<byte[]>> Pipeline.sscan(byte[] key, byte[] cursor, ScanParams params) Pipeline.sscan(String key, String cursor, ScanParams params) Response<ScanResult<byte[]>> TransactionBase.sscan(byte[] key, byte[] cursor, ScanParams params) TransactionBase.sscan(String key, String cursor, ScanParams params) MultiNodePipelineBase.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) MultiNodePipelineBase.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Pipeline.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) Pipeline.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) TransactionBase.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) TransactionBase.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) MultiNodePipelineBase.strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) MultiNodePipelineBase.strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) Pipeline.strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) Pipeline.strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) TransactionBase.strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) TransactionBase.strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) MultiNodePipelineBase.strlen(byte[] key) Pipeline.strlen(byte[] key) TransactionBase.strlen(byte[] key) Response<byte[]> MultiNodePipelineBase.substr(byte[] key, int start, int end) Response<byte[]> Pipeline.substr(byte[] key, int start, int end) Response<byte[]> TransactionBase.substr(byte[] key, int start, int end) MultiNodePipelineBase.sunion(byte[]... keys) Pipeline.sunion(byte[]... keys) TransactionBase.sunion(byte[]... keys) MultiNodePipelineBase.sunionstore(byte[] dstkey, byte[]... keys) MultiNodePipelineBase.sunionstore(String dstKey, String... keys) Pipeline.sunionstore(byte[] dstkey, byte[]... keys) Pipeline.sunionstore(String dstKey, String... keys) TransactionBase.sunionstore(byte[] dstkey, byte[]... keys) TransactionBase.sunionstore(String dstKey, String... keys) Pipeline.swapDB(int index1, int index2) MultiNodePipelineBase.tdigestAdd(String key, double... values) Pipeline.tdigestAdd(String key, double... values) TransactionBase.tdigestAdd(String key, double... values) MultiNodePipelineBase.tdigestByRank(String key, long... ranks) Pipeline.tdigestByRank(String key, long... ranks) TransactionBase.tdigestByRank(String key, long... ranks) MultiNodePipelineBase.tdigestByRevRank(String key, long... ranks) Pipeline.tdigestByRevRank(String key, long... ranks) TransactionBase.tdigestByRevRank(String key, long... ranks) MultiNodePipelineBase.tdigestCDF(String key, double... values) Pipeline.tdigestCDF(String key, double... values) TransactionBase.tdigestCDF(String key, double... values) MultiNodePipelineBase.tdigestCreate(String key) MultiNodePipelineBase.tdigestCreate(String key, int compression) Pipeline.tdigestCreate(String key) Pipeline.tdigestCreate(String key, int compression) TransactionBase.tdigestCreate(String key) TransactionBase.tdigestCreate(String key, int compression) MultiNodePipelineBase.tdigestInfo(String key) Pipeline.tdigestInfo(String key) TransactionBase.tdigestInfo(String key) MultiNodePipelineBase.tdigestMax(String key) Pipeline.tdigestMax(String key) TransactionBase.tdigestMax(String key) MultiNodePipelineBase.tdigestMerge(String destinationKey, String... sourceKeys) MultiNodePipelineBase.tdigestMerge(TDigestMergeParams mergeParams, String destinationKey, String... sourceKeys) Pipeline.tdigestMerge(String destinationKey, String... sourceKeys) Pipeline.tdigestMerge(TDigestMergeParams mergeParams, String destinationKey, String... sourceKeys) TransactionBase.tdigestMerge(String destinationKey, String... sourceKeys) TransactionBase.tdigestMerge(TDigestMergeParams mergeParams, String destinationKey, String... sourceKeys) MultiNodePipelineBase.tdigestMin(String key) Pipeline.tdigestMin(String key) TransactionBase.tdigestMin(String key) MultiNodePipelineBase.tdigestQuantile(String key, double... quantiles) Pipeline.tdigestQuantile(String key, double... quantiles) TransactionBase.tdigestQuantile(String key, double... quantiles) MultiNodePipelineBase.tdigestRank(String key, double... values) Pipeline.tdigestRank(String key, double... values) TransactionBase.tdigestRank(String key, double... values) MultiNodePipelineBase.tdigestReset(String key) Pipeline.tdigestReset(String key) TransactionBase.tdigestReset(String key) MultiNodePipelineBase.tdigestRevRank(String key, double... values) Pipeline.tdigestRevRank(String key, double... values) TransactionBase.tdigestRevRank(String key, double... values) MultiNodePipelineBase.tdigestTrimmedMean(String key, double lowCutQuantile, double highCutQuantile) Pipeline.tdigestTrimmedMean(String key, double lowCutQuantile, double highCutQuantile) TransactionBase.tdigestTrimmedMean(String key, double lowCutQuantile, double highCutQuantile) Pipeline.time()MultiNodePipelineBase.topkIncrBy(String key, Map<String, Long> itemIncrements) Pipeline.topkIncrBy(String key, Map<String, Long> itemIncrements) TransactionBase.topkIncrBy(String key, Map<String, Long> itemIncrements) MultiNodePipelineBase.topkListWithCount(String key) Pipeline.topkListWithCount(String key) TransactionBase.topkListWithCount(String key) MultiNodePipelineBase.topkReserve(String key, long topk) MultiNodePipelineBase.topkReserve(String key, long topk, long width, long depth, double decay) Pipeline.topkReserve(String key, long topk) Pipeline.topkReserve(String key, long topk, long width, long depth, double decay) TransactionBase.topkReserve(String key, long topk) TransactionBase.topkReserve(String key, long topk, long width, long depth, double decay) MultiNodePipelineBase.touch(byte[] key) MultiNodePipelineBase.touch(byte[]... keys) Pipeline.touch(byte[] key) Pipeline.touch(byte[]... keys) TransactionBase.touch(byte[] key) TransactionBase.touch(byte[]... keys) MultiNodePipelineBase.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) Pipeline.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) TransactionBase.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) MultiNodePipelineBase.tsAlter(String key, TSAlterParams alterParams) Pipeline.tsAlter(String key, TSAlterParams alterParams) TransactionBase.tsAlter(String key, TSAlterParams alterParams) MultiNodePipelineBase.tsCreate(String key, TSCreateParams createParams) Pipeline.tsCreate(String key, TSCreateParams createParams) TransactionBase.tsCreate(String key, TSCreateParams createParams) MultiNodePipelineBase.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) MultiNodePipelineBase.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) Pipeline.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) Pipeline.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) TransactionBase.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) TransactionBase.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) MultiNodePipelineBase.tsDeleteRule(String sourceKey, String destKey) Pipeline.tsDeleteRule(String sourceKey, String destKey) TransactionBase.tsDeleteRule(String sourceKey, String destKey) MultiNodePipelineBase.tsGet(String key, TSGetParams getParams) Pipeline.tsGet(String key, TSGetParams getParams) TransactionBase.tsGet(String key, TSGetParams getParams) MultiNodePipelineBase.tsMGet(TSMGetParams multiGetParams, String... filters) Pipeline.tsMGet(TSMGetParams multiGetParams, String... filters) TransactionBase.tsMGet(TSMGetParams multiGetParams, String... filters) MultiNodePipelineBase.tsMRange(TSMRangeParams multiRangeParams) Pipeline.tsMRange(TSMRangeParams multiRangeParams) TransactionBase.tsMRange(TSMRangeParams multiRangeParams) MultiNodePipelineBase.tsMRevRange(long fromTimestamp, long toTimestamp, String... filters) MultiNodePipelineBase.tsMRevRange(TSMRangeParams multiRangeParams) Pipeline.tsMRevRange(long fromTimestamp, long toTimestamp, String... filters) Pipeline.tsMRevRange(TSMRangeParams multiRangeParams) TransactionBase.tsMRevRange(long fromTimestamp, long toTimestamp, String... filters) TransactionBase.tsMRevRange(TSMRangeParams multiRangeParams) MultiNodePipelineBase.tsQueryIndex(String... filters) Pipeline.tsQueryIndex(String... filters) TransactionBase.tsQueryIndex(String... filters) MultiNodePipelineBase.tsRange(String key, TSRangeParams rangeParams) Pipeline.tsRange(String key, TSRangeParams rangeParams) TransactionBase.tsRange(String key, TSRangeParams rangeParams) MultiNodePipelineBase.tsRevRange(String key, long fromTimestamp, long toTimestamp) MultiNodePipelineBase.tsRevRange(String key, TSRangeParams rangeParams) Pipeline.tsRevRange(String key, long fromTimestamp, long toTimestamp) Pipeline.tsRevRange(String key, TSRangeParams rangeParams) TransactionBase.tsRevRange(String key, long fromTimestamp, long toTimestamp) TransactionBase.tsRevRange(String key, TSRangeParams rangeParams) MultiNodePipelineBase.ttl(byte[] key) Pipeline.ttl(byte[] key) TransactionBase.ttl(byte[] key) MultiNodePipelineBase.type(byte[] key) Pipeline.type(byte[] key) TransactionBase.type(byte[] key) MultiNodePipelineBase.unlink(byte[] key) MultiNodePipelineBase.unlink(byte[]... keys) Pipeline.unlink(byte[] key) Pipeline.unlink(byte[]... keys) TransactionBase.unlink(byte[] key) TransactionBase.unlink(byte[]... keys) MultiNodePipelineBase.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) Pipeline.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) Pipeline.waitAOF(long numLocal, long numReplicas, long timeout) TransactionBase.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) MultiNodePipelineBase.waitReplicas(byte[] sampleKey, int replicas, long timeout) MultiNodePipelineBase.waitReplicas(int replicas, long timeout) MultiNodePipelineBase.waitReplicas(String sampleKey, int replicas, long timeout) Pipeline.waitReplicas(byte[] sampleKey, int replicas, long timeout) Pipeline.waitReplicas(int replicas, long timeout) Pipeline.waitReplicas(String sampleKey, int replicas, long timeout) TransactionBase.waitReplicas(byte[] sampleKey, int replicas, long timeout) TransactionBase.waitReplicas(int replicas, long timeout) TransactionBase.waitReplicas(String sampleKey, int replicas, long timeout) MultiNodePipelineBase.xack(byte[] key, byte[] group, byte[]... ids) MultiNodePipelineBase.xack(String key, String group, StreamEntryID... ids) Pipeline.xack(byte[] key, byte[] group, byte[]... ids) Pipeline.xack(String key, String group, StreamEntryID... ids) TransactionBase.xack(byte[] key, byte[] group, byte[]... ids) TransactionBase.xack(String key, String group, StreamEntryID... ids) Response<byte[]> MultiNodePipelineBase.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) Response<byte[]> Pipeline.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) Response<byte[]> TransactionBase.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) MultiNodePipelineBase.xautoclaim(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) MultiNodePipelineBase.xautoclaim(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) Pipeline.xautoclaim(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) Pipeline.xautoclaim(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) TransactionBase.xautoclaim(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) TransactionBase.xautoclaim(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) MultiNodePipelineBase.xautoclaimJustId(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) MultiNodePipelineBase.xautoclaimJustId(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) Pipeline.xautoclaimJustId(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) Pipeline.xautoclaimJustId(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) TransactionBase.xautoclaimJustId(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) TransactionBase.xautoclaimJustId(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) MultiNodePipelineBase.xclaim(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) MultiNodePipelineBase.xclaim(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) Pipeline.xclaim(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) Pipeline.xclaim(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) TransactionBase.xclaim(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) TransactionBase.xclaim(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) MultiNodePipelineBase.xclaimJustId(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) MultiNodePipelineBase.xclaimJustId(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) Pipeline.xclaimJustId(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) Pipeline.xclaimJustId(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) TransactionBase.xclaimJustId(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) TransactionBase.xclaimJustId(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) MultiNodePipelineBase.xdel(byte[] key, byte[]... ids) MultiNodePipelineBase.xdel(String key, StreamEntryID... ids) Pipeline.xdel(byte[] key, byte[]... ids) Pipeline.xdel(String key, StreamEntryID... ids) TransactionBase.xdel(byte[] key, byte[]... ids) TransactionBase.xdel(String key, StreamEntryID... ids) MultiNodePipelineBase.xgroupCreate(byte[] key, byte[] groupName, byte[] id, boolean makeStream) MultiNodePipelineBase.xgroupCreate(String key, String groupName, StreamEntryID id, boolean makeStream) Pipeline.xgroupCreate(byte[] key, byte[] groupName, byte[] id, boolean makeStream) Pipeline.xgroupCreate(String key, String groupName, StreamEntryID id, boolean makeStream) TransactionBase.xgroupCreate(byte[] key, byte[] groupName, byte[] id, boolean makeStream) TransactionBase.xgroupCreate(String key, String groupName, StreamEntryID id, boolean makeStream) MultiNodePipelineBase.xgroupCreateConsumer(byte[] key, byte[] groupName, byte[] consumerName) MultiNodePipelineBase.xgroupCreateConsumer(String key, String groupName, String consumerName) Pipeline.xgroupCreateConsumer(byte[] key, byte[] groupName, byte[] consumerName) Pipeline.xgroupCreateConsumer(String key, String groupName, String consumerName) TransactionBase.xgroupCreateConsumer(byte[] key, byte[] groupName, byte[] consumerName) TransactionBase.xgroupCreateConsumer(String key, String groupName, String consumerName) MultiNodePipelineBase.xgroupDelConsumer(byte[] key, byte[] groupName, byte[] consumerName) MultiNodePipelineBase.xgroupDelConsumer(String key, String groupName, String consumerName) Pipeline.xgroupDelConsumer(byte[] key, byte[] groupName, byte[] consumerName) Pipeline.xgroupDelConsumer(String key, String groupName, String consumerName) TransactionBase.xgroupDelConsumer(byte[] key, byte[] groupName, byte[] consumerName) TransactionBase.xgroupDelConsumer(String key, String groupName, String consumerName) MultiNodePipelineBase.xgroupDestroy(byte[] key, byte[] groupName) MultiNodePipelineBase.xgroupDestroy(String key, String groupName) Pipeline.xgroupDestroy(byte[] key, byte[] groupName) Pipeline.xgroupDestroy(String key, String groupName) TransactionBase.xgroupDestroy(byte[] key, byte[] groupName) TransactionBase.xgroupDestroy(String key, String groupName) MultiNodePipelineBase.xgroupSetID(byte[] key, byte[] groupName, byte[] id) MultiNodePipelineBase.xgroupSetID(String key, String groupName, StreamEntryID id) Pipeline.xgroupSetID(byte[] key, byte[] groupName, byte[] id) Pipeline.xgroupSetID(String key, String groupName, StreamEntryID id) TransactionBase.xgroupSetID(byte[] key, byte[] groupName, byte[] id) TransactionBase.xgroupSetID(String key, String groupName, StreamEntryID id) MultiNodePipelineBase.xinfoConsumers(byte[] key, byte[] group) MultiNodePipelineBase.xinfoConsumers(String key, String group) Pipeline.xinfoConsumers(byte[] key, byte[] group) Pipeline.xinfoConsumers(String key, String group) TransactionBase.xinfoConsumers(byte[] key, byte[] group) TransactionBase.xinfoConsumers(String key, String group) MultiNodePipelineBase.xinfoGroup(byte[] key) Deprecated.MultiNodePipelineBase.xinfoGroup(String key) Deprecated.Pipeline.xinfoGroup(byte[] key) Deprecated.Pipeline.xinfoGroup(String key) Deprecated.TransactionBase.xinfoGroup(byte[] key) Deprecated.TransactionBase.xinfoGroup(String key) Deprecated.MultiNodePipelineBase.xinfoGroups(byte[] key) MultiNodePipelineBase.xinfoGroups(String key) Pipeline.xinfoGroups(byte[] key) Pipeline.xinfoGroups(String key) TransactionBase.xinfoGroups(byte[] key) TransactionBase.xinfoGroups(String key) MultiNodePipelineBase.xinfoStream(byte[] key) MultiNodePipelineBase.xinfoStream(String key) Pipeline.xinfoStream(byte[] key) Pipeline.xinfoStream(String key) TransactionBase.xinfoStream(byte[] key) TransactionBase.xinfoStream(String key) MultiNodePipelineBase.xinfoStreamFull(byte[] key) MultiNodePipelineBase.xinfoStreamFull(byte[] key, int count) MultiNodePipelineBase.xinfoStreamFull(String key) MultiNodePipelineBase.xinfoStreamFull(String key, int count) Pipeline.xinfoStreamFull(byte[] key) Pipeline.xinfoStreamFull(byte[] key, int count) Pipeline.xinfoStreamFull(String key) Pipeline.xinfoStreamFull(String key, int count) TransactionBase.xinfoStreamFull(byte[] key) TransactionBase.xinfoStreamFull(byte[] key, int count) TransactionBase.xinfoStreamFull(String key) TransactionBase.xinfoStreamFull(String key, int count) MultiNodePipelineBase.xlen(byte[] key) Pipeline.xlen(byte[] key) TransactionBase.xlen(byte[] key) MultiNodePipelineBase.xpending(byte[] key, byte[] groupName) MultiNodePipelineBase.xpending(byte[] key, byte[] groupName, byte[] start, byte[] end, int count, byte[] consumerName) MultiNodePipelineBase.xpending(byte[] key, byte[] groupName, XPendingParams params) MultiNodePipelineBase.xpending(String key, String groupName, XPendingParams params) MultiNodePipelineBase.xpending(String key, String groupName, StreamEntryID start, StreamEntryID end, int count, String consumerName) Pipeline.xpending(byte[] key, byte[] groupName) Pipeline.xpending(byte[] key, byte[] groupName, byte[] start, byte[] end, int count, byte[] consumerName) Pipeline.xpending(byte[] key, byte[] groupName, XPendingParams params) Pipeline.xpending(String key, String groupName, XPendingParams params) Pipeline.xpending(String key, String groupName, StreamEntryID start, StreamEntryID end, int count, String consumerName) TransactionBase.xpending(byte[] key, byte[] groupName) TransactionBase.xpending(byte[] key, byte[] groupName, byte[] start, byte[] end, int count, byte[] consumerName) TransactionBase.xpending(byte[] key, byte[] groupName, XPendingParams params) TransactionBase.xpending(String key, String groupName, XPendingParams params) TransactionBase.xpending(String key, String groupName, StreamEntryID start, StreamEntryID end, int count, String consumerName) MultiNodePipelineBase.xrange(byte[] key, byte[] start, byte[] end) MultiNodePipelineBase.xrange(byte[] key, byte[] start, byte[] end, int count) MultiNodePipelineBase.xrange(String key, StreamEntryID start, StreamEntryID end) MultiNodePipelineBase.xrange(String key, StreamEntryID start, StreamEntryID end, int count) Pipeline.xrange(byte[] key, byte[] start, byte[] end) Pipeline.xrange(byte[] key, byte[] start, byte[] end, int count) Pipeline.xrange(String key, StreamEntryID start, StreamEntryID end) Pipeline.xrange(String key, StreamEntryID start, StreamEntryID end, int count) TransactionBase.xrange(byte[] key, byte[] start, byte[] end) TransactionBase.xrange(byte[] key, byte[] start, byte[] end, int count) TransactionBase.xrange(String key, StreamEntryID start, StreamEntryID end) TransactionBase.xrange(String key, StreamEntryID start, StreamEntryID end, int count) MultiNodePipelineBase.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) MultiNodePipelineBase.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) Pipeline.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) Pipeline.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) TransactionBase.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) TransactionBase.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) MultiNodePipelineBase.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) MultiNodePipelineBase.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) Pipeline.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) Pipeline.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) TransactionBase.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) TransactionBase.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) MultiNodePipelineBase.xrevrange(byte[] key, byte[] end, byte[] start) MultiNodePipelineBase.xrevrange(byte[] key, byte[] end, byte[] start, int count) MultiNodePipelineBase.xrevrange(String key, StreamEntryID end, StreamEntryID start) MultiNodePipelineBase.xrevrange(String key, StreamEntryID end, StreamEntryID start, int count) Pipeline.xrevrange(byte[] key, byte[] end, byte[] start) Pipeline.xrevrange(byte[] key, byte[] end, byte[] start, int count) Pipeline.xrevrange(String key, StreamEntryID end, StreamEntryID start) Pipeline.xrevrange(String key, StreamEntryID end, StreamEntryID start, int count) TransactionBase.xrevrange(byte[] key, byte[] end, byte[] start) TransactionBase.xrevrange(byte[] key, byte[] end, byte[] start, int count) TransactionBase.xrevrange(String key, StreamEntryID end, StreamEntryID start) TransactionBase.xrevrange(String key, StreamEntryID end, StreamEntryID start, int count) MultiNodePipelineBase.xtrim(byte[] key, long maxLen, boolean approximateLength) MultiNodePipelineBase.xtrim(byte[] key, XTrimParams params) MultiNodePipelineBase.xtrim(String key, XTrimParams params) Pipeline.xtrim(byte[] key, long maxLen, boolean approximateLength) Pipeline.xtrim(byte[] key, XTrimParams params) Pipeline.xtrim(String key, XTrimParams params) TransactionBase.xtrim(byte[] key, long maxLen, boolean approximateLength) TransactionBase.xtrim(byte[] key, XTrimParams params) TransactionBase.xtrim(String key, XTrimParams params) MultiNodePipelineBase.zadd(byte[] key, double score, byte[] member) MultiNodePipelineBase.zadd(byte[] key, double score, byte[] member, ZAddParams params) MultiNodePipelineBase.zadd(byte[] key, Map<byte[], Double> scoreMembers, ZAddParams params) MultiNodePipelineBase.zadd(String key, double score, String member, ZAddParams params) Pipeline.zadd(byte[] key, double score, byte[] member) Pipeline.zadd(byte[] key, double score, byte[] member, ZAddParams params) Pipeline.zadd(byte[] key, Map<byte[], Double> scoreMembers, ZAddParams params) Pipeline.zadd(String key, double score, String member, ZAddParams params) TransactionBase.zadd(byte[] key, double score, byte[] member) TransactionBase.zadd(byte[] key, double score, byte[] member, ZAddParams params) TransactionBase.zadd(byte[] key, Map<byte[], Double> scoreMembers, ZAddParams params) TransactionBase.zadd(String key, double score, String member, ZAddParams params) MultiNodePipelineBase.zaddIncr(byte[] key, double score, byte[] member, ZAddParams params) MultiNodePipelineBase.zaddIncr(String key, double score, String member, ZAddParams params) Pipeline.zaddIncr(byte[] key, double score, byte[] member, ZAddParams params) Pipeline.zaddIncr(String key, double score, String member, ZAddParams params) TransactionBase.zaddIncr(byte[] key, double score, byte[] member, ZAddParams params) TransactionBase.zaddIncr(String key, double score, String member, ZAddParams params) MultiNodePipelineBase.zcard(byte[] key) Pipeline.zcard(byte[] key) TransactionBase.zcard(byte[] key) MultiNodePipelineBase.zcount(byte[] key, byte[] min, byte[] max) MultiNodePipelineBase.zcount(byte[] key, double min, double max) Pipeline.zcount(byte[] key, byte[] min, byte[] max) Pipeline.zcount(byte[] key, double min, double max) TransactionBase.zcount(byte[] key, byte[] min, byte[] max) TransactionBase.zcount(byte[] key, double min, double max) MultiNodePipelineBase.zdiff(byte[]... keys) Pipeline.zdiff(byte[]... keys) TransactionBase.zdiff(byte[]... keys) MultiNodePipelineBase.zdiffStore(byte[] dstkey, byte[]... keys) MultiNodePipelineBase.zdiffStore(String dstKey, String... keys) Pipeline.zdiffStore(byte[] dstkey, byte[]... keys) Pipeline.zdiffStore(String dstKey, String... keys) TransactionBase.zdiffStore(byte[] dstkey, byte[]... keys) TransactionBase.zdiffStore(String dstKey, String... keys) MultiNodePipelineBase.zdiffWithScores(byte[]... keys) MultiNodePipelineBase.zdiffWithScores(String... keys) Pipeline.zdiffWithScores(byte[]... keys) Pipeline.zdiffWithScores(String... keys) TransactionBase.zdiffWithScores(byte[]... keys) TransactionBase.zdiffWithScores(String... keys) MultiNodePipelineBase.zincrby(byte[] key, double increment, byte[] member) MultiNodePipelineBase.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) MultiNodePipelineBase.zincrby(String key, double increment, String member, ZIncrByParams params) Pipeline.zincrby(byte[] key, double increment, byte[] member) Pipeline.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) Pipeline.zincrby(String key, double increment, String member, ZIncrByParams params) TransactionBase.zincrby(byte[] key, double increment, byte[] member) TransactionBase.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) TransactionBase.zincrby(String key, double increment, String member, ZIncrByParams params) MultiNodePipelineBase.zintercard(byte[]... keys) MultiNodePipelineBase.zintercard(long limit, byte[]... keys) MultiNodePipelineBase.zintercard(long limit, String... keys) MultiNodePipelineBase.zintercard(String... keys) Pipeline.zintercard(byte[]... keys) Pipeline.zintercard(long limit, byte[]... keys) Pipeline.zintercard(long limit, String... keys) Pipeline.zintercard(String... keys) TransactionBase.zintercard(byte[]... keys) TransactionBase.zintercard(long limit, byte[]... keys) TransactionBase.zintercard(long limit, String... keys) TransactionBase.zintercard(String... keys) MultiNodePipelineBase.zinterstore(byte[] dstkey, byte[]... sets) MultiNodePipelineBase.zinterstore(byte[] dstkey, ZParams params, byte[]... sets) MultiNodePipelineBase.zinterstore(String dstKey, String... sets) MultiNodePipelineBase.zinterstore(String dstKey, ZParams params, String... sets) Pipeline.zinterstore(byte[] dstkey, byte[]... sets) Pipeline.zinterstore(byte[] dstkey, ZParams params, byte[]... sets) Pipeline.zinterstore(String dstKey, String... sets) Pipeline.zinterstore(String dstKey, ZParams params, String... sets) TransactionBase.zinterstore(byte[] dstkey, byte[]... sets) TransactionBase.zinterstore(byte[] dstkey, ZParams params, byte[]... sets) TransactionBase.zinterstore(String dstKey, String... sets) TransactionBase.zinterstore(String dstKey, ZParams params, String... sets) MultiNodePipelineBase.zinterWithScores(ZParams params, byte[]... keys) MultiNodePipelineBase.zinterWithScores(ZParams params, String... keys) Pipeline.zinterWithScores(ZParams params, byte[]... keys) Pipeline.zinterWithScores(ZParams params, String... keys) TransactionBase.zinterWithScores(ZParams params, byte[]... keys) TransactionBase.zinterWithScores(ZParams params, String... keys) MultiNodePipelineBase.zlexcount(byte[] key, byte[] min, byte[] max) Pipeline.zlexcount(byte[] key, byte[] min, byte[] max) TransactionBase.zlexcount(byte[] key, byte[] min, byte[] max) MultiNodePipelineBase.zmpop(SortedSetOption option, byte[]... keys) MultiNodePipelineBase.zmpop(SortedSetOption option, int count, byte[]... keys) MultiNodePipelineBase.zmpop(SortedSetOption option, int count, String... keys) MultiNodePipelineBase.zmpop(SortedSetOption option, String... keys) Pipeline.zmpop(SortedSetOption option, byte[]... keys) Pipeline.zmpop(SortedSetOption option, int count, byte[]... keys) Pipeline.zmpop(SortedSetOption option, int count, String... keys) Pipeline.zmpop(SortedSetOption option, String... keys) TransactionBase.zmpop(SortedSetOption option, byte[]... keys) TransactionBase.zmpop(SortedSetOption option, int count, byte[]... keys) TransactionBase.zmpop(SortedSetOption option, int count, String... keys) TransactionBase.zmpop(SortedSetOption option, String... keys) MultiNodePipelineBase.zmscore(byte[] key, byte[]... members) Pipeline.zmscore(byte[] key, byte[]... members) TransactionBase.zmscore(byte[] key, byte[]... members) MultiNodePipelineBase.zpopmax(byte[] key) MultiNodePipelineBase.zpopmax(byte[] key, int count) Pipeline.zpopmax(byte[] key) Pipeline.zpopmax(byte[] key, int count) TransactionBase.zpopmax(byte[] key) TransactionBase.zpopmax(byte[] key, int count) MultiNodePipelineBase.zpopmin(byte[] key) MultiNodePipelineBase.zpopmin(byte[] key, int count) Pipeline.zpopmin(byte[] key) Pipeline.zpopmin(byte[] key, int count) TransactionBase.zpopmin(byte[] key) TransactionBase.zpopmin(byte[] key, int count) Response<byte[]> MultiNodePipelineBase.zrandmember(byte[] key) MultiNodePipelineBase.zrandmember(byte[] key, long count) MultiNodePipelineBase.zrandmember(String key) MultiNodePipelineBase.zrandmember(String key, long count) Response<byte[]> Pipeline.zrandmember(byte[] key) Pipeline.zrandmember(byte[] key, long count) Pipeline.zrandmember(String key) Pipeline.zrandmember(String key, long count) Response<byte[]> TransactionBase.zrandmember(byte[] key) TransactionBase.zrandmember(byte[] key, long count) TransactionBase.zrandmember(String key) TransactionBase.zrandmember(String key, long count) MultiNodePipelineBase.zrandmemberWithScores(byte[] key, long count) MultiNodePipelineBase.zrandmemberWithScores(String key, long count) Pipeline.zrandmemberWithScores(byte[] key, long count) Pipeline.zrandmemberWithScores(String key, long count) TransactionBase.zrandmemberWithScores(byte[] key, long count) TransactionBase.zrandmemberWithScores(String key, long count) MultiNodePipelineBase.zrange(byte[] key, long start, long stop) MultiNodePipelineBase.zrange(byte[] key, ZRangeParams zRangeParams) MultiNodePipelineBase.zrange(String key, ZRangeParams zRangeParams) Pipeline.zrange(byte[] key, long start, long stop) Pipeline.zrange(byte[] key, ZRangeParams zRangeParams) Pipeline.zrange(String key, ZRangeParams zRangeParams) TransactionBase.zrange(byte[] key, long start, long stop) TransactionBase.zrange(byte[] key, ZRangeParams zRangeParams) TransactionBase.zrange(String key, ZRangeParams zRangeParams) MultiNodePipelineBase.zrangeByLex(byte[] key, byte[] min, byte[] max) MultiNodePipelineBase.zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count) MultiNodePipelineBase.zrangeByLex(String key, String min, String max) MultiNodePipelineBase.zrangeByLex(String key, String min, String max, int offset, int count) Pipeline.zrangeByLex(byte[] key, byte[] min, byte[] max) Pipeline.zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count) Pipeline.zrangeByLex(String key, String min, String max) Pipeline.zrangeByLex(String key, String min, String max, int offset, int count) TransactionBase.zrangeByLex(byte[] key, byte[] min, byte[] max) TransactionBase.zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count) TransactionBase.zrangeByLex(String key, String min, String max) TransactionBase.zrangeByLex(String key, String min, String max, int offset, int count) MultiNodePipelineBase.zrangeByScore(byte[] key, byte[] min, byte[] max) MultiNodePipelineBase.zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count) MultiNodePipelineBase.zrangeByScore(byte[] key, double min, double max) MultiNodePipelineBase.zrangeByScore(byte[] key, double min, double max, int offset, int count) MultiNodePipelineBase.zrangeByScore(String key, double min, double max) MultiNodePipelineBase.zrangeByScore(String key, double min, double max, int offset, int count) MultiNodePipelineBase.zrangeByScore(String key, String min, String max) MultiNodePipelineBase.zrangeByScore(String key, String min, String max, int offset, int count) Pipeline.zrangeByScore(byte[] key, byte[] min, byte[] max) Pipeline.zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count) Pipeline.zrangeByScore(byte[] key, double min, double max) Pipeline.zrangeByScore(byte[] key, double min, double max, int offset, int count) Pipeline.zrangeByScore(String key, double min, double max) Pipeline.zrangeByScore(String key, double min, double max, int offset, int count) Pipeline.zrangeByScore(String key, String min, String max) Pipeline.zrangeByScore(String key, String min, String max, int offset, int count) TransactionBase.zrangeByScore(byte[] key, byte[] min, byte[] max) TransactionBase.zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count) TransactionBase.zrangeByScore(byte[] key, double min, double max) TransactionBase.zrangeByScore(byte[] key, double min, double max, int offset, int count) TransactionBase.zrangeByScore(String key, double min, double max) TransactionBase.zrangeByScore(String key, double min, double max, int offset, int count) TransactionBase.zrangeByScore(String key, String min, String max) TransactionBase.zrangeByScore(String key, String min, String max, int offset, int count) MultiNodePipelineBase.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) MultiNodePipelineBase.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) MultiNodePipelineBase.zrangeByScoreWithScores(byte[] key, double min, double max) MultiNodePipelineBase.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) MultiNodePipelineBase.zrangeByScoreWithScores(String key, double min, double max) MultiNodePipelineBase.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) MultiNodePipelineBase.zrangeByScoreWithScores(String key, String min, String max) MultiNodePipelineBase.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) Pipeline.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) Pipeline.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) Pipeline.zrangeByScoreWithScores(byte[] key, double min, double max) Pipeline.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) Pipeline.zrangeByScoreWithScores(String key, double min, double max) Pipeline.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) Pipeline.zrangeByScoreWithScores(String key, String min, String max) Pipeline.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) TransactionBase.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) TransactionBase.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) TransactionBase.zrangeByScoreWithScores(byte[] key, double min, double max) TransactionBase.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) TransactionBase.zrangeByScoreWithScores(String key, double min, double max) TransactionBase.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) TransactionBase.zrangeByScoreWithScores(String key, String min, String max) TransactionBase.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) MultiNodePipelineBase.zrangestore(byte[] dest, byte[] src, ZRangeParams zRangeParams) MultiNodePipelineBase.zrangestore(String dest, String src, ZRangeParams zRangeParams) Pipeline.zrangestore(byte[] dest, byte[] src, ZRangeParams zRangeParams) Pipeline.zrangestore(String dest, String src, ZRangeParams zRangeParams) TransactionBase.zrangestore(byte[] dest, byte[] src, ZRangeParams zRangeParams) TransactionBase.zrangestore(String dest, String src, ZRangeParams zRangeParams) MultiNodePipelineBase.zrangeWithScores(byte[] key, long start, long stop) MultiNodePipelineBase.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) MultiNodePipelineBase.zrangeWithScores(String key, long start, long stop) MultiNodePipelineBase.zrangeWithScores(String key, ZRangeParams zRangeParams) Pipeline.zrangeWithScores(byte[] key, long start, long stop) Pipeline.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) Pipeline.zrangeWithScores(String key, long start, long stop) Pipeline.zrangeWithScores(String key, ZRangeParams zRangeParams) TransactionBase.zrangeWithScores(byte[] key, long start, long stop) TransactionBase.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) TransactionBase.zrangeWithScores(String key, long start, long stop) TransactionBase.zrangeWithScores(String key, ZRangeParams zRangeParams) MultiNodePipelineBase.zrank(byte[] key, byte[] member) Pipeline.zrank(byte[] key, byte[] member) TransactionBase.zrank(byte[] key, byte[] member) MultiNodePipelineBase.zrankWithScore(byte[] key, byte[] member) MultiNodePipelineBase.zrankWithScore(String key, String member) Pipeline.zrankWithScore(byte[] key, byte[] member) Pipeline.zrankWithScore(String key, String member) TransactionBase.zrankWithScore(byte[] key, byte[] member) TransactionBase.zrankWithScore(String key, String member) MultiNodePipelineBase.zrem(byte[] key, byte[]... members) Pipeline.zrem(byte[] key, byte[]... members) TransactionBase.zrem(byte[] key, byte[]... members) MultiNodePipelineBase.zremrangeByLex(byte[] key, byte[] min, byte[] max) MultiNodePipelineBase.zremrangeByLex(String key, String min, String max) Pipeline.zremrangeByLex(byte[] key, byte[] min, byte[] max) Pipeline.zremrangeByLex(String key, String min, String max) TransactionBase.zremrangeByLex(byte[] key, byte[] min, byte[] max) TransactionBase.zremrangeByLex(String key, String min, String max) MultiNodePipelineBase.zremrangeByRank(byte[] key, long start, long stop) MultiNodePipelineBase.zremrangeByRank(String key, long start, long stop) Pipeline.zremrangeByRank(byte[] key, long start, long stop) Pipeline.zremrangeByRank(String key, long start, long stop) TransactionBase.zremrangeByRank(byte[] key, long start, long stop) TransactionBase.zremrangeByRank(String key, long start, long stop) MultiNodePipelineBase.zremrangeByScore(byte[] key, byte[] min, byte[] max) MultiNodePipelineBase.zremrangeByScore(byte[] key, double min, double max) MultiNodePipelineBase.zremrangeByScore(String key, double min, double max) MultiNodePipelineBase.zremrangeByScore(String key, String min, String max) Pipeline.zremrangeByScore(byte[] key, byte[] min, byte[] max) Pipeline.zremrangeByScore(byte[] key, double min, double max) Pipeline.zremrangeByScore(String key, double min, double max) Pipeline.zremrangeByScore(String key, String min, String max) TransactionBase.zremrangeByScore(byte[] key, byte[] min, byte[] max) TransactionBase.zremrangeByScore(byte[] key, double min, double max) TransactionBase.zremrangeByScore(String key, double min, double max) TransactionBase.zremrangeByScore(String key, String min, String max) MultiNodePipelineBase.zrevrange(byte[] key, long start, long stop) Pipeline.zrevrange(byte[] key, long start, long stop) TransactionBase.zrevrange(byte[] key, long start, long stop) MultiNodePipelineBase.zrevrangeByLex(byte[] key, byte[] max, byte[] min) MultiNodePipelineBase.zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count) MultiNodePipelineBase.zrevrangeByLex(String key, String max, String min) MultiNodePipelineBase.zrevrangeByLex(String key, String max, String min, int offset, int count) Pipeline.zrevrangeByLex(byte[] key, byte[] max, byte[] min) Pipeline.zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count) Pipeline.zrevrangeByLex(String key, String max, String min) Pipeline.zrevrangeByLex(String key, String max, String min, int offset, int count) TransactionBase.zrevrangeByLex(byte[] key, byte[] max, byte[] min) TransactionBase.zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count) TransactionBase.zrevrangeByLex(String key, String max, String min) TransactionBase.zrevrangeByLex(String key, String max, String min, int offset, int count) MultiNodePipelineBase.zrevrangeByScore(byte[] key, byte[] max, byte[] min) MultiNodePipelineBase.zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count) MultiNodePipelineBase.zrevrangeByScore(byte[] key, double max, double min) MultiNodePipelineBase.zrevrangeByScore(byte[] key, double max, double min, int offset, int count) MultiNodePipelineBase.zrevrangeByScore(String key, double max, double min) MultiNodePipelineBase.zrevrangeByScore(String key, double max, double min, int offset, int count) MultiNodePipelineBase.zrevrangeByScore(String key, String max, String min) MultiNodePipelineBase.zrevrangeByScore(String key, String max, String min, int offset, int count) Pipeline.zrevrangeByScore(byte[] key, byte[] max, byte[] min) Pipeline.zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count) Pipeline.zrevrangeByScore(byte[] key, double max, double min) Pipeline.zrevrangeByScore(byte[] key, double max, double min, int offset, int count) Pipeline.zrevrangeByScore(String key, double max, double min) Pipeline.zrevrangeByScore(String key, double max, double min, int offset, int count) Pipeline.zrevrangeByScore(String key, String max, String min) Pipeline.zrevrangeByScore(String key, String max, String min, int offset, int count) TransactionBase.zrevrangeByScore(byte[] key, byte[] max, byte[] min) TransactionBase.zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count) TransactionBase.zrevrangeByScore(byte[] key, double max, double min) TransactionBase.zrevrangeByScore(byte[] key, double max, double min, int offset, int count) TransactionBase.zrevrangeByScore(String key, double max, double min) TransactionBase.zrevrangeByScore(String key, double max, double min, int offset, int count) TransactionBase.zrevrangeByScore(String key, String max, String min) TransactionBase.zrevrangeByScore(String key, String max, String min, int offset, int count) MultiNodePipelineBase.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) MultiNodePipelineBase.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) MultiNodePipelineBase.zrevrangeByScoreWithScores(byte[] key, double max, double min) MultiNodePipelineBase.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) MultiNodePipelineBase.zrevrangeByScoreWithScores(String key, double max, double min) MultiNodePipelineBase.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) MultiNodePipelineBase.zrevrangeByScoreWithScores(String key, String max, String min) MultiNodePipelineBase.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) Pipeline.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) Pipeline.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) Pipeline.zrevrangeByScoreWithScores(byte[] key, double max, double min) Pipeline.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) Pipeline.zrevrangeByScoreWithScores(String key, double max, double min) Pipeline.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) Pipeline.zrevrangeByScoreWithScores(String key, String max, String min) Pipeline.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) TransactionBase.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) TransactionBase.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) TransactionBase.zrevrangeByScoreWithScores(byte[] key, double max, double min) TransactionBase.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) TransactionBase.zrevrangeByScoreWithScores(String key, double max, double min) TransactionBase.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) TransactionBase.zrevrangeByScoreWithScores(String key, String max, String min) TransactionBase.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) MultiNodePipelineBase.zrevrangeWithScores(byte[] key, long start, long stop) MultiNodePipelineBase.zrevrangeWithScores(String key, long start, long stop) Pipeline.zrevrangeWithScores(byte[] key, long start, long stop) Pipeline.zrevrangeWithScores(String key, long start, long stop) TransactionBase.zrevrangeWithScores(byte[] key, long start, long stop) TransactionBase.zrevrangeWithScores(String key, long start, long stop) MultiNodePipelineBase.zrevrank(byte[] key, byte[] member) Pipeline.zrevrank(byte[] key, byte[] member) TransactionBase.zrevrank(byte[] key, byte[] member) MultiNodePipelineBase.zrevrankWithScore(byte[] key, byte[] member) MultiNodePipelineBase.zrevrankWithScore(String key, String member) Pipeline.zrevrankWithScore(byte[] key, byte[] member) Pipeline.zrevrankWithScore(String key, String member) TransactionBase.zrevrankWithScore(byte[] key, byte[] member) TransactionBase.zrevrankWithScore(String key, String member) MultiNodePipelineBase.zscan(byte[] key, byte[] cursor, ScanParams params) MultiNodePipelineBase.zscan(String key, String cursor, ScanParams params) Pipeline.zscan(byte[] key, byte[] cursor, ScanParams params) Pipeline.zscan(String key, String cursor, ScanParams params) TransactionBase.zscan(byte[] key, byte[] cursor, ScanParams params) TransactionBase.zscan(String key, String cursor, ScanParams params) MultiNodePipelineBase.zscore(byte[] key, byte[] member) Pipeline.zscore(byte[] key, byte[] member) TransactionBase.zscore(byte[] key, byte[] member) MultiNodePipelineBase.zunionstore(byte[] dstkey, byte[]... sets) MultiNodePipelineBase.zunionstore(byte[] dstkey, ZParams params, byte[]... sets) MultiNodePipelineBase.zunionstore(String dstKey, String... sets) MultiNodePipelineBase.zunionstore(String dstKey, ZParams params, String... sets) Pipeline.zunionstore(byte[] dstkey, byte[]... sets) Pipeline.zunionstore(byte[] dstkey, ZParams params, byte[]... sets) Pipeline.zunionstore(String dstKey, String... sets) Pipeline.zunionstore(String dstKey, ZParams params, String... sets) TransactionBase.zunionstore(byte[] dstkey, byte[]... sets) TransactionBase.zunionstore(byte[] dstkey, ZParams params, byte[]... sets) TransactionBase.zunionstore(String dstKey, String... sets) TransactionBase.zunionstore(String dstKey, ZParams params, String... sets) MultiNodePipelineBase.zunionWithScores(ZParams params, byte[]... keys) MultiNodePipelineBase.zunionWithScores(ZParams params, String... keys) Pipeline.zunionWithScores(ZParams params, byte[]... keys) Pipeline.zunionWithScores(ZParams params, String... keys) TransactionBase.zunionWithScores(ZParams params, byte[]... keys) TransactionBase.zunionWithScores(ZParams params, String... keys) Methods in redis.clients.jedis with parameters of type Response -
Uses of Response in redis.clients.jedis.bloom.commands
Methods in redis.clients.jedis.bloom.commands that return ResponseModifier and TypeMethodDescriptionBloomFilterPipelineCommands.bfInsert(String key, BFInsertParams insertParams, String... items) BloomFilterPipelineCommands.bfLoadChunk(String key, long iterator, byte[] data) BloomFilterPipelineCommands.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) BloomFilterPipelineCommands.bfScanDump(String key, long iterator) CuckooFilterPipelineCommands.cfInsert(String key, CFInsertParams insertParams, String... items) CuckooFilterPipelineCommands.cfInsertNx(String key, String... items) CuckooFilterPipelineCommands.cfInsertNx(String key, CFInsertParams insertParams, String... items) CuckooFilterPipelineCommands.cfLoadChunk(String key, long iterator, byte[] data) CuckooFilterPipelineCommands.cfReserve(String key, long capacity, CFReserveParams reserveParams) CuckooFilterPipelineCommands.cfScanDump(String key, long iterator) CountMinSketchPipelineCommands.cmsInitByDim(String key, long width, long depth) CountMinSketchPipelineCommands.cmsInitByProb(String key, double error, double probability) TDigestSketchPipelineCommands.tdigestAdd(String key, double... values) TDigestSketchPipelineCommands.tdigestByRank(String key, long... ranks) TDigestSketchPipelineCommands.tdigestByRevRank(String key, long... ranks) TDigestSketchPipelineCommands.tdigestCDF(String key, double... values) TDigestSketchPipelineCommands.tdigestCreate(String key) TDigestSketchPipelineCommands.tdigestCreate(String key, int compression) TDigestSketchPipelineCommands.tdigestInfo(String key) TDigestSketchPipelineCommands.tdigestMax(String key) TDigestSketchPipelineCommands.tdigestMerge(String destinationKey, String... sourceKeys) TDigestSketchPipelineCommands.tdigestMerge(TDigestMergeParams mergeParams, String destinationKey, String... sourceKeys) TDigestSketchPipelineCommands.tdigestMin(String key) TDigestSketchPipelineCommands.tdigestQuantile(String key, double... quantiles) TDigestSketchPipelineCommands.tdigestRank(String key, double... values) TDigestSketchPipelineCommands.tdigestReset(String key) TDigestSketchPipelineCommands.tdigestRevRank(String key, double... values) TDigestSketchPipelineCommands.tdigestTrimmedMean(String key, double lowCutQuantile, double highCutQuantile) Deprecated.As of RedisBloom 2.4, this command is regarded as deprecated.TopKFilterPipelineCommands.topkIncrBy(String key, Map<String, Long> itemIncrements) TopKFilterPipelineCommands.topkListWithCount(String key) TopKFilterPipelineCommands.topkReserve(String key, long topk) TopKFilterPipelineCommands.topkReserve(String key, long topk, long width, long depth, double decay) -
Uses of Response in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return ResponseModifier and TypeMethodDescriptionStringPipelineBinaryCommands.append(byte[] key, byte[] value) BitPipelineBinaryCommands.bitcount(byte[] key) BitPipelineBinaryCommands.bitcount(byte[] key, long start, long end) BitPipelineBinaryCommands.bitcount(byte[] key, long start, long end, BitCountOption option) BitPipelineCommands.bitcount(String key, long start, long end, BitCountOption option) BitPipelineBinaryCommands.bitfield(byte[] key, byte[]... arguments) BitPipelineBinaryCommands.bitfieldReadonly(byte[] key, byte[]... arguments) BitPipelineCommands.bitfieldReadonly(String key, String... arguments) BitPipelineBinaryCommands.bitpos(byte[] key, boolean value) BitPipelineBinaryCommands.bitpos(byte[] key, boolean value, BitPosParams params) BitPipelineCommands.bitpos(String key, boolean value, BitPosParams params) Response<byte[]> ListPipelineBinaryCommands.blmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to, double timeout) ListPipelineCommands.blmove(String srcKey, String dstKey, ListDirection from, ListDirection to, double timeout) ListPipelineBinaryCommands.blmpop(long timeout, ListDirection direction, byte[]... keys) ListPipelineBinaryCommands.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) ListPipelineCommands.blmpop(long timeout, ListDirection direction, int count, String... keys) ListPipelineCommands.blmpop(long timeout, ListDirection direction, String... keys) ListPipelineBinaryCommands.blpop(double timeout, byte[]... keys) ListPipelineBinaryCommands.blpop(int timeout, byte[]... keys) ListPipelineBinaryCommands.brpop(double timeout, byte[]... keys) ListPipelineBinaryCommands.brpop(int timeout, byte[]... keys) Response<byte[]> ListPipelineBinaryCommands.brpoplpush(byte[] source, byte[] destination, int timeout) ListPipelineCommands.brpoplpush(String source, String destination, int timeout) SortedSetPipelineBinaryCommands.bzmpop(long timeout, SortedSetOption option, byte[]... keys) SortedSetPipelineBinaryCommands.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) SortedSetPipelineCommands.bzmpop(long timeout, SortedSetOption option, int count, String... keys) SortedSetPipelineCommands.bzmpop(long timeout, SortedSetOption option, String... keys) SortedSetPipelineBinaryCommands.bzpopmax(double timeout, byte[]... keys) SortedSetPipelineBinaryCommands.bzpopmin(double timeout, byte[]... keys) DatabasePipelineCommands.copy(byte[] srcKey, byte[] dstKey, int db, boolean replace) Binary version ofCOPY.Copy the value stored at the source key to the destination key.KeyPipelineBinaryCommands.copy(byte[] srcKey, byte[] dstKey, boolean replace) DatabasePipelineCommands.dbSize()Return the number of keys in the currently-selected database.StringPipelineBinaryCommands.decr(byte[] key) StringPipelineBinaryCommands.decrBy(byte[] key, long decrement) KeyPipelineBinaryCommands.del(byte[] key) KeyPipelineBinaryCommands.del(byte[]... keys) Response<byte[]> KeyPipelineBinaryCommands.dump(byte[] key) Response<byte[]> SampleBinaryKeyedPipelineCommands.eval(byte[] script, byte[] sampleKey) ScriptingKeyPipelineBinaryCommands.eval(byte[] script) ScriptingKeyPipelineBinaryCommands.eval(byte[] script, int keyCount, byte[]... params) ScriptingKeyPipelineBinaryCommands.evalReadonly(byte[] script, List<byte[]> keys, List<byte[]> args) SampleBinaryKeyedPipelineCommands.evalsha(byte[] sha1, byte[] sampleKey) ScriptingKeyPipelineBinaryCommands.evalsha(byte[] sha1) ScriptingKeyPipelineBinaryCommands.evalsha(byte[] sha1, int keyCount, byte[]... params) ScriptingKeyPipelineBinaryCommands.evalshaReadonly(byte[] sha1, List<byte[]> keys, List<byte[]> args) KeyPipelineBinaryCommands.exists(byte[] key) KeyPipelineBinaryCommands.exists(byte[]... keys) KeyPipelineBinaryCommands.expire(byte[] key, long seconds) KeyPipelineBinaryCommands.expire(byte[] key, long seconds, ExpiryOption expiryOption) KeyPipelineCommands.expire(String key, long seconds, ExpiryOption expiryOption) KeyPipelineBinaryCommands.expireAt(byte[] key, long unixTime) KeyPipelineBinaryCommands.expireAt(byte[] key, long unixTime, ExpiryOption expiryOption) KeyPipelineCommands.expireAt(String key, long unixTime, ExpiryOption expiryOption) KeyPipelineBinaryCommands.expireTime(byte[] key) KeyPipelineCommands.expireTime(String key) FunctionPipelineBinaryCommands.fcallReadonly(byte[] name, List<byte[]> keys, List<byte[]> args) FunctionPipelineBinaryCommands.functionDelete(byte[] libraryName) FunctionPipelineCommands.functionDelete(String libraryName) Response<byte[]> FunctionPipelineBinaryCommands.functionDump()Response<byte[]> FunctionPipelineCommands.functionDump()FunctionPipelineBinaryCommands.functionFlush()FunctionPipelineBinaryCommands.functionFlush(FlushMode mode) FunctionPipelineCommands.functionFlush()FunctionPipelineCommands.functionFlush(FlushMode mode) FunctionPipelineBinaryCommands.functionKill()FunctionPipelineCommands.functionKill()FunctionPipelineBinaryCommands.functionList(byte[] libraryNamePattern) FunctionPipelineCommands.functionList()FunctionPipelineCommands.functionList(String libraryNamePattern) FunctionPipelineBinaryCommands.functionListBinary()FunctionPipelineBinaryCommands.functionListWithCode(byte[] libraryNamePattern) FunctionPipelineCommands.functionListWithCode()FunctionPipelineCommands.functionListWithCode(String libraryNamePattern) FunctionPipelineBinaryCommands.functionListWithCodeBinary()FunctionPipelineBinaryCommands.functionLoad(byte[] functionCode) FunctionPipelineCommands.functionLoad(String functionCode) FunctionPipelineBinaryCommands.functionLoadReplace(byte[] functionCode) FunctionPipelineCommands.functionLoadReplace(String functionCode) FunctionPipelineBinaryCommands.functionRestore(byte[] serializedValue) FunctionPipelineBinaryCommands.functionRestore(byte[] serializedValue, FunctionRestorePolicy policy) FunctionPipelineCommands.functionRestore(byte[] serializedValue) FunctionPipelineCommands.functionRestore(byte[] serializedValue, FunctionRestorePolicy policy) FunctionPipelineCommands.functionStats()FunctionPipelineBinaryCommands.functionStatsBinary()GeoPipelineBinaryCommands.geoadd(byte[] key, double longitude, double latitude, byte[] member) GeoPipelineBinaryCommands.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) GeoPipelineBinaryCommands.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) GeoPipelineCommands.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) GeoPipelineCommands.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) GeoPipelineBinaryCommands.geodist(byte[] key, byte[] member1, byte[] member2) GeoPipelineBinaryCommands.geohash(byte[] key, byte[]... members) GeoPipelineBinaryCommands.geopos(byte[] key, byte[]... members) GeoPipelineBinaryCommands.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) GeoPipelineBinaryCommands.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineCommands.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit) GeoPipelineCommands.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineBinaryCommands.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) GeoPipelineBinaryCommands.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineCommands.georadiusByMember(String key, String member, double radius, GeoUnit unit) GeoPipelineCommands.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineBinaryCommands.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) GeoPipelineBinaryCommands.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineCommands.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) GeoPipelineCommands.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineBinaryCommands.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) GeoPipelineCommands.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) GeoPipelineBinaryCommands.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) GeoPipelineBinaryCommands.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineCommands.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) GeoPipelineCommands.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineBinaryCommands.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) GeoPipelineCommands.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) GeoPipelineBinaryCommands.geosearch(byte[] key, byte[] member, double width, double height, GeoUnit unit) GeoPipelineBinaryCommands.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoPipelineBinaryCommands.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) GeoPipelineBinaryCommands.geosearch(byte[] key, GeoSearchParam params) GeoPipelineCommands.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoPipelineCommands.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) GeoPipelineCommands.geosearch(String key, GeoSearchParam params) GeoPipelineBinaryCommands.geosearchStore(byte[] dest, byte[] src, byte[] member, double width, double height, GeoUnit unit) GeoPipelineBinaryCommands.geosearchStore(byte[] dest, byte[] src, byte[] member, double radius, GeoUnit unit) GeoPipelineBinaryCommands.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoPipelineBinaryCommands.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) GeoPipelineBinaryCommands.geosearchStore(byte[] dest, byte[] src, GeoSearchParam params) GeoPipelineCommands.geosearchStore(String dest, String src, String member, double width, double height, GeoUnit unit) GeoPipelineCommands.geosearchStore(String dest, String src, String member, double radius, GeoUnit unit) GeoPipelineCommands.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoPipelineCommands.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) GeoPipelineCommands.geosearchStore(String dest, String src, GeoSearchParam params) GeoPipelineBinaryCommands.geosearchStoreStoreDist(byte[] dest, byte[] src, GeoSearchParam params) GeoPipelineCommands.geosearchStoreStoreDist(String dest, String src, GeoSearchParam params) Response<byte[]> StringPipelineBinaryCommands.get(byte[] key) BitPipelineBinaryCommands.getbit(byte[] key, long offset) Response<byte[]> StringPipelineBinaryCommands.getDel(byte[] key) Response<byte[]> StringPipelineBinaryCommands.getEx(byte[] key, GetExParams params) StringPipelineCommands.getEx(String key, GetExParams params) Response<byte[]> StringPipelineBinaryCommands.getrange(byte[] key, long startOffset, long endOffset) Response<byte[]> StringPipelineBinaryCommands.getSet(byte[] key, byte[] value) HashPipelineBinaryCommands.hdel(byte[] key, byte[]... field) HashPipelineBinaryCommands.hexists(byte[] key, byte[] field) Response<byte[]> HashPipelineBinaryCommands.hget(byte[] key, byte[] field) HashPipelineBinaryCommands.hgetAll(byte[] key) HashPipelineBinaryCommands.hincrBy(byte[] key, byte[] field, long value) HashPipelineBinaryCommands.hincrByFloat(byte[] key, byte[] field, double value) HashPipelineCommands.hincrByFloat(String key, String field, double value) HashPipelineBinaryCommands.hkeys(byte[] key) HashPipelineBinaryCommands.hlen(byte[] key) HashPipelineBinaryCommands.hmget(byte[] key, byte[]... fields) Response<byte[]> HashPipelineBinaryCommands.hrandfield(byte[] key) HashPipelineBinaryCommands.hrandfield(byte[] key, long count) HashPipelineCommands.hrandfield(String key) HashPipelineCommands.hrandfield(String key, long count) HashPipelineBinaryCommands.hrandfieldWithValues(byte[] key, long count) HashPipelineCommands.hrandfieldWithValues(String key, long count) default Response<ScanResult<Map.Entry<byte[], byte[]>>> HashPipelineBinaryCommands.hscan(byte[] key, byte[] cursor) Response<ScanResult<Map.Entry<byte[], byte[]>>> HashPipelineBinaryCommands.hscan(byte[] key, byte[] cursor, ScanParams params) default Response<ScanResult<Map.Entry<String, String>>> HashPipelineCommands.hscan(String key, String cursor, ScanParams params) HashPipelineBinaryCommands.hset(byte[] key, byte[] field, byte[] value) HashPipelineBinaryCommands.hsetnx(byte[] key, byte[] field, byte[] value) HashPipelineBinaryCommands.hstrlen(byte[] key, byte[] field) HashPipelineBinaryCommands.hvals(byte[] key) StringPipelineBinaryCommands.incr(byte[] key) StringPipelineBinaryCommands.incrBy(byte[] key, long increment) StringPipelineBinaryCommands.incrByFloat(byte[] key, double increment) StringPipelineCommands.incrByFloat(String key, double increment) KeyPipelineBinaryCommands.keys(byte[] pattern) Response<byte[]> ListPipelineBinaryCommands.lindex(byte[] key, long index) ListPipelineBinaryCommands.linsert(byte[] key, ListPosition where, byte[] pivot, byte[] value) ListPipelineCommands.linsert(String key, ListPosition where, String pivot, String value) ListPipelineBinaryCommands.llen(byte[] key) Response<byte[]> ListPipelineBinaryCommands.lmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to) ListPipelineCommands.lmove(String srcKey, String dstKey, ListDirection from, ListDirection to) ListPipelineBinaryCommands.lmpop(ListDirection direction, byte[]... keys) ListPipelineBinaryCommands.lmpop(ListDirection direction, int count, byte[]... keys) ListPipelineCommands.lmpop(ListDirection direction, int count, String... keys) ListPipelineCommands.lmpop(ListDirection direction, String... keys) Response<byte[]> ListPipelineBinaryCommands.lpop(byte[] key) ListPipelineBinaryCommands.lpop(byte[] key, int count) ListPipelineBinaryCommands.lpos(byte[] key, byte[] element) ListPipelineBinaryCommands.lpos(byte[] key, byte[] element, LPosParams params) ListPipelineBinaryCommands.lpos(byte[] key, byte[] element, LPosParams params, long count) ListPipelineCommands.lpos(String key, String element, LPosParams params) ListPipelineCommands.lpos(String key, String element, LPosParams params, long count) ListPipelineBinaryCommands.lpush(byte[] key, byte[]... args) ListPipelineBinaryCommands.lpushx(byte[] key, byte[]... args) ListPipelineBinaryCommands.lrange(byte[] key, long start, long stop) ListPipelineBinaryCommands.lrem(byte[] key, long count, byte[] value) ListPipelineBinaryCommands.lset(byte[] key, long index, byte[] value) ListPipelineBinaryCommands.ltrim(byte[] key, long start, long stop) KeyPipelineBinaryCommands.memoryUsage(byte[] key) KeyPipelineBinaryCommands.memoryUsage(byte[] key, int samples) KeyPipelineCommands.memoryUsage(String key) KeyPipelineCommands.memoryUsage(String key, int samples) StringPipelineBinaryCommands.mget(byte[]... keys) Binary version ofMIGRATE.DatabasePipelineCommands.migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, byte[]... keys) Binary version ofMIGRATE.DatabasePipelineCommands.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 Command Atomically transfer a key from a source Redis instance to a destination Redis instance.KeyPipelineBinaryCommands.migrate(String host, int port, int timeout, MigrateParams params, byte[]... keys) KeyPipelineCommands.migrate(String host, int port, int timeout, MigrateParams params, String... keys) DatabasePipelineCommands.move(byte[] key, int dbIndex) Binary version ofMOVE.Move the specified key from the currently selected DB to the specified destination DB.StringPipelineBinaryCommands.mset(byte[]... keysvalues) StringPipelineBinaryCommands.msetnx(byte[]... keysvalues) Response<byte[]> KeyPipelineBinaryCommands.objectEncoding(byte[] key) KeyPipelineCommands.objectEncoding(String key) KeyPipelineBinaryCommands.objectFreq(byte[] key) KeyPipelineCommands.objectFreq(String key) KeyPipelineBinaryCommands.objectIdletime(byte[] key) KeyPipelineCommands.objectIdletime(String key) KeyPipelineBinaryCommands.objectRefcount(byte[] key) KeyPipelineCommands.objectRefcount(String key) KeyPipelineBinaryCommands.persist(byte[] key) KeyPipelineBinaryCommands.pexpire(byte[] key, long milliseconds) KeyPipelineBinaryCommands.pexpire(byte[] key, long milliseconds, ExpiryOption expiryOption) KeyPipelineCommands.pexpire(String key, long milliseconds, ExpiryOption expiryOption) KeyPipelineBinaryCommands.pexpireAt(byte[] key, long millisecondsTimestamp) KeyPipelineBinaryCommands.pexpireAt(byte[] key, long millisecondsTimestamp, ExpiryOption expiryOption) KeyPipelineCommands.pexpireAt(String key, long millisecondsTimestamp, ExpiryOption expiryOption) KeyPipelineBinaryCommands.pexpireTime(byte[] key) KeyPipelineCommands.pexpireTime(String key) HyperLogLogPipelineBinaryCommands.pfadd(byte[] key, byte[]... elements) HyperLogLogPipelineBinaryCommands.pfcount(byte[] key) HyperLogLogPipelineBinaryCommands.pfcount(byte[]... keys) HyperLogLogPipelineBinaryCommands.pfmerge(byte[] destkey, byte[]... sourcekeys) StringPipelineBinaryCommands.psetex(byte[] key, long milliseconds, byte[] value) KeyPipelineBinaryCommands.pttl(byte[] key) Response<byte[]> KeyPipelineBinaryCommands.randomBinaryKey()KeyPipelineCommands.randomKey()KeyPipelineBinaryCommands.rename(byte[] oldkey, byte[] newkey) KeyPipelineBinaryCommands.renamenx(byte[] oldkey, byte[] newkey) KeyPipelineBinaryCommands.restore(byte[] key, long ttl, byte[] serializedValue) KeyPipelineBinaryCommands.restore(byte[] key, long ttl, byte[] serializedValue, RestoreParams params) KeyPipelineCommands.restore(String key, long ttl, byte[] serializedValue, RestoreParams params) Response<byte[]> ListPipelineBinaryCommands.rpop(byte[] key) ListPipelineBinaryCommands.rpop(byte[] key, int count) Response<byte[]> ListPipelineBinaryCommands.rpoplpush(byte[] srckey, byte[] dstkey) ListPipelineBinaryCommands.rpush(byte[] key, byte[]... args) ListPipelineBinaryCommands.rpushx(byte[] key, byte[]... args) SetPipelineBinaryCommands.sadd(byte[] key, byte[]... members) Response<ScanResult<byte[]>> KeyPipelineBinaryCommands.scan(byte[] cursor) Response<ScanResult<byte[]>> KeyPipelineBinaryCommands.scan(byte[] cursor, ScanParams params) Response<ScanResult<byte[]>> KeyPipelineBinaryCommands.scan(byte[] cursor, ScanParams params, byte[] type) KeyPipelineCommands.scan(String cursor, ScanParams params) KeyPipelineCommands.scan(String cursor, ScanParams params, String type) SetPipelineBinaryCommands.scard(byte[] key) SampleBinaryKeyedPipelineCommands.scriptExists(byte[] sampleKey, byte[]... sha1s) SampleKeyedPipelineCommands.scriptExists(String sampleKey, String... sha1) SampleBinaryKeyedPipelineCommands.scriptFlush(byte[] sampleKey) SampleBinaryKeyedPipelineCommands.scriptFlush(byte[] sampleKey, FlushMode flushMode) SampleKeyedPipelineCommands.scriptFlush(String sampleKey) SampleKeyedPipelineCommands.scriptFlush(String sampleKey, FlushMode flushMode) SampleBinaryKeyedPipelineCommands.scriptKill(byte[] sampleKey) SampleKeyedPipelineCommands.scriptKill(String sampleKey) Response<byte[]> SampleBinaryKeyedPipelineCommands.scriptLoad(byte[] script, byte[] sampleKey) SampleKeyedPipelineCommands.scriptLoad(String script, String sampleKey) SetPipelineBinaryCommands.sdiff(byte[]... keys) SetPipelineBinaryCommands.sdiffstore(byte[] dstkey, byte[]... keys) SetPipelineCommands.sdiffstore(String dstKey, String... keys) DatabasePipelineCommands.select(int index) Select the DB with having the specified zero-based numeric index.StringPipelineBinaryCommands.set(byte[] key, byte[] value) BitPipelineBinaryCommands.setbit(byte[] key, long offset, boolean value) StringPipelineBinaryCommands.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.StringPipelineBinaryCommands.setnx(byte[] key, byte[] value) StringPipelineBinaryCommands.setrange(byte[] key, long offset, byte[] value) SetPipelineBinaryCommands.sinter(byte[]... keys) SetPipelineBinaryCommands.sintercard(byte[]... keys) SetPipelineBinaryCommands.sintercard(int limit, byte[]... keys) SetPipelineCommands.sintercard(int limit, String... keys) SetPipelineCommands.sintercard(String... keys) SetPipelineBinaryCommands.sinterstore(byte[] dstkey, byte[]... keys) SetPipelineCommands.sinterstore(String dstKey, String... keys) SetPipelineBinaryCommands.sismember(byte[] key, byte[] member) SetPipelineBinaryCommands.smembers(byte[] key) SetPipelineBinaryCommands.smismember(byte[] key, byte[]... members) SetPipelineCommands.smismember(String key, String... members) SetPipelineBinaryCommands.smove(byte[] srckey, byte[] dstkey, byte[] member) KeyPipelineBinaryCommands.sort(byte[] key) KeyPipelineBinaryCommands.sort(byte[] key, byte[] dstkey) KeyPipelineBinaryCommands.sort(byte[] key, SortingParams sortingParams) KeyPipelineBinaryCommands.sort(byte[] key, SortingParams sortingParams, byte[] dstkey) KeyPipelineCommands.sort(String key, SortingParams sortingParams) KeyPipelineCommands.sort(String key, SortingParams sortingParams, String dstkey) KeyPipelineBinaryCommands.sortReadonly(byte[] key, SortingParams sortingParams) KeyPipelineCommands.sortReadonly(String key, SortingParams sortingParams) Response<byte[]> SetPipelineBinaryCommands.spop(byte[] key) SetPipelineBinaryCommands.spop(byte[] key, long count) Response<byte[]> SetPipelineBinaryCommands.srandmember(byte[] key) SetPipelineBinaryCommands.srandmember(byte[] key, int count) SetPipelineCommands.srandmember(String key) SetPipelineCommands.srandmember(String key, int count) SetPipelineBinaryCommands.srem(byte[] key, byte[]... members) default Response<ScanResult<byte[]>> SetPipelineBinaryCommands.sscan(byte[] key, byte[] cursor) Response<ScanResult<byte[]>> SetPipelineBinaryCommands.sscan(byte[] key, byte[] cursor, ScanParams params) default Response<ScanResult<String>> SetPipelineCommands.sscan(String key, String cursor, ScanParams params) StringPipelineBinaryCommands.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.StringPipelineCommands.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.StringPipelineBinaryCommands.strlen(byte[] key) Response<byte[]> StringPipelineBinaryCommands.substr(byte[] key, int start, int end) SetPipelineBinaryCommands.sunion(byte[]... keys) SetPipelineBinaryCommands.sunionstore(byte[] dstkey, byte[]... keys) SetPipelineCommands.sunionstore(String dstKey, String... keys) DatabasePipelineCommands.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.KeyPipelineBinaryCommands.touch(byte[] key) KeyPipelineBinaryCommands.touch(byte[]... keys) KeyPipelineBinaryCommands.ttl(byte[] key) KeyPipelineBinaryCommands.type(byte[] key) KeyPipelineBinaryCommands.unlink(byte[] key) KeyPipelineBinaryCommands.unlink(byte[]... keys) SampleBinaryKeyedPipelineCommands.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) SampleKeyedPipelineCommands.waitAOF(String sampleKey, long numLocal, long numReplicas, long timeout) SampleBinaryKeyedPipelineCommands.waitReplicas(byte[] sampleKey, int replicas, long timeout) SampleKeyedPipelineCommands.waitReplicas(String sampleKey, int replicas, long timeout) StreamPipelineBinaryCommands.xack(byte[] key, byte[] group, byte[]... ids) StreamPipelineCommands.xack(String key, String group, StreamEntryID... ids) XACK key group ID [ID ...]default Response<byte[]> StreamPipelineBinaryCommands.xadd(byte[] key, Map<byte[], byte[]> hash, XAddParams params) Response<byte[]> StreamPipelineBinaryCommands.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) default Response<StreamEntryID> XADD key [NOMKSTREAM] [MAXLEN|MINID [=|~] threshold [LIMIT count]] *|ID field value [field value ...]XADD key ID field string [field string ...]StreamPipelineBinaryCommands.xautoclaim(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) StreamPipelineCommands.xautoclaim(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) XAUTOCLAIM key group consumer min-idle-time start [COUNT count]StreamPipelineBinaryCommands.xautoclaimJustId(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) StreamPipelineCommands.xautoclaimJustId(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) XAUTOCLAIM key group consumer min-idle-time start [COUNT count] JUSTIDStreamPipelineBinaryCommands.xclaim(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) StreamPipelineCommands.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]StreamPipelineBinaryCommands.xclaimJustId(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) StreamPipelineCommands.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] JUSTIDStreamPipelineBinaryCommands.xdel(byte[] key, byte[]... ids) StreamPipelineCommands.xdel(String key, StreamEntryID... ids) XDEL key ID [ID ...]StreamPipelineBinaryCommands.xgroupCreate(byte[] key, byte[] groupName, byte[] id, boolean makeStream) StreamPipelineCommands.xgroupCreate(String key, String groupName, StreamEntryID id, boolean makeStream) XGROUP CREATE key groupName <id or $>StreamPipelineBinaryCommands.xgroupCreateConsumer(byte[] key, byte[] groupName, byte[] consumerName) StreamPipelineCommands.xgroupCreateConsumer(String key, String groupName, String consumerName) XGROUP CREATECONSUMER key groupName consumerNameStreamPipelineBinaryCommands.xgroupDelConsumer(byte[] key, byte[] groupName, byte[] consumerName) StreamPipelineCommands.xgroupDelConsumer(String key, String groupName, String consumerName) XGROUP DELCONSUMER key groupName consumerNameStreamPipelineBinaryCommands.xgroupDestroy(byte[] key, byte[] groupName) StreamPipelineCommands.xgroupDestroy(String key, String groupName) XGROUP DESTROY key groupNameStreamPipelineBinaryCommands.xgroupSetID(byte[] key, byte[] groupName, byte[] id) StreamPipelineCommands.xgroupSetID(String key, String groupName, StreamEntryID id) XGROUP SETID key groupName <id or $>StreamPipelineBinaryCommands.xinfoConsumers(byte[] key, byte[] group) StreamPipelineCommands.xinfoConsumers(String key, String group) Introspection command used in order to retrieve different information about consumers in the groupStreamPipelineBinaryCommands.xinfoGroup(byte[] key) Deprecated.StreamPipelineCommands.xinfoGroup(String key) Deprecated.StreamPipelineBinaryCommands.xinfoGroups(byte[] key) StreamPipelineCommands.xinfoGroups(String key) Introspection command used in order to retrieve different information about groups in the streamStreamPipelineBinaryCommands.xinfoStream(byte[] key) StreamPipelineCommands.xinfoStream(String key) Introspection command used in order to retrieve different information about the streamStreamPipelineBinaryCommands.xinfoStreamFull(byte[] key) Introspection command used in order to retrieve all information about the streamStreamPipelineBinaryCommands.xinfoStreamFull(byte[] key, int count) Introspection command used in order to retrieve all information about the streamStreamPipelineCommands.xinfoStreamFull(String key) Introspection command used in order to retrieve all information about the streamStreamPipelineCommands.xinfoStreamFull(String key, int count) Introspection command used in order to retrieve all information about the streamStreamPipelineBinaryCommands.xlen(byte[] key) XLEN keyStreamPipelineBinaryCommands.xpending(byte[] key, byte[] groupName) StreamPipelineBinaryCommands.xpending(byte[] key, byte[] groupName, byte[] start, byte[] end, int count, byte[] consumerName) StreamPipelineBinaryCommands.xpending(byte[] key, byte[] groupName, XPendingParams params) XPENDING key groupStreamPipelineCommands.xpending(String key, String groupName, XPendingParams params) XPENDING key group [[IDLE min-idle-time] start end count [consumer]]StreamPipelineCommands.xpending(String key, String groupName, StreamEntryID start, StreamEntryID end, int count, String consumerName) StreamPipelineBinaryCommands.xrange(byte[] key, byte[] start, byte[] end) StreamPipelineBinaryCommands.xrange(byte[] key, byte[] start, byte[] end, int count) StreamPipelineCommands.xrange(String key, StreamEntryID start, StreamEntryID end) XRANGE key start endStreamPipelineCommands.xrange(String key, StreamEntryID start, StreamEntryID end, int count) XRANGE key start end COUNT countStreamPipelineBinaryCommands.xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) StreamPipelineCommands.xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]StreamPipelineBinaryCommands.xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) StreamPipelineCommands.xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]StreamPipelineBinaryCommands.xrevrange(byte[] key, byte[] end, byte[] start) StreamPipelineBinaryCommands.xrevrange(byte[] key, byte[] end, byte[] start, int count) StreamPipelineCommands.xrevrange(String key, StreamEntryID end, StreamEntryID start) XREVRANGE key end startStreamPipelineCommands.xrevrange(String key, StreamEntryID end, StreamEntryID start, int count) XREVRANGE key end start COUNT countStreamPipelineBinaryCommands.xtrim(byte[] key, long maxLen, boolean approximateLength) StreamPipelineBinaryCommands.xtrim(byte[] key, XTrimParams params) XTRIM key MAXLEN [~] countStreamPipelineCommands.xtrim(String key, XTrimParams params) XTRIM key MAXLEN|MINID [=|~] threshold [LIMIT count]SortedSetPipelineBinaryCommands.zadd(byte[] key, double score, byte[] member) SortedSetPipelineBinaryCommands.zadd(byte[] key, double score, byte[] member, ZAddParams params) SortedSetPipelineBinaryCommands.zadd(byte[] key, Map<byte[], Double> scoreMembers, ZAddParams params) SortedSetPipelineCommands.zadd(String key, double score, String member, ZAddParams params) SortedSetPipelineBinaryCommands.zaddIncr(byte[] key, double score, byte[] member, ZAddParams params) SortedSetPipelineCommands.zaddIncr(String key, double score, String member, ZAddParams params) SortedSetPipelineBinaryCommands.zcard(byte[] key) SortedSetPipelineBinaryCommands.zcount(byte[] key, byte[] min, byte[] max) SortedSetPipelineBinaryCommands.zcount(byte[] key, double min, double max) SortedSetPipelineBinaryCommands.zdiff(byte[]... keys) SortedSetPipelineBinaryCommands.zdiffStore(byte[] dstkey, byte[]... keys) SortedSetPipelineCommands.zdiffStore(String dstKey, String... keys) SortedSetPipelineBinaryCommands.zdiffWithScores(byte[]... keys) SortedSetPipelineCommands.zdiffWithScores(String... keys) SortedSetPipelineBinaryCommands.zincrby(byte[] key, double increment, byte[] member) SortedSetPipelineBinaryCommands.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) SortedSetPipelineCommands.zincrby(String key, double increment, String member, ZIncrByParams params) SortedSetPipelineBinaryCommands.zintercard(byte[]... keys) SortedSetPipelineBinaryCommands.zintercard(long limit, byte[]... keys) SortedSetPipelineCommands.zintercard(long limit, String... keys) SortedSetPipelineCommands.zintercard(String... keys) SortedSetPipelineBinaryCommands.zinterstore(byte[] dstkey, byte[]... sets) SortedSetPipelineBinaryCommands.zinterstore(byte[] dstkey, ZParams params, byte[]... sets) SortedSetPipelineCommands.zinterstore(String dstKey, String... sets) SortedSetPipelineCommands.zinterstore(String dstKey, ZParams params, String... sets) SortedSetPipelineBinaryCommands.zinterWithScores(ZParams params, byte[]... keys) SortedSetPipelineCommands.zinterWithScores(ZParams params, String... keys) SortedSetPipelineBinaryCommands.zlexcount(byte[] key, byte[] min, byte[] max) SortedSetPipelineBinaryCommands.zmpop(SortedSetOption option, byte[]... keys) SortedSetPipelineBinaryCommands.zmpop(SortedSetOption option, int count, byte[]... keys) SortedSetPipelineCommands.zmpop(SortedSetOption option, int count, String... keys) SortedSetPipelineCommands.zmpop(SortedSetOption option, String... keys) SortedSetPipelineBinaryCommands.zmscore(byte[] key, byte[]... members) SortedSetPipelineBinaryCommands.zpopmax(byte[] key) SortedSetPipelineBinaryCommands.zpopmax(byte[] key, int count) SortedSetPipelineBinaryCommands.zpopmin(byte[] key) SortedSetPipelineBinaryCommands.zpopmin(byte[] key, int count) Response<byte[]> SortedSetPipelineBinaryCommands.zrandmember(byte[] key) SortedSetPipelineBinaryCommands.zrandmember(byte[] key, long count) SortedSetPipelineCommands.zrandmember(String key) SortedSetPipelineCommands.zrandmember(String key, long count) SortedSetPipelineBinaryCommands.zrandmemberWithScores(byte[] key, long count) SortedSetPipelineCommands.zrandmemberWithScores(String key, long count) SortedSetPipelineBinaryCommands.zrange(byte[] key, long start, long stop) SortedSetPipelineBinaryCommands.zrange(byte[] key, ZRangeParams zRangeParams) SortedSetPipelineCommands.zrange(String key, ZRangeParams zRangeParams) SortedSetPipelineBinaryCommands.zrangeByLex(byte[] key, byte[] min, byte[] max) SortedSetPipelineBinaryCommands.zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count) SortedSetPipelineCommands.zrangeByLex(String key, String min, String max) SortedSetPipelineCommands.zrangeByLex(String key, String min, String max, int offset, int count) SortedSetPipelineBinaryCommands.zrangeByScore(byte[] key, byte[] min, byte[] max) SortedSetPipelineBinaryCommands.zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count) SortedSetPipelineBinaryCommands.zrangeByScore(byte[] key, double min, double max) SortedSetPipelineBinaryCommands.zrangeByScore(byte[] key, double min, double max, int offset, int count) SortedSetPipelineCommands.zrangeByScore(String key, double min, double max) SortedSetPipelineCommands.zrangeByScore(String key, double min, double max, int offset, int count) SortedSetPipelineCommands.zrangeByScore(String key, String min, String max) SortedSetPipelineCommands.zrangeByScore(String key, String min, String max, int offset, int count) SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key, double min, double max) SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) SortedSetPipelineCommands.zrangeByScoreWithScores(String key, double min, double max) SortedSetPipelineCommands.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) SortedSetPipelineCommands.zrangeByScoreWithScores(String key, String min, String max) SortedSetPipelineCommands.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) SortedSetPipelineBinaryCommands.zrangestore(byte[] dest, byte[] src, ZRangeParams zRangeParams) SortedSetPipelineCommands.zrangestore(String dest, String src, ZRangeParams zRangeParams) SortedSetPipelineBinaryCommands.zrangeWithScores(byte[] key, long start, long stop) SortedSetPipelineBinaryCommands.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) SortedSetPipelineCommands.zrangeWithScores(String key, long start, long stop) SortedSetPipelineCommands.zrangeWithScores(String key, ZRangeParams zRangeParams) SortedSetPipelineBinaryCommands.zrank(byte[] key, byte[] member) SortedSetPipelineBinaryCommands.zrankWithScore(byte[] key, byte[] member) SortedSetPipelineCommands.zrankWithScore(String key, String member) SortedSetPipelineBinaryCommands.zrem(byte[] key, byte[]... members) SortedSetPipelineBinaryCommands.zremrangeByLex(byte[] key, byte[] min, byte[] max) SortedSetPipelineCommands.zremrangeByLex(String key, String min, String max) SortedSetPipelineBinaryCommands.zremrangeByRank(byte[] key, long start, long stop) SortedSetPipelineCommands.zremrangeByRank(String key, long start, long stop) SortedSetPipelineBinaryCommands.zremrangeByScore(byte[] key, byte[] min, byte[] max) SortedSetPipelineBinaryCommands.zremrangeByScore(byte[] key, double min, double max) SortedSetPipelineCommands.zremrangeByScore(String key, double min, double max) SortedSetPipelineCommands.zremrangeByScore(String key, String min, String max) SortedSetPipelineBinaryCommands.zrevrange(byte[] key, long start, long stop) SortedSetPipelineBinaryCommands.zrevrangeByLex(byte[] key, byte[] max, byte[] min) SortedSetPipelineBinaryCommands.zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count) SortedSetPipelineCommands.zrevrangeByLex(String key, String max, String min) SortedSetPipelineCommands.zrevrangeByLex(String key, String max, String min, int offset, int count) SortedSetPipelineBinaryCommands.zrevrangeByScore(byte[] key, byte[] max, byte[] min) SortedSetPipelineBinaryCommands.zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count) SortedSetPipelineBinaryCommands.zrevrangeByScore(byte[] key, double max, double min) SortedSetPipelineBinaryCommands.zrevrangeByScore(byte[] key, double max, double min, int offset, int count) SortedSetPipelineCommands.zrevrangeByScore(String key, double max, double min) SortedSetPipelineCommands.zrevrangeByScore(String key, double max, double min, int offset, int count) SortedSetPipelineCommands.zrevrangeByScore(String key, String max, String min) SortedSetPipelineCommands.zrevrangeByScore(String key, String max, String min, int offset, int count) SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key, double max, double min) SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key, double max, double min) SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key, String max, String min) SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) SortedSetPipelineBinaryCommands.zrevrangeWithScores(byte[] key, long start, long stop) SortedSetPipelineCommands.zrevrangeWithScores(String key, long start, long stop) SortedSetPipelineBinaryCommands.zrevrank(byte[] key, byte[] member) SortedSetPipelineBinaryCommands.zrevrankWithScore(byte[] key, byte[] member) SortedSetPipelineCommands.zrevrankWithScore(String key, String member) default Response<ScanResult<Tuple>> SortedSetPipelineBinaryCommands.zscan(byte[] key, byte[] cursor) SortedSetPipelineBinaryCommands.zscan(byte[] key, byte[] cursor, ScanParams params) default Response<ScanResult<Tuple>> SortedSetPipelineCommands.zscan(String key, String cursor, ScanParams params) SortedSetPipelineBinaryCommands.zscore(byte[] key, byte[] member) SortedSetPipelineBinaryCommands.zunionstore(byte[] dstkey, byte[]... sets) SortedSetPipelineBinaryCommands.zunionstore(byte[] dstkey, ZParams params, byte[]... sets) SortedSetPipelineCommands.zunionstore(String dstKey, String... sets) SortedSetPipelineCommands.zunionstore(String dstKey, ZParams params, String... sets) SortedSetPipelineBinaryCommands.zunionWithScores(ZParams params, byte[]... keys) SortedSetPipelineCommands.zunionWithScores(ZParams params, String... keys) -
Uses of Response in redis.clients.jedis.graph
Methods in redis.clients.jedis.graph that return ResponseModifier and TypeMethodDescriptionRedisGraphPipelineCommands.graphDelete(String name) RedisGraphPipelineCommands.graphProfile(String graphName, String query) RedisGraphPipelineCommands.graphQuery(String name, String query) RedisGraphPipelineCommands.graphQuery(String name, String query, long timeout) RedisGraphPipelineCommands.graphQuery(String name, String query, Map<String, Object> params, long timeout) RedisGraphPipelineCommands.graphReadonlyQuery(String name, String query) RedisGraphPipelineCommands.graphReadonlyQuery(String name, String query, long timeout) RedisGraphPipelineCommands.graphReadonlyQuery(String name, String query, Map<String, Object> params, long timeout) -
Uses of Response in redis.clients.jedis.json
Methods in redis.clients.jedis.json that return ResponseModifier and TypeMethodDescriptionRedisJsonPipelineCommands.jsonArrAppend(String key, Path2 path, Object... objects) RedisJsonPipelineCommands.jsonArrAppend(String key, Path path, Object... pojos) RedisJsonPipelineCommands.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) RedisJsonPipelineCommands.jsonArrIndex(String key, Path2 path, Object scalar) RedisJsonPipelineCommands.jsonArrIndex(String key, Path path, Object scalar) RedisJsonPipelineCommands.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) RedisJsonPipelineCommands.jsonArrInsert(String key, Path2 path, int index, Object... objects) RedisJsonPipelineCommands.jsonArrInsert(String key, Path path, int index, Object... pojos) RedisJsonPipelineCommands.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) RedisJsonPipelineCommands.jsonArrLen(String key) RedisJsonPipelineCommands.jsonArrLen(String key, Path path) RedisJsonPipelineCommands.jsonArrLen(String key, Path2 path) RedisJsonPipelineCommands.jsonArrPop(String key) <T> Response<T> RedisJsonPipelineCommands.jsonArrPop(String key, Class<T> clazz) <T> Response<T> RedisJsonPipelineCommands.jsonArrPop(String key, Class<T> clazz, Path path) <T> Response<T> RedisJsonPipelineCommands.jsonArrPop(String key, Class<T> clazz, Path path, int index) RedisJsonPipelineCommands.jsonArrPop(String key, Path path) RedisJsonPipelineCommands.jsonArrPop(String key, Path2 path) RedisJsonPipelineCommands.jsonArrPop(String key, Path2 path, int index) RedisJsonPipelineCommands.jsonArrPop(String key, Path path, int index) RedisJsonPipelineCommands.jsonArrTrim(String key, Path2 path, int start, int stop) RedisJsonPipelineCommands.jsonArrTrim(String key, Path path, int start, int stop) <T> Response<T> <T> Response<T> Response<org.json.JSONArray> RedisJsonPipelineCommands.jsonNumIncrBy(String key, Path2 path, double value) RedisJsonPipelineCommands.jsonNumIncrBy(String key, Path path, double value) RedisJsonPipelineCommands.jsonSet(String key, Object object, JsonSetParams params) RedisJsonPipelineCommands.jsonSet(String key, Path2 path, Object object, JsonSetParams params) RedisJsonPipelineCommands.jsonSet(String key, Path path, Object pojo, JsonSetParams params) RedisJsonPipelineCommands.jsonSetLegacy(String key, Object pojo) RedisJsonPipelineCommands.jsonSetLegacy(String key, Object pojo, JsonSetParams params) RedisJsonPipelineCommands.jsonSetWithEscape(String key, Object object) RedisJsonPipelineCommands.jsonSetWithEscape(String key, Object object, JsonSetParams params) RedisJsonPipelineCommands.jsonSetWithEscape(String key, Path2 path, Object object) RedisJsonPipelineCommands.jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) RedisJsonPipelineCommands.jsonStrAppend(String key, Object string) RedisJsonPipelineCommands.jsonStrAppend(String key, Path2 path, Object string) RedisJsonPipelineCommands.jsonStrAppend(String key, Path path, Object string) RedisJsonPipelineCommands.jsonStrLen(String key) RedisJsonPipelineCommands.jsonStrLen(String key, Path path) RedisJsonPipelineCommands.jsonStrLen(String key, Path2 path) RedisJsonPipelineCommands.jsonToggle(String key, Path path) RedisJsonPipelineCommands.jsonToggle(String key, Path2 path) -
Uses of Response in redis.clients.jedis.search
Methods in redis.clients.jedis.search that return ResponseModifier and TypeMethodDescriptionRediSearchPipelineCommands.ftAggregate(String indexName, AggregationBuilder aggr) RediSearchPipelineCommands.ftAliasAdd(String aliasName, String indexName) Deprecated.RediSearchPipelineCommands.ftAliasDel(String aliasName) Deprecated.RediSearchPipelineCommands.ftAliasUpdate(String aliasName, String indexName) Deprecated.RediSearchPipelineCommands.ftAlter(String indexName, Iterable<SchemaField> schemaFields) RediSearchPipelineCommands.ftAlter(String indexName, Schema.Field... fields) RediSearchPipelineCommands.ftAlter(String indexName, SchemaField... schemaFields) RediSearchPipelineCommands.ftConfigGet(String option) RediSearchPipelineCommands.ftConfigGet(String indexName, String option) RediSearchPipelineCommands.ftConfigSet(String option, String value) RediSearchPipelineCommands.ftConfigSet(String indexName, String option, String value) RediSearchPipelineCommands.ftCreate(String indexName, Iterable<SchemaField> schemaFields) RediSearchPipelineCommands.ftCreate(String indexName, FTCreateParams createParams, Iterable<SchemaField> schemaFields) RediSearchPipelineCommands.ftCreate(String indexName, FTCreateParams createParams, SchemaField... schemaFields) RediSearchPipelineCommands.ftCreate(String indexName, IndexOptions indexOptions, Schema schema) RediSearchPipelineCommands.ftCreate(String indexName, SchemaField... schemaFields) RediSearchPipelineCommands.ftCursorDel(String indexName, long cursorId) Deprecated.RediSearchPipelineCommands.ftCursorRead(String indexName, long cursorId, int count) Deprecated.RediSearchPipelineCommands.ftDictAddBySampleKey(String indexName, String dictionary, String... terms) RediSearchPipelineCommands.ftDictDelBySampleKey(String indexName, String dictionary, String... terms) RediSearchPipelineCommands.ftDictDump(String dictionary) RediSearchPipelineCommands.ftDictDumpBySampleKey(String indexName, String dictionary) RediSearchPipelineCommands.ftDropIndex(String indexName) Deprecated.RediSearchPipelineCommands.ftDropIndexDD(String indexName) Deprecated.RediSearchPipelineCommands.ftExplainCLI(String indexName, Query query) default Response<SearchResult> RediSearchPipelineCommands.ftSearch(String indexName, String query, FTSearchParams searchParams) RediSearchPipelineCommands.ftSpellCheck(String index, String query) RediSearchPipelineCommands.ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) RediSearchPipelineCommands.ftSugAddIncr(String key, String string, double score) RediSearchPipelineCommands.ftSugGetWithScores(String key, String prefix) RediSearchPipelineCommands.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) RediSearchPipelineCommands.ftSynUpdate(String indexName, String synonymGroupId, String... terms) -
Uses of Response in redis.clients.jedis.timeseries
Methods in redis.clients.jedis.timeseries that return ResponseModifier and TypeMethodDescriptionRedisTimeSeriesPipelineCommands.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) RedisTimeSeriesPipelineCommands.tsAlter(String key, TSAlterParams alterParams) RedisTimeSeriesPipelineCommands.tsCreate(String key, TSCreateParams createParams) RedisTimeSeriesPipelineCommands.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) RedisTimeSeriesPipelineCommands.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) RedisTimeSeriesPipelineCommands.tsDeleteRule(String sourceKey, String destKey) RedisTimeSeriesPipelineCommands.tsGet(String key, TSGetParams getParams) RedisTimeSeriesPipelineCommands.tsMGet(TSMGetParams multiGetParams, String... filters) RedisTimeSeriesPipelineCommands.tsMRange(TSMRangeParams multiRangeParams) RedisTimeSeriesPipelineCommands.tsMRevRange(long fromTimestamp, long toTimestamp, String... filters) RedisTimeSeriesPipelineCommands.tsMRevRange(TSMRangeParams multiRangeParams) RedisTimeSeriesPipelineCommands.tsQueryIndex(String... filters) RedisTimeSeriesPipelineCommands.tsRange(String key, TSRangeParams rangeParams) RedisTimeSeriesPipelineCommands.tsRevRange(String key, long fromTimestamp, long toTimestamp) RedisTimeSeriesPipelineCommands.tsRevRange(String key, TSRangeParams rangeParams)