Package redis.clients.jedis
Class CommandObjects
java.lang.Object
redis.clients.jedis.CommandObjects
- Direct Known Subclasses:
ClusterCommandObjects,ShardedCommandObjects
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate classprivate class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CommandObject<String> private final CommandObject<String> private JsonObjectMapperprivate final CommandObject<String> private final CommandObject<String> private final CommandObject<String> private final CommandObject<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate CommandArgumentsaddFlatArgs(CommandArguments args, double... values) private CommandArgumentsaddFlatArgs(CommandArguments args, long... values) private CommandArgumentsaddFlatKeyValueArgs(CommandArguments args, byte[]... keyvalues) private CommandArgumentsaddFlatKeyValueArgs(CommandArguments args, String... keyvalues) private CommandArgumentsaddFlatMapArgs(CommandArguments args, Map<?, ?> map) private CommandArgumentsaddGeoCoordinateFlatMapArgs(CommandArguments args, Map<?, GeoCoordinate> map) private CommandArgumentsaddSortedSetFlatMapArgs(CommandArguments args, Map<?, Double> map) final CommandObject<Long> append(byte[] key, byte[] value) final CommandObject<Long> final CommandObject<Boolean> final CommandObject<Long> final CommandObject<Boolean> final CommandObject<Map<String, Object>> final CommandObject<List<Boolean>> final CommandObject<List<Boolean>> bfInsert(String key, BFInsertParams insertParams, String... items) final CommandObject<String> bfLoadChunk(String key, long iterator, byte[] data) final CommandObject<List<Boolean>> final CommandObject<List<Boolean>> final CommandObject<String> final CommandObject<String> bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) final CommandObject<Map.Entry<Long, byte[]>> bfScanDump(String key, long iterator) final CommandObject<Long> bitcount(byte[] key) final CommandObject<Long> bitcount(byte[] key, long start, long end) final CommandObject<Long> bitcount(byte[] key, long start, long end, BitCountOption option) final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> bitcount(String key, long start, long end, BitCountOption option) final CommandObject<List<Long>> bitfield(byte[] key, byte[]... arguments) final CommandObject<List<Long>> final CommandObject<List<Long>> bitfieldReadonly(byte[] key, byte[]... arguments) final CommandObject<List<Long>> bitfieldReadonly(String key, String... arguments) final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> bitpos(byte[] key, boolean value) final CommandObject<Long> bitpos(byte[] key, boolean value, BitPosParams params) final CommandObject<Long> final CommandObject<Long> bitpos(String key, boolean value, BitPosParams params) final CommandObject<byte[]> blmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to, double timeout) final CommandObject<String> blmove(String srcKey, String dstKey, ListDirection from, ListDirection to, double timeout) final CommandObject<KeyValue<byte[], List<byte[]>>> blmpop(long timeout, ListDirection direction, byte[]... keys) final CommandObject<KeyValue<byte[], List<byte[]>>> blmpop(long timeout, ListDirection direction, int count, byte[]... keys) final CommandObject<KeyValue<String, List<String>>> blmpop(long timeout, ListDirection direction, int count, String... keys) final CommandObject<KeyValue<String, List<String>>> blmpop(long timeout, ListDirection direction, String... keys) final CommandObject<List<byte[]>> blpop(double timeout, byte[]... keys) final CommandObject<KeyedListElement> final CommandObject<KeyedListElement> final CommandObject<List<byte[]>> blpop(int timeout, byte[]... keys) final CommandObject<List<String>> final CommandObject<List<String>> final CommandObject<List<byte[]>> brpop(double timeout, byte[]... keys) final CommandObject<KeyedListElement> final CommandObject<KeyedListElement> final CommandObject<List<byte[]>> brpop(int timeout, byte[]... keys) final CommandObject<List<String>> final CommandObject<List<String>> final CommandObject<byte[]> brpoplpush(byte[] source, byte[] destination, int timeout) final CommandObject<String> brpoplpush(String source, String destination, int timeout) final CommandObject<KeyValue<byte[], List<Tuple>>> bzmpop(long timeout, SortedSetOption option, byte[]... keys) final CommandObject<KeyValue<byte[], List<Tuple>>> bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) final CommandObject<KeyValue<String, List<Tuple>>> bzmpop(long timeout, SortedSetOption option, int count, String... keys) final CommandObject<KeyValue<String, List<Tuple>>> bzmpop(long timeout, SortedSetOption option, String... keys) final CommandObject<List<byte[]>> bzpopmax(double timeout, byte[]... keys) final CommandObject<KeyedZSetElement> final CommandObject<List<byte[]>> bzpopmin(double timeout, byte[]... keys) final CommandObject<KeyedZSetElement> final CommandObject<Boolean> final CommandObject<Boolean> final CommandObject<Long> final CommandObject<Boolean> final CommandObject<Boolean> final CommandObject<Map<String, Object>> final CommandObject<List<Boolean>> final CommandObject<List<Boolean>> cfInsert(String key, CFInsertParams insertParams, String... items) final CommandObject<List<Boolean>> cfInsertNx(String key, String... items) final CommandObject<List<Boolean>> cfInsertNx(String key, CFInsertParams insertParams, String... items) final CommandObject<String> cfLoadChunk(String key, long iterator, byte[] data) final CommandObject<List<Boolean>> final CommandObject<String> final CommandObject<String> cfReserve(String key, long capacity, CFReserveParams reserveParams) final CommandObject<Map.Entry<Long, byte[]>> cfScanDump(String key, long iterator) private CommandArgumentscheckAndRoundRobinSearchCommand(CommandArguments commandArguments, byte[] indexName) private CommandArgumentsprivate CommandArgumentscheckAndRoundRobinSearchCommand(SearchProtocol.SearchCommand sc, String idx1, String idx2) final CommandObject<List<Long>> final CommandObject<Map<String, Object>> final CommandObject<String> cmsInitByDim(String key, long width, long depth) final CommandObject<String> cmsInitByProb(String key, double error, double probability) final CommandObject<String> final CommandObject<String> final CommandObject<List<Long>> protected CommandArgumentscommandArguments(ProtocolCommand command) final CommandObject<String> final CommandObject<Boolean> copy(byte[] srcKey, byte[] dstKey, boolean replace) final CommandObject<Boolean> copy(byte[] srcKey, byte[] dstKey, int dstDB, boolean replace) final CommandObject<Boolean> final CommandObject<Boolean> dbSize()final CommandObject<Long> decr(byte[] key) final CommandObject<Long> final CommandObject<Long> decrBy(byte[] key, long decrement) final CommandObject<Long> final CommandObject<Long> del(byte[] key) final CommandObject<Long> del(byte[]... keys) final CommandObject<Long> final CommandObject<Long> private <T> CommandObject<T> directSearchCommand(CommandObject<T> object, String indexName) final CommandObject<byte[]> dump(byte[] key) final CommandObject<byte[]> final CommandObject<Object> eval(byte[] script) final CommandObject<Object> eval(byte[] script, byte[] sampleKey) final CommandObject<Object> eval(byte[] script, int keyCount, byte[]... params) final CommandObject<Object> final CommandObject<Object> final CommandObject<Object> final CommandObject<Object> final CommandObject<Object> final CommandObject<Object> evalReadonly(byte[] script, List<byte[]> keys, List<byte[]> args) final CommandObject<Object> final CommandObject<Object> evalsha(byte[] sha1) final CommandObject<Object> evalsha(byte[] sha1, byte[] sampleKey) final CommandObject<Object> evalsha(byte[] sha1, int keyCount, byte[]... params) final CommandObject<Object> final CommandObject<Object> final CommandObject<Object> final CommandObject<Object> final CommandObject<Object> final CommandObject<Object> evalshaReadonly(byte[] sha1, List<byte[]> keys, List<byte[]> args) final CommandObject<Object> final CommandObject<Boolean> exists(byte[] key) final CommandObject<Long> exists(byte[]... keys) final CommandObject<Boolean> final CommandObject<Long> final CommandObject<Long> expire(byte[] key, long seconds) final CommandObject<Long> expire(byte[] key, long seconds, ExpiryOption expiryOption) final CommandObject<Long> final CommandObject<Long> expire(String key, long seconds, ExpiryOption expiryOption) final CommandObject<Long> expireAt(byte[] key, long unixTime) final CommandObject<Long> expireAt(byte[] key, long unixTime, ExpiryOption expiryOption) final CommandObject<Long> final CommandObject<Long> expireAt(String key, long unixTime, ExpiryOption expiryOption) final CommandObject<Long> expireTime(byte[] key) final CommandObject<Long> expireTime(String key) final CommandObject<Object> final CommandObject<Object> final CommandObject<Object> fcallReadonly(byte[] name, List<byte[]> keys, List<byte[]> args) final CommandObject<Object> final CommandObject<String> flushAll()final CommandObject<String> flushDB()final CommandObject<AggregationResult> ftAggregate(String indexName, AggregationBuilder aggr) final CommandObject<String> ftAliasAdd(String aliasName, String indexName) final CommandObject<String> ftAliasDel(String aliasName) final CommandObject<String> ftAliasUpdate(String aliasName, String indexName) final CommandObject<String> ftAlter(String indexName, Iterable<SchemaField> schemaFields) final CommandObject<String> final CommandObject<Map<String, String>> ftConfigGet(String option) final CommandObject<Map<String, String>> ftConfigGet(String indexName, String option) final CommandObject<String> ftConfigSet(String option, String value) final CommandObject<String> ftConfigSet(String indexName, String option, String value) final CommandObject<String> ftCreate(String indexName, FTCreateParams createParams, Iterable<SchemaField> schemaFields) final CommandObject<String> ftCreate(String indexName, IndexOptions indexOptions, Schema schema) final CommandObject<String> ftCursorDel(String indexName, long cursorId) final CommandObject<AggregationResult> ftCursorRead(String indexName, long cursorId, int count) final CommandObject<Long> final CommandObject<Long> ftDictAddBySampleKey(String indexName, String dictionary, String... terms) final CommandObject<Long> final CommandObject<Long> ftDictDelBySampleKey(String indexName, String dictionary, String... terms) final CommandObject<Set<String>> ftDictDump(String dictionary) final CommandObject<Set<String>> ftDictDumpBySampleKey(String indexName, String dictionary) final CommandObject<String> ftDropIndex(String indexName) final CommandObject<String> ftDropIndexDD(String indexName) final CommandObject<String> final CommandObject<List<String>> ftExplainCLI(String indexName, Query query) final CommandObject<Map<String, Object>> final CommandObject<List<String>> ftList()final CommandObject<Map.Entry<AggregationResult, Map<String, Object>>> ftProfileAggregate(String indexName, FTProfileParams profileParams, AggregationBuilder aggr) final CommandObject<Map.Entry<SearchResult, Map<String, Object>>> ftProfileSearch(String indexName, FTProfileParams profileParams, String query, FTSearchParams searchParams) final CommandObject<Map.Entry<SearchResult, Map<String, Object>>> ftProfileSearch(String indexName, FTProfileParams profileParams, Query query) final CommandObject<SearchResult> final CommandObject<SearchResult> final CommandObject<SearchResult> ftSearch(String indexName, String query, FTSearchParams params) final CommandObject<SearchResult> ftSpellCheck(String index, String query) ftSpellCheck(String index, String query, FTSpellCheckParams spellCheckParams) final CommandObject<Long> final CommandObject<Long> ftSugAddIncr(String key, String string, double score) final CommandObject<Boolean> final CommandObject<List<String>> final CommandObject<List<String>> final CommandObject<List<Tuple>> ftSugGetWithScores(String key, String prefix) final CommandObject<List<Tuple>> ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) final CommandObject<Long> final CommandObject<Map<String, List<String>>> final CommandObject<String> ftSynUpdate(String indexName, String synonymGroupId, String... terms) final CommandObject<Set<String>> final CommandObject<String> functionDelete(byte[] libraryName) final CommandObject<String> functionDelete(String libraryName) final CommandObject<byte[]> final CommandObject<String> final CommandObject<String> functionFlush(FlushMode mode) final CommandObject<String> final CommandObject<List<LibraryInfo>> final CommandObject<List<Object>> functionList(byte[] libraryNamePattern) final CommandObject<List<LibraryInfo>> functionList(String libraryNamePattern) final CommandObject<List<Object>> final CommandObject<List<LibraryInfo>> final CommandObject<List<Object>> functionListWithCode(byte[] libraryNamePattern) final CommandObject<List<LibraryInfo>> functionListWithCode(String libraryNamePattern) final CommandObject<List<Object>> final CommandObject<String> functionLoad(byte[] functionCode) final CommandObject<String> functionLoad(String functionCode) final CommandObject<String> functionLoadReplace(byte[] functionCode) final CommandObject<String> functionLoadReplace(String functionCode) final CommandObject<String> functionRestore(byte[] serializedValue) final CommandObject<String> functionRestore(byte[] serializedValue, FunctionRestorePolicy policy) final CommandObject<FunctionStats> final CommandObject<Object> final CommandObject<Long> geoadd(byte[] key, double longitude, double latitude, byte[] member) final CommandObject<Long> geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) final CommandObject<Long> geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) final CommandObject<Long> final CommandObject<Long> geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) final CommandObject<Long> geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) final CommandObject<Double> geodist(byte[] key, byte[] member1, byte[] member2) final CommandObject<Double> final CommandObject<Double> final CommandObject<Double> final CommandObject<List<byte[]>> geohash(byte[] key, byte[]... members) final CommandObject<List<String>> final CommandObject<List<GeoCoordinate>> geopos(byte[] key, byte[]... members) final CommandObject<List<GeoCoordinate>> final CommandObject<List<GeoRadiusResponse>> final CommandObject<List<GeoRadiusResponse>> georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> final CommandObject<List<GeoRadiusResponse>> georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> georadiusByMember(String key, String member, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<Long> georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) final CommandObject<Long> georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) final CommandObject<List<GeoRadiusResponse>> georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<Long> georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) final CommandObject<Long> georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) final CommandObject<List<GeoRadiusResponse>> final CommandObject<List<GeoRadiusResponse>> final CommandObject<List<GeoRadiusResponse>> geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> geosearch(byte[] key, GeoSearchParam params) final CommandObject<List<GeoRadiusResponse>> final CommandObject<List<GeoRadiusResponse>> final CommandObject<List<GeoRadiusResponse>> geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> geosearch(String key, GeoSearchParam params) final CommandObject<Long> geosearchStore(byte[] dest, byte[] src, byte[] member, double width, double height, GeoUnit unit) final CommandObject<Long> geosearchStore(byte[] dest, byte[] src, byte[] member, double radius, GeoUnit unit) final CommandObject<Long> geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) final CommandObject<Long> geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) final CommandObject<Long> geosearchStore(byte[] dest, byte[] src, GeoSearchParam params) final CommandObject<Long> geosearchStore(String dest, String src, String member, double width, double height, GeoUnit unit) final CommandObject<Long> geosearchStore(String dest, String src, String member, double radius, GeoUnit unit) final CommandObject<Long> geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) final CommandObject<Long> geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) final CommandObject<Long> geosearchStore(String dest, String src, GeoSearchParam params) final CommandObject<Long> geosearchStoreStoreDist(byte[] dest, byte[] src, GeoSearchParam params) final CommandObject<Long> geosearchStoreStoreDist(String dest, String src, GeoSearchParam params) final CommandObject<byte[]> get(byte[] key) final CommandObject<String> final CommandObject<Boolean> getbit(byte[] key, long offset) final CommandObject<Boolean> final CommandObject<byte[]> getDel(byte[] key) final CommandObject<String> final CommandObject<byte[]> getEx(byte[] key, GetExParams params) final CommandObject<String> getEx(String key, GetExParams params) private JsonObjectMapperGet the instance for JsonObjectMapper if not null, otherwise a new instance reference with default implementation will be created and returned.final CommandObject<byte[]> getrange(byte[] key, long startOffset, long endOffset) final CommandObject<String> final CommandObject<byte[]> getSet(byte[] key, byte[] value) final CommandObject<String> final CommandObject<Map<String, Object>> graphConfigGet(String configName) final CommandObject<String> graphConfigSet(String configName, Object value) final CommandObject<List<String>> graphExplain(String graphName, String query) final CommandObject<List<String>> final CommandObject<List<String>> graphProfile(String graphName, String query) final CommandObject<List<List<String>>> graphSlowlog(String graphName) final CommandObject<Long> hdel(byte[] key, byte[]... field) final CommandObject<Long> final CommandObject<Boolean> hexists(byte[] key, byte[] field) final CommandObject<Boolean> final CommandObject<byte[]> hget(byte[] key, byte[] field) final CommandObject<String> final CommandObject<Map<byte[], byte[]>> hgetAll(byte[] key) final CommandObject<Map<String, String>> final CommandObject<Long> hincrBy(byte[] key, byte[] field, long value) final CommandObject<Long> final CommandObject<Double> hincrByFloat(byte[] key, byte[] field, double value) final CommandObject<Double> hincrByFloat(String key, String field, double value) final CommandObject<Set<byte[]>> hkeys(byte[] key) final CommandObject<Set<String>> final CommandObject<Long> hlen(byte[] key) final CommandObject<Long> final CommandObject<List<byte[]>> hmget(byte[] key, byte[]... fields) final CommandObject<List<String>> final CommandObject<String> final CommandObject<String> final CommandObject<byte[]> hrandfield(byte[] key) final CommandObject<List<byte[]>> hrandfield(byte[] key, long count) final CommandObject<String> hrandfield(String key) final CommandObject<List<String>> hrandfield(String key, long count) final CommandObject<Map<byte[], byte[]>> hrandfieldWithValues(byte[] key, long count) final CommandObject<Map<String, String>> hrandfieldWithValues(String key, long count) final CommandObject<ScanResult<Map.Entry<byte[], byte[]>>> hscan(byte[] key, byte[] cursor, ScanParams params) final CommandObject<ScanResult<Map.Entry<String, String>>> hscan(String key, String cursor, ScanParams params) final CommandObject<Long> hset(byte[] key, byte[] field, byte[] value) final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> hsetnx(byte[] key, byte[] field, byte[] value) final CommandObject<Long> final CommandObject<Long> hsetObject(String key, String field, Object value) final CommandObject<Long> hsetObject(String key, Map<String, Object> hash) final CommandObject<Long> hstrlen(byte[] key, byte[] field) final CommandObject<Long> final CommandObject<List<byte[]>> hvals(byte[] key) final CommandObject<List<String>> final CommandObject<Long> incr(byte[] key) final CommandObject<Long> final CommandObject<Long> incrBy(byte[] key, long increment) final CommandObject<Long> final CommandObject<Double> incrByFloat(byte[] key, double increment) final CommandObject<Double> incrByFloat(String key, double increment) private booleanfinal CommandObject<Long> jsonArrAppend(String key, String path, org.json.JSONObject... objects) final CommandObject<List<Long>> jsonArrAppend(String key, Path2 path, Object... objects) final CommandObject<Long> jsonArrAppend(String key, Path path, Object... pojos) final CommandObject<List<Long>> jsonArrAppendWithEscape(String key, Path2 path, Object... objects) final CommandObject<List<Long>> jsonArrIndex(String key, Path2 path, Object scalar) final CommandObject<Long> jsonArrIndex(String key, Path path, Object scalar) final CommandObject<List<Long>> jsonArrIndexWithEscape(String key, Path2 path, Object scalar) final CommandObject<List<Long>> jsonArrInsert(String key, Path2 path, int index, Object... objects) final CommandObject<Long> jsonArrInsert(String key, Path path, int index, Object... pojos) final CommandObject<List<Long>> jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) final CommandObject<Long> jsonArrLen(String key) final CommandObject<Long> jsonArrLen(String key, Path path) final CommandObject<List<Long>> jsonArrLen(String key, Path2 path) final CommandObject<Object> jsonArrPop(String key) final <T> CommandObject<T> jsonArrPop(String key, Class<T> clazz) final <T> CommandObject<T> jsonArrPop(String key, Class<T> clazz, Path path) final <T> CommandObject<T> jsonArrPop(String key, Class<T> clazz, Path path, int index) final CommandObject<Object> jsonArrPop(String key, Path path) final CommandObject<List<Object>> jsonArrPop(String key, Path2 path) final CommandObject<List<Object>> jsonArrPop(String key, Path2 path, int index) final CommandObject<Object> jsonArrPop(String key, Path path, int index) final CommandObject<List<Long>> jsonArrTrim(String key, Path2 path, int start, int stop) final CommandObject<Long> jsonArrTrim(String key, Path path, int start, int stop) final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> jsonDebugMemory(String key) final CommandObject<Long> jsonDebugMemory(String key, Path path) final CommandObject<List<Long>> jsonDebugMemory(String key, Path2 path) final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> final CommandObject<Object> final <T> CommandObject<T> final <T> CommandObject<T> final CommandObject<Object> final CommandObject<Object> final CommandObject<String> jsonGetAsPlainString(String key, Path path) final CommandObject<List<org.json.JSONArray>> final <T> CommandObject<List<T>> final CommandObject<org.json.JSONArray> jsonNumIncrBy(String key, Path2 path, double value) final CommandObject<Double> jsonNumIncrBy(String key, Path path, double value) final CommandObject<List<String>> jsonObjKeys(String key) final CommandObject<List<String>> jsonObjKeys(String key, Path path) final CommandObject<List<List<String>>> jsonObjKeys(String key, Path2 path) final CommandObject<Long> jsonObjLen(String key) final CommandObject<Long> jsonObjLen(String key, Path path) final CommandObject<List<Long>> jsonObjLen(String key, Path2 path) final CommandObject<List<Object>> Deprecated.final CommandObject<List<Object>> Deprecated.final CommandObject<List<List<Object>>> Deprecated.final CommandObject<String> final CommandObject<String> jsonSet(String key, Path2 path, Object object, JsonSetParams params) final CommandObject<String> final CommandObject<String> jsonSet(String key, Path path, Object pojo, JsonSetParams params) final CommandObject<String> jsonSetWithEscape(String key, Path2 path, Object object) final CommandObject<String> jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) final CommandObject<String> jsonSetWithPlainString(String key, Path path, String string) final CommandObject<Long> jsonStrAppend(String key, Object string) final CommandObject<List<Long>> jsonStrAppend(String key, Path2 path, Object string) final CommandObject<Long> jsonStrAppend(String key, Path path, Object string) final CommandObject<Long> jsonStrLen(String key) final CommandObject<Long> jsonStrLen(String key, Path path) final CommandObject<List<Long>> jsonStrLen(String key, Path2 path) final CommandObject<String> jsonToggle(String key, Path path) final CommandObject<List<Boolean>> jsonToggle(String key, Path2 path) final CommandObject<Class<?>> final CommandObject<Class<?>> final CommandObject<List<Class<?>>> CommandObject<Set<byte[]>> keys(byte[] pattern) final CommandObject<LCSMatchResult> final CommandObject<LCSMatchResult> final CommandObject<byte[]> lindex(byte[] key, long index) final CommandObject<String> final CommandObject<Long> linsert(byte[] key, ListPosition where, byte[] pivot, byte[] value) final CommandObject<Long> linsert(String key, ListPosition where, String pivot, String value) final CommandObject<Long> llen(byte[] key) final CommandObject<Long> final CommandObject<byte[]> lmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to) final CommandObject<String> lmove(String srcKey, String dstKey, ListDirection from, ListDirection to) final CommandObject<KeyValue<byte[], List<byte[]>>> lmpop(ListDirection direction, byte[]... keys) final CommandObject<KeyValue<byte[], List<byte[]>>> lmpop(ListDirection direction, int count, byte[]... keys) final CommandObject<KeyValue<String, List<String>>> lmpop(ListDirection direction, int count, String... keys) final CommandObject<KeyValue<String, List<String>>> lmpop(ListDirection direction, String... keys) final CommandObject<byte[]> lpop(byte[] key) final CommandObject<List<byte[]>> lpop(byte[] key, int count) final CommandObject<String> final CommandObject<List<String>> final CommandObject<Long> lpos(byte[] key, byte[] element) final CommandObject<Long> lpos(byte[] key, byte[] element, LPosParams params) final CommandObject<List<Long>> lpos(byte[] key, byte[] element, LPosParams params, long count) final CommandObject<Long> final CommandObject<Long> lpos(String key, String element, LPosParams params) final CommandObject<List<Long>> lpos(String key, String element, LPosParams params, long count) final CommandObject<Long> lpush(byte[] key, byte[]... strings) final CommandObject<Long> final CommandObject<Long> lpushx(byte[] key, byte[]... args) final CommandObject<Long> final CommandObject<List<byte[]>> lrange(byte[] key, long start, long stop) final CommandObject<List<String>> final CommandObject<Long> lrem(byte[] key, long count, byte[] value) final CommandObject<Long> final CommandObject<String> lset(byte[] key, long index, byte[] value) final CommandObject<String> final CommandObject<String> ltrim(byte[] key, long start, long stop) final CommandObject<String> final CommandObject<Long> memoryUsage(byte[] key) final CommandObject<Long> memoryUsage(byte[] key, int samples) final CommandObject<Long> memoryUsage(String key) final CommandObject<Long> memoryUsage(String key, int samples) final CommandObject<List<byte[]>> mget(byte[]... keys) final CommandObject<List<String>> final CommandObject<String> final CommandObject<String> final CommandObject<String> migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, byte[]... keys) final CommandObject<String> migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, String... keys) final CommandObject<String> migrate(String host, int port, int timeout, MigrateParams params, byte[]... keys) final CommandObject<String> migrate(String host, int port, int timeout, MigrateParams params, String... keys) final CommandObject<String> final CommandObject<String> final CommandObject<String> mset(byte[]... keysvalues) final CommandObject<String> final CommandObject<Long> msetnx(byte[]... keysvalues) final CommandObject<Long> final CommandObject<byte[]> objectEncoding(byte[] key) final CommandObject<String> objectEncoding(String key) final CommandObject<Long> objectFreq(byte[] key) final CommandObject<Long> objectFreq(String key) final CommandObject<Long> objectIdletime(byte[] key) final CommandObject<Long> objectIdletime(String key) final CommandObject<Long> objectRefcount(byte[] key) final CommandObject<Long> objectRefcount(String key) final CommandObject<Long> persist(byte[] key) final CommandObject<Long> final CommandObject<Long> pexpire(byte[] key, long milliseconds) final CommandObject<Long> pexpire(byte[] key, long milliseconds, ExpiryOption expiryOption) final CommandObject<Long> final CommandObject<Long> pexpire(String key, long milliseconds, ExpiryOption expiryOption) final CommandObject<Long> pexpireAt(byte[] key, long millisecondsTimestamp) final CommandObject<Long> pexpireAt(byte[] key, long millisecondsTimestamp, ExpiryOption expiryOption) final CommandObject<Long> final CommandObject<Long> pexpireAt(String key, long millisecondsTimestamp, ExpiryOption expiryOption) final CommandObject<Long> pexpireTime(byte[] key) final CommandObject<Long> pexpireTime(String key) final CommandObject<Long> pfadd(byte[] key, byte[]... elements) final CommandObject<Long> final CommandObject<Long> pfcount(byte[] key) final CommandObject<Long> pfcount(byte[]... keys) final CommandObject<Long> final CommandObject<Long> final CommandObject<String> pfmerge(byte[] destkey, byte[]... sourcekeys) final CommandObject<String> final CommandObject<String> ping()final CommandObject<String> psetex(byte[] key, long milliseconds, byte[] value) final CommandObject<String> final CommandObject<Long> pttl(byte[] key) final CommandObject<Long> final CommandObject<Long> publish(byte[] channel, byte[] message) final CommandObject<Long> final CommandObject<byte[]> final CommandObject<String> final CommandObject<String> rename(byte[] oldkey, byte[] newkey) final CommandObject<String> final CommandObject<Long> renamenx(byte[] oldkey, byte[] newkey) final CommandObject<Long> final CommandObject<String> restore(byte[] key, long ttl, byte[] serializedValue) final CommandObject<String> restore(byte[] key, long ttl, byte[] serializedValue, RestoreParams params) final CommandObject<String> final CommandObject<String> restore(String key, long ttl, byte[] serializedValue, RestoreParams params) final CommandObject<byte[]> rpop(byte[] key) final CommandObject<List<byte[]>> rpop(byte[] key, int count) final CommandObject<String> final CommandObject<List<String>> final CommandObject<byte[]> rpoplpush(byte[] srckey, byte[] dstkey) final CommandObject<String> final CommandObject<Long> rpush(byte[] key, byte[]... strings) final CommandObject<Long> final CommandObject<Long> rpushx(byte[] key, byte[]... args) final CommandObject<Long> final CommandObject<Long> sadd(byte[] key, byte[]... members) final CommandObject<Long> CommandObject<ScanResult<byte[]>> scan(byte[] cursor) CommandObject<ScanResult<byte[]>> scan(byte[] cursor, ScanParams params) CommandObject<ScanResult<byte[]>> scan(byte[] cursor, ScanParams params, byte[] type) scan(String cursor, ScanParams params) scan(String cursor, ScanParams params, String type) final CommandObject<Long> scard(byte[] key) final CommandObject<Long> final CommandObject<List<Boolean>> scriptExists(byte[] sampleKey, byte[]... sha1s) final CommandObject<List<Boolean>> scriptExists(String sampleKey, String... sha1s) final CommandObject<List<Boolean>> scriptExists(List<String> sha1s) final CommandObject<String> final CommandObject<String> scriptFlush(byte[] sampleKey) final CommandObject<String> scriptFlush(byte[] sampleKey, FlushMode flushMode) final CommandObject<String> scriptFlush(String sampleKey) final CommandObject<String> scriptFlush(String sampleKey, FlushMode flushMode) final CommandObject<String> final CommandObject<String> scriptKill(byte[] sampleKey) final CommandObject<String> scriptKill(String sampleKey) final CommandObject<byte[]> scriptLoad(byte[] script, byte[] sampleKey) final CommandObject<String> scriptLoad(String script) final CommandObject<String> scriptLoad(String script, String sampleKey) final CommandObject<Set<byte[]>> sdiff(byte[]... keys) final CommandObject<Set<String>> final CommandObject<Long> sdiffstore(byte[] dstkey, byte[]... keys) final CommandObject<Long> sdiffstore(String dstkey, String... keys) final CommandObject<String> set(byte[] key, byte[] value) final CommandObject<String> final CommandObject<String> final CommandObject<String> final CommandObject<Boolean> setbit(byte[] key, long offset, boolean value) final CommandObject<Boolean> (package private) voidfinal CommandObject<String> setex(byte[] key, long seconds, byte[] value) final CommandObject<String> final CommandObject<byte[]> final CommandObject<String> voidsetJsonObjectMapper(JsonObjectMapper jsonObjectMapper) final CommandObject<Long> setnx(byte[] key, byte[] value) final CommandObject<Long> final CommandObject<Long> setrange(byte[] key, long offset, byte[] value) final CommandObject<Long> final CommandObject<Set<byte[]>> sinter(byte[]... keys) final CommandObject<Set<String>> final CommandObject<Long> sintercard(byte[]... keys) final CommandObject<Long> sintercard(int limit, byte[]... keys) final CommandObject<Long> sintercard(int limit, String... keys) final CommandObject<Long> sintercard(String... keys) final CommandObject<Long> sinterstore(byte[] dstkey, byte[]... keys) final CommandObject<Long> sinterstore(String dstkey, String... keys) final CommandObject<Boolean> sismember(byte[] key, byte[] member) final CommandObject<Boolean> final CommandObject<String> final CommandObject<Set<byte[]>> smembers(byte[] key) final CommandObject<Set<String>> final CommandObject<List<Boolean>> smismember(byte[] key, byte[]... members) final CommandObject<List<Boolean>> smismember(String key, String... members) final CommandObject<Long> smove(byte[] srckey, byte[] dstkey, byte[] member) final CommandObject<Long> final CommandObject<List<byte[]>> sort(byte[] key) final CommandObject<Long> sort(byte[] key, byte[] dstkey) final CommandObject<List<byte[]>> sort(byte[] key, SortingParams sortingParams) final CommandObject<Long> sort(byte[] key, SortingParams sortingParams, byte[] dstkey) final CommandObject<List<String>> final CommandObject<Long> final CommandObject<List<String>> sort(String key, SortingParams sortingParams) final CommandObject<Long> sort(String key, SortingParams sortingParams, String dstkey) final CommandObject<List<byte[]>> sortReadonly(byte[] key, SortingParams sortingParams) final CommandObject<List<String>> sortReadonly(String key, SortingParams sortingParams) final CommandObject<byte[]> spop(byte[] key) final CommandObject<Set<byte[]>> spop(byte[] key, long count) final CommandObject<String> final CommandObject<Set<String>> final CommandObject<byte[]> srandmember(byte[] key) final CommandObject<List<byte[]>> srandmember(byte[] key, int count) final CommandObject<String> srandmember(String key) final CommandObject<List<String>> srandmember(String key, int count) final CommandObject<Long> srem(byte[] key, byte[]... members) final CommandObject<Long> final CommandObject<ScanResult<byte[]>> sscan(byte[] key, byte[] cursor, ScanParams params) final CommandObject<ScanResult<String>> sscan(String key, String cursor, ScanParams params) final CommandObject<LCSMatchResult> strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.final CommandObject<LCSMatchResult> strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.final CommandObject<LCSMatchResult> strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) Deprecated.final CommandObject<LCSMatchResult> strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) Deprecated.final CommandObject<Long> strlen(byte[] key) final CommandObject<Long> final CommandObject<byte[]> substr(byte[] key, int start, int end) final CommandObject<String> final CommandObject<Set<byte[]>> sunion(byte[]... keys) final CommandObject<Set<String>> final CommandObject<Long> sunionstore(byte[] dstkey, byte[]... keys) final CommandObject<Long> sunionstore(String dstkey, String... keys) final CommandObject<String> tdigestAdd(String key, double... values) final CommandObject<List<Double>> tdigestByRank(String key, long... ranks) final CommandObject<List<Double>> tdigestByRevRank(String key, long... ranks) final CommandObject<List<Double>> tdigestCDF(String key, double... values) final CommandObject<String> tdigestCreate(String key) final CommandObject<String> tdigestCreate(String key, int compression) final CommandObject<Map<String, Object>> tdigestInfo(String key) final CommandObject<Double> tdigestMax(String key) final CommandObject<String> tdigestMerge(String destinationKey, String... sourceKeys) final CommandObject<String> tdigestMerge(TDigestMergeParams mergeParams, String destinationKey, String... sourceKeys) final CommandObject<Double> tdigestMin(String key) final CommandObject<List<Double>> tdigestQuantile(String key, double... quantiles) final CommandObject<List<Long>> tdigestRank(String key, double... values) final CommandObject<String> tdigestReset(String key) final CommandObject<List<Long>> tdigestRevRank(String key, double... values) final CommandObject<Double> tdigestTrimmedMean(String key, double lowCutQuantile, double highCutQuantile) final CommandObject<List<String>> final CommandObject<List<Long>> final CommandObject<List<String>> topkIncrBy(String key, Map<String, Long> itemIncrements) final CommandObject<Map<String, Object>> final CommandObject<List<String>> final CommandObject<Map<String, Long>> topkListWithCount(String key) final CommandObject<List<Boolean>> final CommandObject<String> topkReserve(String key, long topk) final CommandObject<String> topkReserve(String key, long topk, long width, long depth, double decay) final CommandObject<Long> touch(byte[] key) final CommandObject<Long> touch(byte[]... keys) final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> tsAdd(String key, long timestamp, double value, TSCreateParams createParams) final CommandObject<String> tsAlter(String key, TSAlterParams alterParams) final CommandObject<String> final CommandObject<String> tsCreate(String key, TSCreateParams createParams) final CommandObject<String> tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) final CommandObject<String> tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) final CommandObject<Long> final CommandObject<Long> final CommandObject<Long> final CommandObject<String> tsDeleteRule(String sourceKey, String destKey) final CommandObject<TSElement> final CommandObject<TSElement> tsGet(String key, TSGetParams getParams) final CommandObject<Long> final CommandObject<Long> final CommandObject<TSInfo> final CommandObject<TSInfo> tsInfoDebug(String key) final CommandObject<List<Long>> final CommandObject<List<TSKeyValue<TSElement>>> tsMGet(TSMGetParams multiGetParams, String... filters) final CommandObject<List<TSKeyedElements>> final CommandObject<List<TSKeyedElements>> tsMRange(TSMRangeParams multiRangeParams) final CommandObject<List<TSKeyedElements>> tsMRevRange(long fromTimestamp, long toTimestamp, String... filters) final CommandObject<List<TSKeyedElements>> tsMRevRange(TSMRangeParams multiRangeParams) final CommandObject<List<String>> tsQueryIndex(String... filters) final CommandObject<List<TSElement>> final CommandObject<List<TSElement>> tsRange(String key, TSRangeParams rangeParams) final CommandObject<List<TSElement>> tsRevRange(String key, long fromTimestamp, long toTimestamp) final CommandObject<List<TSElement>> tsRevRange(String key, TSRangeParams rangeParams) final CommandObject<Long> ttl(byte[] key) final CommandObject<Long> final CommandObject<String> type(byte[] key) final CommandObject<String> final CommandObject<Long> unlink(byte[] key) final CommandObject<Long> unlink(byte[]... keys) final CommandObject<Long> final CommandObject<Long> waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) waitAOF(long numLocal, long numReplicas, long timeout) final CommandObject<Long> waitReplicas(byte[] sampleKey, int replicas, long timeout) waitReplicas(int replicas, long timeout) final CommandObject<Long> waitReplicas(String sampleKey, int replicas, long timeout) final CommandObject<Long> xack(byte[] key, byte[] group, byte[]... ids) final CommandObject<Long> xack(String key, String group, StreamEntryID... ids) final CommandObject<byte[]> xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) final CommandObject<StreamEntryID> final CommandObject<StreamEntryID> final CommandObject<List<Object>> xautoclaim(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) final CommandObject<Map.Entry<StreamEntryID, List<StreamEntry>>> xautoclaim(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) final CommandObject<List<Object>> xautoclaimJustId(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) final CommandObject<Map.Entry<StreamEntryID, List<StreamEntryID>>> xautoclaimJustId(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) final CommandObject<List<byte[]>> xclaim(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) final CommandObject<List<StreamEntry>> xclaim(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) final CommandObject<List<byte[]>> xclaimJustId(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) final CommandObject<List<StreamEntryID>> xclaimJustId(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) final CommandObject<Long> xdel(byte[] key, byte[]... ids) final CommandObject<Long> xdel(String key, StreamEntryID... ids) final CommandObject<String> xgroupCreate(byte[] key, byte[] groupName, byte[] id, boolean makeStream) final CommandObject<String> xgroupCreate(String key, String groupName, StreamEntryID id, boolean makeStream) final CommandObject<Boolean> xgroupCreateConsumer(byte[] key, byte[] groupName, byte[] consumerName) final CommandObject<Boolean> xgroupCreateConsumer(String key, String groupName, String consumerName) final CommandObject<Long> xgroupDelConsumer(byte[] key, byte[] groupName, byte[] consumerName) final CommandObject<Long> xgroupDelConsumer(String key, String groupName, String consumerName) final CommandObject<Long> xgroupDestroy(byte[] key, byte[] groupName) final CommandObject<Long> xgroupDestroy(String key, String groupName) final CommandObject<String> xgroupSetID(byte[] key, byte[] groupName, byte[] id) final CommandObject<String> xgroupSetID(String key, String groupName, StreamEntryID id) final CommandObject<List<Object>> xinfoConsumers(byte[] key, byte[] group) final CommandObject<List<StreamConsumersInfo>> xinfoConsumers(String key, String group) final CommandObject<List<Object>> xinfoGroup(byte[] key) Deprecated.final CommandObject<List<StreamGroupInfo>> xinfoGroup(String key) Deprecated.final CommandObject<List<Object>> xinfoGroups(byte[] key) final CommandObject<List<StreamGroupInfo>> xinfoGroups(String key) final CommandObject<Object> xinfoStream(byte[] key) final CommandObject<StreamInfo> xinfoStream(String key) final CommandObject<Object> xinfoStreamFull(byte[] key) final CommandObject<Object> xinfoStreamFull(byte[] key, int count) final CommandObject<StreamFullInfo> xinfoStreamFull(String key) final CommandObject<StreamFullInfo> xinfoStreamFull(String key, int count) final CommandObject<Long> xlen(byte[] key) final CommandObject<Long> final CommandObject<Object> xpending(byte[] key, byte[] groupName) final CommandObject<List<Object>> xpending(byte[] key, byte[] groupName, byte[] start, byte[] end, int count, byte[] consumerName) Deprecated.final CommandObject<List<Object>> xpending(byte[] key, byte[] groupName, XPendingParams params) final CommandObject<List<StreamPendingEntry>> xpending(String key, String groupName, XPendingParams params) final CommandObject<List<StreamPendingEntry>> xpending(String key, String groupName, StreamEntryID start, StreamEntryID end, int count, String consumerName) final CommandObject<List<Object>> xrange(byte[] key, byte[] start, byte[] end) final CommandObject<List<Object>> xrange(byte[] key, byte[] start, byte[] end, int count) final CommandObject<List<StreamEntry>> final CommandObject<List<StreamEntry>> final CommandObject<List<StreamEntry>> xrange(String key, StreamEntryID start, StreamEntryID end) final CommandObject<List<StreamEntry>> xrange(String key, StreamEntryID start, StreamEntryID end, int count) final CommandObject<List<Object>> xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) final CommandObject<List<Map.Entry<String, List<StreamEntry>>>> xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) final CommandObject<List<Object>> xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) final CommandObject<List<Map.Entry<String, List<StreamEntry>>>> xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) final CommandObject<List<Object>> xrevrange(byte[] key, byte[] end, byte[] start) final CommandObject<List<Object>> xrevrange(byte[] key, byte[] end, byte[] start, int count) final CommandObject<List<StreamEntry>> final CommandObject<List<StreamEntry>> final CommandObject<List<StreamEntry>> xrevrange(String key, StreamEntryID end, StreamEntryID start) final CommandObject<List<StreamEntry>> xrevrange(String key, StreamEntryID end, StreamEntryID start, int count) final CommandObject<Long> xtrim(byte[] key, long maxLen, boolean approximateLength) final CommandObject<Long> xtrim(byte[] key, XTrimParams params) final CommandObject<Long> final CommandObject<Long> xtrim(String key, XTrimParams params) final CommandObject<Long> zadd(byte[] key, double score, byte[] member) final CommandObject<Long> zadd(byte[] key, double score, byte[] member, ZAddParams params) final CommandObject<Long> final CommandObject<Long> zadd(byte[] key, Map<byte[], Double> scoreMembers, ZAddParams params) final CommandObject<Long> final CommandObject<Long> zadd(String key, double score, String member, ZAddParams params) final CommandObject<Long> final CommandObject<Long> final CommandObject<Double> zaddIncr(byte[] key, double score, byte[] member, ZAddParams params) final CommandObject<Double> zaddIncr(String key, double score, String member, ZAddParams params) final CommandObject<Long> zcard(byte[] key) final CommandObject<Long> final CommandObject<Long> zcount(byte[] key, byte[] min, byte[] max) final CommandObject<Long> zcount(byte[] key, double min, double max) final CommandObject<Long> final CommandObject<Long> final CommandObject<Set<byte[]>> zdiff(byte[]... keys) final CommandObject<Set<String>> final CommandObject<Long> zdiffStore(byte[] dstkey, byte[]... keys) final CommandObject<Long> zdiffStore(String dstkey, String... keys) final CommandObject<Set<Tuple>> zdiffWithScores(byte[]... keys) final CommandObject<Set<Tuple>> zdiffWithScores(String... keys) final CommandObject<Double> zincrby(byte[] key, double increment, byte[] member) final CommandObject<Double> zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) final CommandObject<Double> final CommandObject<Double> zincrby(String key, double increment, String member, ZIncrByParams params) final CommandObject<Set<byte[]>> final CommandObject<Set<String>> final CommandObject<Long> zintercard(byte[]... keys) final CommandObject<Long> zintercard(long limit, byte[]... keys) final CommandObject<Long> zintercard(long limit, String... keys) final CommandObject<Long> zintercard(String... keys) final CommandObject<Long> zinterstore(byte[] dstkey, byte[]... sets) final CommandObject<Long> zinterstore(byte[] dstkey, ZParams params, byte[]... sets) final CommandObject<Long> zinterstore(String dstkey, String... sets) final CommandObject<Long> zinterstore(String dstkey, ZParams params, String... sets) final CommandObject<Set<Tuple>> zinterWithScores(ZParams params, byte[]... keys) final CommandObject<Set<Tuple>> zinterWithScores(ZParams params, String... keys) final CommandObject<Long> zlexcount(byte[] key, byte[] min, byte[] max) final CommandObject<Long> final CommandObject<KeyValue<byte[], List<Tuple>>> zmpop(SortedSetOption option, byte[]... keys) final CommandObject<KeyValue<byte[], List<Tuple>>> zmpop(SortedSetOption option, int count, byte[]... keys) final CommandObject<KeyValue<String, List<Tuple>>> zmpop(SortedSetOption option, int count, String... keys) final CommandObject<KeyValue<String, List<Tuple>>> zmpop(SortedSetOption option, String... keys) final CommandObject<List<Double>> zmscore(byte[] key, byte[]... members) final CommandObject<List<Double>> final CommandObject<Tuple> zpopmax(byte[] key) final CommandObject<List<Tuple>> zpopmax(byte[] key, int count) final CommandObject<Tuple> final CommandObject<List<Tuple>> final CommandObject<Tuple> zpopmin(byte[] key) final CommandObject<List<Tuple>> zpopmin(byte[] key, int count) final CommandObject<Tuple> final CommandObject<List<Tuple>> final CommandObject<byte[]> zrandmember(byte[] key) final CommandObject<List<byte[]>> zrandmember(byte[] key, long count) final CommandObject<String> zrandmember(String key) final CommandObject<List<String>> zrandmember(String key, long count) final CommandObject<List<Tuple>> zrandmemberWithScores(byte[] key, long count) final CommandObject<List<Tuple>> zrandmemberWithScores(String key, long count) final CommandObject<List<byte[]>> zrange(byte[] key, long start, long stop) final CommandObject<List<byte[]>> zrange(byte[] key, ZRangeParams zRangeParams) final CommandObject<List<String>> final CommandObject<List<String>> zrange(String key, ZRangeParams zRangeParams) final CommandObject<List<byte[]>> zrangeByLex(byte[] key, byte[] min, byte[] max) final CommandObject<List<byte[]>> zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count) final CommandObject<List<String>> zrangeByLex(String key, String min, String max) final CommandObject<List<String>> zrangeByLex(String key, String min, String max, int offset, int count) final CommandObject<List<byte[]>> zrangeByScore(byte[] key, byte[] min, byte[] max) final CommandObject<List<byte[]>> zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count) final CommandObject<List<byte[]>> zrangeByScore(byte[] key, double min, double max) final CommandObject<List<byte[]>> zrangeByScore(byte[] key, double min, double max, int offset, int count) final CommandObject<List<String>> zrangeByScore(String key, double min, double max) final CommandObject<List<String>> zrangeByScore(String key, double min, double max, int offset, int count) final CommandObject<List<String>> zrangeByScore(String key, String min, String max) final CommandObject<List<String>> zrangeByScore(String key, String min, String max, int offset, int count) final CommandObject<List<Tuple>> zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) final CommandObject<List<Tuple>> zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) final CommandObject<List<Tuple>> zrangeByScoreWithScores(byte[] key, double min, double max) final CommandObject<List<Tuple>> zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) final CommandObject<List<Tuple>> zrangeByScoreWithScores(String key, double min, double max) final CommandObject<List<Tuple>> zrangeByScoreWithScores(String key, double min, double max, int offset, int count) final CommandObject<List<Tuple>> zrangeByScoreWithScores(String key, String min, String max) final CommandObject<List<Tuple>> zrangeByScoreWithScores(String key, String min, String max, int offset, int count) final CommandObject<Long> zrangestore(byte[] dest, byte[] src, ZRangeParams zRangeParams) final CommandObject<Long> zrangestore(String dest, String src, ZRangeParams zRangeParams) final CommandObject<List<Tuple>> zrangeWithScores(byte[] key, long start, long stop) final CommandObject<List<Tuple>> zrangeWithScores(byte[] key, ZRangeParams zRangeParams) final CommandObject<List<Tuple>> zrangeWithScores(String key, long start, long stop) final CommandObject<List<Tuple>> zrangeWithScores(String key, ZRangeParams zRangeParams) final CommandObject<Long> zrank(byte[] key, byte[] member) final CommandObject<Long> final CommandObject<KeyValue<Long, Double>> zrankWithScore(byte[] key, byte[] member) final CommandObject<KeyValue<Long, Double>> zrankWithScore(String key, String member) final CommandObject<Long> zrem(byte[] key, byte[]... members) final CommandObject<Long> final CommandObject<Long> zremrangeByLex(byte[] key, byte[] min, byte[] max) final CommandObject<Long> zremrangeByLex(String key, String min, String max) final CommandObject<Long> zremrangeByRank(byte[] key, long start, long stop) final CommandObject<Long> zremrangeByRank(String key, long start, long stop) final CommandObject<Long> zremrangeByScore(byte[] key, byte[] min, byte[] max) final CommandObject<Long> zremrangeByScore(byte[] key, double min, double max) final CommandObject<Long> zremrangeByScore(String key, double min, double max) final CommandObject<Long> zremrangeByScore(String key, String min, String max) final CommandObject<List<byte[]>> zrevrange(byte[] key, long start, long stop) final CommandObject<List<String>> final CommandObject<List<byte[]>> zrevrangeByLex(byte[] key, byte[] max, byte[] min) final CommandObject<List<byte[]>> zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count) final CommandObject<List<String>> zrevrangeByLex(String key, String max, String min) final CommandObject<List<String>> zrevrangeByLex(String key, String max, String min, int offset, int count) final CommandObject<List<byte[]>> zrevrangeByScore(byte[] key, byte[] max, byte[] min) final CommandObject<List<byte[]>> zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count) final CommandObject<List<byte[]>> zrevrangeByScore(byte[] key, double max, double min) final CommandObject<List<byte[]>> zrevrangeByScore(byte[] key, double max, double min, int offset, int count) final CommandObject<List<String>> zrevrangeByScore(String key, double max, double min) final CommandObject<List<String>> zrevrangeByScore(String key, double max, double min, int offset, int count) final CommandObject<List<String>> zrevrangeByScore(String key, String max, String min) final CommandObject<List<String>> zrevrangeByScore(String key, String max, String min, int offset, int count) final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(byte[] key, double max, double min) final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(String key, double max, double min) final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(String key, String max, String min) final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) final CommandObject<List<Tuple>> zrevrangeWithScores(byte[] key, long start, long stop) final CommandObject<List<Tuple>> zrevrangeWithScores(String key, long start, long stop) final CommandObject<Long> zrevrank(byte[] key, byte[] member) final CommandObject<Long> final CommandObject<KeyValue<Long, Double>> zrevrankWithScore(byte[] key, byte[] member) final CommandObject<KeyValue<Long, Double>> zrevrankWithScore(String key, String member) final CommandObject<ScanResult<Tuple>> zscan(byte[] key, byte[] cursor, ScanParams params) final CommandObject<ScanResult<Tuple>> zscan(String key, String cursor, ScanParams params) final CommandObject<Double> zscore(byte[] key, byte[] member) final CommandObject<Double> final CommandObject<Set<byte[]>> final CommandObject<Set<String>> final CommandObject<Long> zunionstore(byte[] dstkey, byte[]... sets) final CommandObject<Long> zunionstore(byte[] dstkey, ZParams params, byte[]... sets) final CommandObject<Long> zunionstore(String dstkey, String... sets) final CommandObject<Long> zunionstore(String dstkey, ZParams params, String... sets) final CommandObject<Set<Tuple>> zunionWithScores(ZParams params, byte[]... keys) final CommandObject<Set<Tuple>> zunionWithScores(ZParams params, String... keys)
-
Field Details
-
jsonObjectMapper
-
broadcastAndRoundRobinConfig
-
PING_COMMAND_OBJECT
-
FLUSHALL_COMMAND_OBJECT
-
FLUSHDB_COMMAND_OBJECT
-
SCRIPT_FLUSH_COMMAND_OBJECT
-
SCRIPT_KILL_COMMAND_OBJECT
-
SLOWLOG_RESET_COMMAND_OBJECT
-
BLOOM_SCANDUMP_RESPONSE
-
-
Constructor Details
-
CommandObjects
public CommandObjects()
-
-
Method Details
-
setBroadcastAndRoundRobinConfig
-
commandArguments
-
ping
-
flushAll
-
flushDB
-
configSet
-
exists
-
exists
-
exists
-
exists
-
persist
-
persist
-
type
-
type
-
dump
-
dump
-
restore
-
restore
public final CommandObject<String> restore(String key, long ttl, byte[] serializedValue, RestoreParams params) -
restore
-
restore
public final CommandObject<String> restore(byte[] key, long ttl, byte[] serializedValue, RestoreParams params) -
expire
-
expire
-
expire
-
expire
-
pexpire
-
pexpire
-
pexpire
-
pexpire
-
expireTime
-
expireTime
-
pexpireTime
-
pexpireTime
-
expireAt
-
expireAt
-
expireAt
-
expireAt
-
pexpireAt
-
pexpireAt
-
pexpireAt
public final CommandObject<Long> pexpireAt(String key, long millisecondsTimestamp, ExpiryOption expiryOption) -
pexpireAt
public final CommandObject<Long> pexpireAt(byte[] key, long millisecondsTimestamp, ExpiryOption expiryOption) -
ttl
-
ttl
-
pttl
-
pttl
-
touch
-
touch
-
touch
-
touch
-
sort
-
sort
-
sort
-
sort
-
sort
-
sort
-
sort
-
sort
-
sortReadonly
-
sortReadonly
-
del
-
del
-
del
-
del
-
unlink
-
unlink
-
unlink
-
unlink
-
copy
-
copy
-
rename
-
renamenx
-
rename
-
renamenx
-
dbSize
-
keys
-
keys
-
scan
-
scan
-
scan
-
scan
-
scan
-
scan
-
randomKey
-
randomBinaryKey
-
set
-
set
-
set
-
set
-
get
-
setGet
-
getDel
-
getEx
-
get
-
setGet
-
getDel
-
getEx
-
getSet
-
getSet
-
setnx
-
setex
-
psetex
-
setnx
-
setex
-
psetex
-
setbit
-
setbit
-
getbit
-
getbit
-
setrange
-
setrange
-
getrange
-
getrange
-
mget
-
mget
-
mset
-
msetnx
-
mset
-
msetnx
-
incr
-
incrBy
-
incrByFloat
-
incr
-
incrBy
-
incrByFloat
-
decr
-
decrBy
-
decr
-
decrBy
-
append
-
append
-
substr
-
substr
-
strlen
-
strlen
-
bitcount
-
bitcount
-
bitcount
-
bitcount
-
bitcount
-
bitcount
-
bitpos
-
bitpos
-
bitpos
-
bitpos
-
bitfield
-
bitfieldReadonly
-
bitfield
-
bitfieldReadonly
-
bitop
-
bitop
-
strAlgoLCSKeys
@Deprecated public final CommandObject<LCSMatchResult> strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7. LCS can be used instead of this method.- Parameters:
keyA-keyB-params-- Returns:
-
strAlgoLCSKeys
@Deprecated public final CommandObject<LCSMatchResult> strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7. LCS can be used instead of this method.- Parameters:
keyA-keyB-params-- Returns:
-
lcs
-
lcs
-
rpush
-
rpush
-
lpush
-
lpush
-
llen
-
llen
-
lrange
-
lrange
-
ltrim
-
ltrim
-
lindex
-
lindex
-
lset
-
lset
-
lrem
-
lrem
-
lpop
-
lpop
-
lpop
-
lpop
-
rpop
-
rpop
-
rpop
-
rpop
-
lpos
-
lpos
-
lpos
public final CommandObject<List<Long>> lpos(String key, String element, LPosParams params, long count) -
lpos
-
lpos
-
lpos
public final CommandObject<List<Long>> lpos(byte[] key, byte[] element, LPosParams params, long count) -
linsert
public final CommandObject<Long> linsert(String key, ListPosition where, String pivot, String value) -
linsert
public final CommandObject<Long> linsert(byte[] key, ListPosition where, byte[] pivot, byte[] value) -
lpushx
-
rpushx
-
lpushx
-
rpushx
-
blpop
-
blpop
-
blpop
-
blpop
-
blpop
-
blpop
-
brpop
-
brpop
-
brpop
-
brpop
-
brpop
-
brpop
-
rpoplpush
-
brpoplpush
-
rpoplpush
-
brpoplpush
-
lmove
public final CommandObject<String> lmove(String srcKey, String dstKey, ListDirection from, ListDirection to) -
blmove
public final CommandObject<String> blmove(String srcKey, String dstKey, ListDirection from, ListDirection to, double timeout) -
lmove
public final CommandObject<byte[]> lmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to) -
blmove
public final CommandObject<byte[]> blmove(byte[] srcKey, byte[] dstKey, ListDirection from, ListDirection to, double timeout) -
lmpop
public final CommandObject<KeyValue<String,List<String>>> lmpop(ListDirection direction, String... keys) -
lmpop
public final CommandObject<KeyValue<String,List<String>>> lmpop(ListDirection direction, int count, String... keys) -
blmpop
public final CommandObject<KeyValue<String,List<String>>> blmpop(long timeout, ListDirection direction, String... keys) -
blmpop
public final CommandObject<KeyValue<String,List<String>>> blmpop(long timeout, ListDirection direction, int count, String... keys) -
lmpop
public final CommandObject<KeyValue<byte[],List<byte[]>>> lmpop(ListDirection direction, byte[]... keys) -
lmpop
public final CommandObject<KeyValue<byte[],List<byte[]>>> lmpop(ListDirection direction, int count, byte[]... keys) -
blmpop
public final CommandObject<KeyValue<byte[],List<byte[]>>> blmpop(long timeout, ListDirection direction, byte[]... keys) -
blmpop
public final CommandObject<KeyValue<byte[],List<byte[]>>> blmpop(long timeout, ListDirection direction, int count, byte[]... keys) -
hset
-
hset
-
hget
-
hsetnx
-
hmset
-
hmget
-
hset
-
hset
-
hget
-
hsetnx
-
hmset
-
hmget
-
hincrBy
-
hincrByFloat
-
hexists
-
hdel
-
hlen
-
hincrBy
-
hincrByFloat
-
hexists
-
hdel
-
hlen
-
hkeys
-
hvals
-
hkeys
-
hvals
-
hgetAll
-
hrandfield
-
hrandfield
-
hrandfieldWithValues
-
hgetAll
-
hrandfield
-
hrandfield
-
hrandfieldWithValues
-
hscan
public final CommandObject<ScanResult<Map.Entry<String,String>>> hscan(String key, String cursor, ScanParams params) -
hstrlen
-
hscan
public final CommandObject<ScanResult<Map.Entry<byte[],byte[]>>> hscan(byte[] key, byte[] cursor, ScanParams params) -
hstrlen
-
sadd
-
sadd
-
smembers
-
smembers
-
srem
-
srem
-
spop
-
spop
-
spop
-
spop
-
scard
-
scard
-
sismember
-
sismember
-
smismember
-
smismember
-
srandmember
-
srandmember
-
srandmember
-
srandmember
-
sscan
-
sscan
-
sdiff
-
sdiffstore
-
sdiff
-
sdiffstore
-
sinter
-
sinterstore
-
sintercard
-
sintercard
-
sinter
-
sinterstore
-
sintercard
-
sintercard
-
sunion
-
sunionstore
-
sunion
-
sunionstore
-
smove
-
smove
-
zadd
-
zadd
-
zadd
-
zadd
public final CommandObject<Long> zadd(String key, Map<String, Double> scoreMembers, ZAddParams params) -
zaddIncr
public final CommandObject<Double> zaddIncr(String key, double score, String member, ZAddParams params) -
zadd
-
zadd
-
zadd
-
zadd
public final CommandObject<Long> zadd(byte[] key, Map<byte[], Double> scoreMembers, ZAddParams params) -
zaddIncr
public final CommandObject<Double> zaddIncr(byte[] key, double score, byte[] member, ZAddParams params) -
zincrby
-
zincrby
public final CommandObject<Double> zincrby(String key, double increment, String member, ZIncrByParams params) -
zincrby
-
zincrby
public final CommandObject<Double> zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) -
zrem
-
zrem
-
zrank
-
zrevrank
-
zrankWithScore
-
zrevrankWithScore
-
zrank
-
zrevrank
-
zrankWithScore
-
zrevrankWithScore
-
zrandmember
-
zrandmember
-
zrandmemberWithScores
-
zrandmember
-
zrandmember
-
zrandmemberWithScores
-
zcard
-
zscore
-
zmscore
-
zcard
-
zscore
-
zmscore
-
zpopmax
-
zpopmax
-
zpopmin
-
zpopmin
-
zpopmax
-
zpopmax
-
zpopmin
-
zpopmin
-
bzpopmax
-
bzpopmin
-
bzpopmax
-
bzpopmin
-
zcount
-
zcount
-
zcount
-
zcount
-
zrange
-
zrevrange
-
zrangeWithScores
-
zrevrangeWithScores
-
zrange
-
zrangeWithScores
-
zrangestore
-
zrangeByScore
-
zrangeByScore
-
zrevrangeByScore
-
zrevrangeByScore
-
zrangeByScore
public final CommandObject<List<String>> zrangeByScore(String key, double min, double max, int offset, int count) -
zrangeByScore
-
zrevrangeByScore
public final CommandObject<List<String>> zrevrangeByScore(String key, double max, double min, int offset, int count) -
zrevrangeByScore
-
zrangeByScoreWithScores
-
zrangeByScoreWithScores
-
zrevrangeByScoreWithScores
public final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(String key, double max, double min) -
zrevrangeByScoreWithScores
-
zrangeByScoreWithScores
public final CommandObject<List<Tuple>> zrangeByScoreWithScores(String key, double min, double max, int offset, int count) -
zrangeByScoreWithScores
-
zrevrangeByScoreWithScores
public final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) -
zrevrangeByScoreWithScores
-
zrange
-
zrevrange
-
zrangeWithScores
-
zrevrangeWithScores
-
zrange
-
zrangeWithScores
-
zrangestore
-
zrangeByScore
-
zrangeByScore
-
zrevrangeByScore
-
zrevrangeByScore
-
zrangeByScore
public final CommandObject<List<byte[]>> zrangeByScore(byte[] key, double min, double max, int offset, int count) -
zrangeByScore
public final CommandObject<List<byte[]>> zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count) -
zrevrangeByScore
public final CommandObject<List<byte[]>> zrevrangeByScore(byte[] key, double max, double min, int offset, int count) -
zrevrangeByScore
public final CommandObject<List<byte[]>> zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count) -
zrangeByScoreWithScores
-
zrangeByScoreWithScores
-
zrevrangeByScoreWithScores
public final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(byte[] key, double max, double min) -
zrevrangeByScoreWithScores
public final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) -
zrangeByScoreWithScores
public final CommandObject<List<Tuple>> zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) -
zrangeByScoreWithScores
public final CommandObject<List<Tuple>> zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) -
zrevrangeByScoreWithScores
public final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) -
zrevrangeByScoreWithScores
public final CommandObject<List<Tuple>> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) -
zremrangeByRank
-
zremrangeByScore
-
zremrangeByScore
-
zremrangeByRank
-
zremrangeByScore
-
zremrangeByScore
-
zlexcount
-
zrangeByLex
-
zrangeByLex
-
zrevrangeByLex
-
zrevrangeByLex
-
zremrangeByLex
-
zlexcount
-
zrangeByLex
-
zrangeByLex
public final CommandObject<List<byte[]>> zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count) -
zrevrangeByLex
-
zrevrangeByLex
public final CommandObject<List<byte[]>> zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count) -
zremrangeByLex
-
zscan
-
zscan
-
zdiff
-
zdiffWithScores
-
zdiffStore
-
zdiff
-
zdiffWithScores
-
zdiffStore
-
zinterstore
-
zinterstore
-
zinter
-
zinterWithScores
-
zintercard
-
zintercard
-
zinterstore
-
zinterstore
-
zintercard
-
zintercard
-
zinter
-
zinterWithScores
-
zunionstore
-
zunionstore
-
zunion
-
zunionWithScores
-
zunionstore
-
zunionstore
-
zunion
-
zunionWithScores
-
zmpop
public final CommandObject<KeyValue<String,List<Tuple>>> zmpop(SortedSetOption option, String... keys) -
zmpop
public final CommandObject<KeyValue<String,List<Tuple>>> zmpop(SortedSetOption option, int count, String... keys) -
bzmpop
public final CommandObject<KeyValue<String,List<Tuple>>> bzmpop(long timeout, SortedSetOption option, String... keys) -
bzmpop
public final CommandObject<KeyValue<String,List<Tuple>>> bzmpop(long timeout, SortedSetOption option, int count, String... keys) -
zmpop
public final CommandObject<KeyValue<byte[],List<Tuple>>> zmpop(SortedSetOption option, byte[]... keys) -
zmpop
public final CommandObject<KeyValue<byte[],List<Tuple>>> zmpop(SortedSetOption option, int count, byte[]... keys) -
bzmpop
public final CommandObject<KeyValue<byte[],List<Tuple>>> bzmpop(long timeout, SortedSetOption option, byte[]... keys) -
bzmpop
public final CommandObject<KeyValue<byte[],List<Tuple>>> bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) -
geoadd
public final CommandObject<Long> geoadd(String key, double longitude, double latitude, String member) -
geoadd
-
geoadd
public final CommandObject<Long> geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) -
geodist
-
geodist
-
geohash
-
geopos
-
geoadd
public final CommandObject<Long> geoadd(byte[] key, double longitude, double latitude, byte[] member) -
geoadd
-
geoadd
public final CommandObject<Long> geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) -
geodist
-
geodist
public final CommandObject<Double> geodist(byte[] key, byte[] member1, byte[] member2, GeoUnit unit) -
geohash
-
geopos
-
georadius
public final CommandObject<List<GeoRadiusResponse>> georadius(String key, double longitude, double latitude, double radius, GeoUnit unit) -
georadius
public final CommandObject<List<GeoRadiusResponse>> georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) -
georadiusReadonly
public final CommandObject<List<GeoRadiusResponse>> georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) -
georadiusReadonly
public final CommandObject<List<GeoRadiusResponse>> georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) -
georadiusStore
public final CommandObject<Long> georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) -
georadiusByMember
public final CommandObject<List<GeoRadiusResponse>> georadiusByMember(String key, String member, double radius, GeoUnit unit) -
georadiusByMember
public final CommandObject<List<GeoRadiusResponse>> georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) -
georadiusByMemberReadonly
public final CommandObject<List<GeoRadiusResponse>> georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) -
georadiusByMemberReadonly
public final CommandObject<List<GeoRadiusResponse>> georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) -
georadiusByMemberStore
public final CommandObject<Long> georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) -
georadius
public final CommandObject<List<GeoRadiusResponse>> georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) -
georadius
public final CommandObject<List<GeoRadiusResponse>> georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) -
georadiusReadonly
public final CommandObject<List<GeoRadiusResponse>> georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) -
georadiusReadonly
public final CommandObject<List<GeoRadiusResponse>> georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) -
georadiusStore
public final CommandObject<Long> georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) -
georadiusByMember
public final CommandObject<List<GeoRadiusResponse>> georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) -
georadiusByMember
public final CommandObject<List<GeoRadiusResponse>> georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) -
georadiusByMemberReadonly
public final CommandObject<List<GeoRadiusResponse>> georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) -
georadiusByMemberReadonly
public final CommandObject<List<GeoRadiusResponse>> georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) -
georadiusByMemberStore
public final CommandObject<Long> georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) -
geosearch
public final CommandObject<List<GeoRadiusResponse>> geosearch(String key, String member, double radius, GeoUnit unit) -
geosearch
public final CommandObject<List<GeoRadiusResponse>> geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) -
geosearch
public final CommandObject<List<GeoRadiusResponse>> geosearch(String key, String member, double width, double height, GeoUnit unit) -
geosearch
public final CommandObject<List<GeoRadiusResponse>> geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) -
geosearch
-
geosearchStore
-
geosearchStore
public final CommandObject<Long> geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) -
geosearchStore
-
geosearchStore
public final CommandObject<Long> geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) -
geosearchStore
-
geosearchStoreStoreDist
public final CommandObject<Long> geosearchStoreStoreDist(String dest, String src, GeoSearchParam params) -
geosearch
public final CommandObject<List<GeoRadiusResponse>> geosearch(byte[] key, byte[] member, double radius, GeoUnit unit) -
geosearch
public final CommandObject<List<GeoRadiusResponse>> geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) -
geosearch
public final CommandObject<List<GeoRadiusResponse>> geosearch(byte[] key, byte[] member, double width, double height, GeoUnit unit) -
geosearch
public final CommandObject<List<GeoRadiusResponse>> geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) -
geosearch
-
geosearchStore
public final CommandObject<Long> geosearchStore(byte[] dest, byte[] src, byte[] member, double radius, GeoUnit unit) -
geosearchStore
public final CommandObject<Long> geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) -
geosearchStore
public final CommandObject<Long> geosearchStore(byte[] dest, byte[] src, byte[] member, double width, double height, GeoUnit unit) -
geosearchStore
public final CommandObject<Long> geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) -
geosearchStore
-
geosearchStoreStoreDist
public final CommandObject<Long> geosearchStoreStoreDist(byte[] dest, byte[] src, GeoSearchParam params) -
pfadd
-
pfmerge
-
pfadd
-
pfmerge
-
pfcount
-
pfcount
-
pfcount
-
pfcount
-
xadd
public final CommandObject<StreamEntryID> xadd(String key, StreamEntryID id, Map<String, String> hash) -
xadd
public final CommandObject<StreamEntryID> xadd(String key, XAddParams params, Map<String, String> hash) -
xlen
-
xadd
-
xlen
-
xrange
public final CommandObject<List<StreamEntry>> xrange(String key, StreamEntryID start, StreamEntryID end) -
xrange
public final CommandObject<List<StreamEntry>> xrange(String key, StreamEntryID start, StreamEntryID end, int count) -
xrevrange
public final CommandObject<List<StreamEntry>> xrevrange(String key, StreamEntryID end, StreamEntryID start) -
xrevrange
public final CommandObject<List<StreamEntry>> xrevrange(String key, StreamEntryID end, StreamEntryID start, int count) -
xrange
-
xrange
public final CommandObject<List<StreamEntry>> xrange(String key, String start, String end, int count) -
xrevrange
-
xrevrange
public final CommandObject<List<StreamEntry>> xrevrange(String key, String end, String start, int count) -
xrange
-
xrange
-
xrevrange
-
xrevrange
-
xack
-
xack
-
xgroupCreate
public final CommandObject<String> xgroupCreate(String key, String groupName, StreamEntryID id, boolean makeStream) -
xgroupSetID
-
xgroupDestroy
-
xgroupCreateConsumer
public final CommandObject<Boolean> xgroupCreateConsumer(String key, String groupName, String consumerName) -
xgroupDelConsumer
public final CommandObject<Long> xgroupDelConsumer(String key, String groupName, String consumerName) -
xgroupCreate
public final CommandObject<String> xgroupCreate(byte[] key, byte[] groupName, byte[] id, boolean makeStream) -
xgroupSetID
-
xgroupDestroy
-
xgroupCreateConsumer
public final CommandObject<Boolean> xgroupCreateConsumer(byte[] key, byte[] groupName, byte[] consumerName) -
xgroupDelConsumer
public final CommandObject<Long> xgroupDelConsumer(byte[] key, byte[] groupName, byte[] consumerName) -
xdel
-
xtrim
-
xtrim
-
xdel
-
xtrim
-
xtrim
-
xpending
-
xpending
@Deprecated public final CommandObject<List<StreamPendingEntry>> xpending(String key, String groupName, StreamEntryID start, StreamEntryID end, int count, String consumerName) Deprecated.- Parameters:
key-groupName-start-end-count-consumerName-- Returns:
-
xpending
public final CommandObject<List<StreamPendingEntry>> xpending(String key, String groupName, XPendingParams params) -
xpending
-
xpending
@Deprecated public final CommandObject<List<Object>> xpending(byte[] key, byte[] groupName, byte[] start, byte[] end, int count, byte[] consumerName) Deprecated. -
xpending
public final CommandObject<List<Object>> xpending(byte[] key, byte[] groupName, XPendingParams params) -
xclaim
public final CommandObject<List<StreamEntry>> xclaim(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) -
xclaimJustId
public final CommandObject<List<StreamEntryID>> xclaimJustId(String key, String group, String consumerName, long minIdleTime, XClaimParams params, StreamEntryID... ids) -
xautoclaim
public final CommandObject<Map.Entry<StreamEntryID,List<StreamEntry>>> xautoclaim(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) -
xautoclaimJustId
public final CommandObject<Map.Entry<StreamEntryID,List<StreamEntryID>>> xautoclaimJustId(String key, String group, String consumerName, long minIdleTime, StreamEntryID start, XAutoClaimParams params) -
xclaim
public final CommandObject<List<byte[]>> xclaim(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) -
xclaimJustId
public final CommandObject<List<byte[]>> xclaimJustId(byte[] key, byte[] group, byte[] consumerName, long minIdleTime, XClaimParams params, byte[]... ids) -
xautoclaim
public final CommandObject<List<Object>> xautoclaim(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) -
xautoclaimJustId
public final CommandObject<List<Object>> xautoclaimJustId(byte[] key, byte[] groupName, byte[] consumerName, long minIdleTime, byte[] start, XAutoClaimParams params) -
xinfoStream
-
xinfoStream
-
xinfoStreamFull
-
xinfoStreamFull
-
xinfoStreamFull
-
xinfoStreamFull
-
xinfoGroup
Deprecated. -
xinfoGroups
-
xinfoGroup
Deprecated. -
xinfoGroups
-
xinfoConsumers
-
xinfoConsumers
-
xread
public final CommandObject<List<Map.Entry<String,List<StreamEntry>>>> xread(XReadParams xReadParams, Map<String, StreamEntryID> streams) -
xreadGroup
public final CommandObject<List<Map.Entry<String,List<StreamEntry>>>> xreadGroup(String groupName, String consumer, XReadGroupParams xReadGroupParams, Map<String, StreamEntryID> streams) -
xread
public final CommandObject<List<Object>> xread(XReadParams xReadParams, Map.Entry<byte[], byte[]>... streams) -
xreadGroup
public final CommandObject<List<Object>> xreadGroup(byte[] groupName, byte[] consumer, XReadGroupParams xReadGroupParams, Map.Entry<byte[], byte[]>... streams) -
eval
-
eval
-
eval
-
eval
-
evalReadonly
-
eval
-
eval
-
eval
-
eval
-
evalReadonly
public final CommandObject<Object> evalReadonly(byte[] script, List<byte[]> keys, List<byte[]> args) -
evalsha
-
evalsha
-
evalsha
-
evalsha
-
evalshaReadonly
-
evalsha
-
evalsha
-
evalsha
-
evalsha
-
evalshaReadonly
public final CommandObject<Object> evalshaReadonly(byte[] sha1, List<byte[]> keys, List<byte[]> args) -
scriptExists
-
scriptExists
-
scriptLoad
-
scriptLoad
-
scriptFlush
-
scriptFlush
-
scriptFlush
-
scriptKill
-
scriptKill
-
scriptExists
-
scriptLoad
-
scriptFlush
-
scriptFlush
-
scriptKill
-
slowlogReset
-
fcall
-
fcallReadonly
-
functionDelete
-
functionList
-
functionList
-
functionListWithCode
-
functionListWithCode
-
functionLoad
-
functionLoadReplace
-
functionStats
-
functionStatsBinary
-
functionFlush
-
functionFlush
-
functionKill
-
fcall
-
fcallReadonly
-
functionDelete
-
functionDump
-
functionListBinary
-
functionList
-
functionListWithCodeBinary
-
functionListWithCode
-
functionLoad
-
functionLoadReplace
-
functionRestore
-
functionRestore
public final CommandObject<String> functionRestore(byte[] serializedValue, FunctionRestorePolicy policy) -
strAlgoLCSStrings
@Deprecated public final CommandObject<LCSMatchResult> strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) Deprecated. -
strAlgoLCSStrings
@Deprecated public final CommandObject<LCSMatchResult> strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) Deprecated. -
copy
-
copy
-
migrate
-
migrate
public final CommandObject<String> migrate(String host, int port, String key, int destinationDB, int timeout) -
migrate
public final CommandObject<String> migrate(String host, int port, int timeout, MigrateParams params, String... keys) -
migrate
public final CommandObject<String> migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, String... keys) -
migrate
-
migrate
public final CommandObject<String> migrate(String host, int port, byte[] key, int destinationDB, int timeout) -
migrate
public final CommandObject<String> migrate(String host, int port, int timeout, MigrateParams params, byte[]... keys) -
migrate
public final CommandObject<String> migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, byte[]... keys) -
memoryUsage
-
memoryUsage
-
memoryUsage
-
memoryUsage
-
objectRefcount
-
objectEncoding
-
objectIdletime
-
objectFreq
-
objectRefcount
-
objectEncoding
-
objectIdletime
-
objectFreq
-
waitReplicas
-
waitReplicas
-
waitReplicas
-
waitAOF
-
waitAOF
public CommandObject<KeyValue<Long,Long>> waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) -
waitAOF
public CommandObject<KeyValue<Long,Long>> waitAOF(String sampleKey, long numLocal, long numReplicas, long timeout) -
publish
-
publish
-
hsetObject
-
hsetObject
-
isRoundRobinSearchCommand
private boolean isRoundRobinSearchCommand() -
checkAndRoundRobinSearchCommand
private CommandArguments checkAndRoundRobinSearchCommand(SearchProtocol.SearchCommand sc, String idx) -
checkAndRoundRobinSearchCommand
private CommandArguments checkAndRoundRobinSearchCommand(SearchProtocol.SearchCommand sc, String idx1, String idx2) -
checkAndRoundRobinSearchCommand
private CommandArguments checkAndRoundRobinSearchCommand(CommandArguments commandArguments, byte[] indexName) -
directSearchCommand
-
ftCreate
public final CommandObject<String> ftCreate(String indexName, IndexOptions indexOptions, Schema schema) -
ftCreate
public final CommandObject<String> ftCreate(String indexName, FTCreateParams createParams, Iterable<SchemaField> schemaFields) -
ftAlter
-
ftAlter
-
ftSearch
-
ftSearch
public final CommandObject<SearchResult> ftSearch(String indexName, String query, FTSearchParams params) -
ftSearch
-
ftSearch
-
ftExplain
-
ftExplainCLI
-
ftAggregate
public final CommandObject<AggregationResult> ftAggregate(String indexName, AggregationBuilder aggr) -
ftCursorRead
public final CommandObject<AggregationResult> ftCursorRead(String indexName, long cursorId, int count) -
ftCursorDel
-
ftProfileAggregate
public final CommandObject<Map.Entry<AggregationResult,Map<String, ftProfileAggregateObject>>> (String indexName, FTProfileParams profileParams, AggregationBuilder aggr) -
ftProfileSearch
public final CommandObject<Map.Entry<SearchResult,Map<String, ftProfileSearchObject>>> (String indexName, FTProfileParams profileParams, Query query) -
ftProfileSearch
public final CommandObject<Map.Entry<SearchResult,Map<String, ftProfileSearchObject>>> (String indexName, FTProfileParams profileParams, String query, FTSearchParams searchParams) -
ftDropIndex
-
ftDropIndexDD
-
ftSynUpdate
public final CommandObject<String> ftSynUpdate(String indexName, String synonymGroupId, String... terms) -
ftSynDump
-
ftDictAdd
-
ftDictDel
-
ftDictDump
-
ftDictAddBySampleKey
public final CommandObject<Long> ftDictAddBySampleKey(String indexName, String dictionary, String... terms) -
ftDictDelBySampleKey
public final CommandObject<Long> ftDictDelBySampleKey(String indexName, String dictionary, String... terms) -
ftDictDumpBySampleKey
-
ftSpellCheck
-
ftSpellCheck
public final CommandObject<Map<String,Map<String, ftSpellCheckDouble>>> (String index, String query, FTSpellCheckParams spellCheckParams) -
ftInfo
-
ftTagVals
-
ftAliasAdd
-
ftAliasUpdate
-
ftAliasDel
-
ftConfigGet
-
ftConfigGet
-
ftConfigSet
-
ftConfigSet
-
ftSugAdd
-
ftSugAddIncr
-
ftSugGet
-
ftSugGet
public final CommandObject<List<String>> ftSugGet(String key, String prefix, boolean fuzzy, int max) -
ftSugGetWithScores
-
ftSugGetWithScores
public final CommandObject<List<Tuple>> ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) -
ftSugDel
-
ftSugLen
-
ftList
-
jsonSet
-
jsonSetWithEscape
-
jsonSet
-
jsonSetWithPlainString
-
jsonSet
public final CommandObject<String> jsonSet(String key, Path2 path, Object object, JsonSetParams params) -
jsonSetWithEscape
public final CommandObject<String> jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) -
jsonSet
public final CommandObject<String> jsonSet(String key, Path path, Object pojo, JsonSetParams params) -
jsonGet
-
jsonGet
-
jsonGet
-
jsonGet
-
jsonGetAsPlainString
-
jsonGet
-
jsonMGet
-
jsonMGet
-
jsonDel
-
jsonDel
-
jsonDel
-
jsonClear
-
jsonClear
-
jsonClear
-
jsonToggle
-
jsonToggle
-
jsonType
-
jsonType
-
jsonType
-
jsonStrAppend
-
jsonStrAppend
-
jsonStrAppend
-
jsonStrLen
-
jsonStrLen
-
jsonStrLen
-
jsonNumIncrBy
-
jsonNumIncrBy
-
jsonArrAppend
public final CommandObject<Long> jsonArrAppend(String key, String path, org.json.JSONObject... objects) -
jsonArrAppend
-
jsonArrAppendWithEscape
-
jsonArrAppend
-
jsonArrIndex
-
jsonArrIndexWithEscape
-
jsonArrIndex
-
jsonArrInsert
-
jsonArrInsertWithEscape
-
jsonArrInsert
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrPop
-
jsonArrLen
-
jsonArrLen
-
jsonArrLen
-
jsonArrTrim
-
jsonArrTrim
-
jsonObjLen
-
jsonObjLen
-
jsonObjLen
-
jsonObjKeys
-
jsonObjKeys
-
jsonObjKeys
-
jsonDebugMemory
-
jsonDebugMemory
-
jsonDebugMemory
-
jsonResp
Deprecated. -
jsonResp
Deprecated. -
jsonResp
Deprecated. -
tsCreate
-
tsCreate
-
tsDel
-
tsAlter
-
tsAdd
-
tsAdd
-
tsAdd
public final CommandObject<Long> tsAdd(String key, long timestamp, double value, TSCreateParams createParams) -
tsMAdd
-
tsIncrBy
-
tsIncrBy
-
tsDecrBy
-
tsDecrBy
-
tsRange
public final CommandObject<List<TSElement>> tsRange(String key, long fromTimestamp, long toTimestamp) -
tsRange
-
tsRevRange
public final CommandObject<List<TSElement>> tsRevRange(String key, long fromTimestamp, long toTimestamp) -
tsRevRange
-
tsMRange
public final CommandObject<List<TSKeyedElements>> tsMRange(long fromTimestamp, long toTimestamp, String... filters) -
tsMRange
-
tsMRevRange
public final CommandObject<List<TSKeyedElements>> tsMRevRange(long fromTimestamp, long toTimestamp, String... filters) -
tsMRevRange
-
tsGet
-
tsGet
-
tsMGet
public final CommandObject<List<TSKeyValue<TSElement>>> tsMGet(TSMGetParams multiGetParams, String... filters) -
tsCreateRule
public final CommandObject<String> tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) -
tsCreateRule
public final CommandObject<String> tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) -
tsDeleteRule
-
tsQueryIndex
-
tsInfo
-
tsInfoDebug
-
bfReserve
-
bfReserve
public final CommandObject<String> bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) -
bfAdd
-
bfMAdd
-
bfInsert
-
bfInsert
public final CommandObject<List<Boolean>> bfInsert(String key, BFInsertParams insertParams, String... items) -
bfExists
-
bfMExists
-
bfScanDump
-
bfLoadChunk
-
bfCard
-
bfInfo
-
cfReserve
-
cfReserve
public final CommandObject<String> cfReserve(String key, long capacity, CFReserveParams reserveParams) -
cfAdd
-
cfAddNx
-
cfInsert
-
cfInsert
public final CommandObject<List<Boolean>> cfInsert(String key, CFInsertParams insertParams, String... items) -
cfInsertNx
-
cfInsertNx
public final CommandObject<List<Boolean>> cfInsertNx(String key, CFInsertParams insertParams, String... items) -
cfExists
-
cfMExists
-
cfDel
-
cfCount
-
cfScanDump
-
cfLoadChunk
-
cfInfo
-
cmsInitByDim
-
cmsInitByProb
-
cmsIncrBy
-
cmsQuery
-
cmsMerge
-
cmsMerge
-
cmsInfo
-
topkReserve
-
topkReserve
public final CommandObject<String> topkReserve(String key, long topk, long width, long depth, double decay) -
topkAdd
-
topkIncrBy
-
topkQuery
-
topkCount
-
topkList
-
topkListWithCount
-
topkInfo
-
tdigestCreate
-
tdigestCreate
-
tdigestReset
-
tdigestMerge
-
tdigestMerge
public final CommandObject<String> tdigestMerge(TDigestMergeParams mergeParams, String destinationKey, String... sourceKeys) -
tdigestInfo
-
tdigestAdd
-
tdigestCDF
-
tdigestQuantile
-
tdigestMin
-
tdigestMax
-
tdigestTrimmedMean
public final CommandObject<Double> tdigestTrimmedMean(String key, double lowCutQuantile, double highCutQuantile) -
tdigestRank
-
tdigestRevRank
-
tdigestByRank
-
tdigestByRevRank
-
graphList
-
graphProfile
-
graphExplain
-
graphSlowlog
-
graphConfigSet
-
graphConfigGet
-
getJsonObjectMapper
Get the instance for JsonObjectMapper if not null, otherwise a new instance reference with default implementation will be created and returned.This process of checking whether or not the instance reference exists follows 'double-checked lock optimization' approach to reduce the overhead of acquiring a lock by testing the lock criteria (the "lock hint") before acquiring the lock.
- Returns:
- the JsonObjectMapper instance reference
- See Also:
-
setJsonObjectMapper
-
addFlatArgs
-
addFlatArgs
-
addFlatKeyValueArgs
-
addFlatKeyValueArgs
-
addFlatMapArgs
-
addSortedSetFlatMapArgs
-
addGeoCoordinateFlatMapArgs
private CommandArguments addGeoCoordinateFlatMapArgs(CommandArguments args, Map<?, GeoCoordinate> map)
-