Package com.redis.lettucemod.cluster
Class RedisModulesAdvancedClusterAsyncCommandsImpl<K,V>
java.lang.Object
io.lettuce.core.AbstractRedisAsyncCommands<K,V>
io.lettuce.core.cluster.RedisAdvancedClusterAsyncCommandsImpl<K,V>
com.redis.lettucemod.cluster.RedisModulesAdvancedClusterAsyncCommandsImpl<K,V>
- All Implemented Interfaces:
RedisBloomAsyncCommands<K,,V> RediSearchAsyncCommands<K,,V> RedisGearsAsyncCommands<K,,V> RedisJSONAsyncCommands<K,,V> RedisModulesAsyncCommands<K,,V> RedisTimeSeriesAsyncCommands<K,,V> RedisModulesAdvancedClusterAsyncCommands<K,,V> RedisModulesClusterAsyncCommands<K,,V> io.lettuce.core.api.async.BaseRedisAsyncCommands<K,,V> io.lettuce.core.api.async.RedisAclAsyncCommands<K,,V> io.lettuce.core.api.async.RedisAsyncCommands<K,,V> io.lettuce.core.api.async.RedisFunctionAsyncCommands<K,,V> io.lettuce.core.api.async.RedisGeoAsyncCommands<K,,V> io.lettuce.core.api.async.RedisHashAsyncCommands<K,,V> io.lettuce.core.api.async.RedisHLLAsyncCommands<K,,V> io.lettuce.core.api.async.RedisKeyAsyncCommands<K,,V> io.lettuce.core.api.async.RedisListAsyncCommands<K,,V> io.lettuce.core.api.async.RedisScriptingAsyncCommands<K,,V> io.lettuce.core.api.async.RedisServerAsyncCommands<K,,V> io.lettuce.core.api.async.RedisSetAsyncCommands<K,,V> io.lettuce.core.api.async.RedisSortedSetAsyncCommands<K,,V> io.lettuce.core.api.async.RedisStreamAsyncCommands<K,,V> io.lettuce.core.api.async.RedisStringAsyncCommands<K,,V> io.lettuce.core.api.async.RedisTransactionalAsyncCommands<K,,V> io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<K,,V> io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<K,V>
public class RedisModulesAdvancedClusterAsyncCommandsImpl<K,V>
extends io.lettuce.core.cluster.RedisAdvancedClusterAsyncCommandsImpl<K,V>
implements RedisModulesAdvancedClusterAsyncCommands<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionRedisModulesAdvancedClusterAsyncCommandsImpl(StatefulRedisModulesClusterConnection<K, V> connection, io.lettuce.core.codec.RedisCodec<K, V> codec) -
Method Summary
Modifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<Boolean>io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<Boolean>io.lettuce.core.RedisFuture<BloomFilterInfo>io.lettuce.core.RedisFuture<Long>bfInfo(K key, BloomFilterInfoType infoType) bfInsert(K key, BloomFilterInsertOptions options, V... items) io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<String>bfReserve(K key, double errorRate, long capacity, BloomFilterReserveOptions options) io.lettuce.core.RedisFuture<Boolean>io.lettuce.core.RedisFuture<Boolean>io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<Boolean>io.lettuce.core.RedisFuture<Boolean>io.lettuce.core.RedisFuture<CuckooFilter>cfInsert(K key, CuckooFilterInsertOptions options, V... items) cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) cfInsertNx(K key, V... items) io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<String>cfReserve(K key, long capacity, CuckooFilterReserveOptions options) cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<CmsInfo>io.lettuce.core.RedisFuture<String>cmsInitByDim(K key, long width, long depth) io.lettuce.core.RedisFuture<String>cmsInitByProb(K key, double error, double probability) io.lettuce.core.RedisFuture<String>cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<AggregateResults<K>>ftAggregate(K index, V query) io.lettuce.core.RedisFuture<AggregateResults<K>>ftAggregate(K index, V query, AggregateOptions<K, V> options) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>ftAggregate(K index, V query, CursorOptions cursor) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) io.lettuce.core.RedisFuture<String>ftAliasadd(K name, K index) io.lettuce.core.RedisFuture<String>ftAliasdel(K name) io.lettuce.core.RedisFuture<String>ftAliasupdate(K name, K index) io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<String>ftCursorDelete(K index, long cursor) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>ftCursorRead(K index, long cursor) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>ftCursorRead(K index, long cursor, long count) io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<Long>ftDictdump(K dict) io.lettuce.core.RedisFuture<String>ftDropindex(K index) io.lettuce.core.RedisFuture<String>ftDropindexDeleteDocs(K index) ftList()io.lettuce.core.RedisFuture<SearchResults<K,V>> io.lettuce.core.RedisFuture<SearchResults<K,V>> io.lettuce.core.RedisFuture<Long>ftSugadd(K key, Suggestion<V> suggestion) io.lettuce.core.RedisFuture<Long>ftSugaddIncr(K key, Suggestion<V> suggestion) io.lettuce.core.RedisFuture<Boolean>io.lettuce.core.RedisFuture<List<Suggestion<V>>>io.lettuce.core.RedisFuture<List<Suggestion<V>>>ftSugget(K key, V prefix, SuggetOptions options) io.lettuce.core.RedisFuture<Long>getConnection(String nodeId) getConnection(String host, int port) io.lettuce.core.RedisFuture<Long>jsonArrappend(K key, String path, V... jsons) io.lettuce.core.RedisFuture<Long>jsonArrindex(K key, String path, V scalar) io.lettuce.core.RedisFuture<Long>jsonArrindex(K key, String path, V scalar, Slice slice) io.lettuce.core.RedisFuture<Long>jsonArrinsert(K key, String path, long index, V... jsons) io.lettuce.core.RedisFuture<Long>jsonArrlen(K key) io.lettuce.core.RedisFuture<Long>jsonArrlen(K key, String path) io.lettuce.core.RedisFuture<V>jsonArrpop(K key) io.lettuce.core.RedisFuture<V>jsonArrpop(K key, ArrpopOptions<K> options) io.lettuce.core.RedisFuture<Long>jsonArrtrim(K key, String path, long start, long stop) io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<V>jsonGet(K key, GetOptions options, K... paths) io.lettuce.core.RedisFuture<V>io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<Long>jsonMget(io.lettuce.core.output.KeyValueStreamingChannel<K, V> channel, String path, Iterable<K> keys) io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<V>jsonNumincrby(K key, String path, double number) io.lettuce.core.RedisFuture<V>jsonNummultby(K key, String path, double number) jsonObjkeys(K key) jsonObjkeys(K key, String path) io.lettuce.core.RedisFuture<Long>jsonObjlen(K key) io.lettuce.core.RedisFuture<Long>jsonObjlen(K key, String path) io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<Long>jsonStrappend(K key, String path, V json) io.lettuce.core.RedisFuture<Long>jsonStrappend(K key, V json) io.lettuce.core.RedisFuture<Long>jsonStrlen(K key, String path) io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<String>rgConfigget(K... keys) rgConfigset(Map<K, V> map) io.lettuce.core.RedisFuture<String>io.lettuce.core.RedisFuture<List<Registration>>io.lettuce.core.RedisFuture<ExecutionDetails>rgGetexecution(String id) io.lettuce.core.RedisFuture<ExecutionDetails>rgGetexecution(String id, ExecutionMode mode) io.lettuce.core.RedisFuture<ExecutionResults>rgGetresults(String id) io.lettuce.core.RedisFuture<ExecutionResults>io.lettuce.core.RedisFuture<ExecutionResults>rgPyexecute(String function, V... requirements) io.lettuce.core.RedisFuture<String>rgPyexecuteUnblocking(String function, V... requirements) io.lettuce.core.RedisFuture<String>rgUnregister(String id) io.lettuce.core.RedisFuture<String>tDigestAdd(K key, double... value) tDigestByRank(K key, long... ranks) tDigestByRevRank(K key, long... revRanks) tDigestCdf(K key, double... values) io.lettuce.core.RedisFuture<String>tDigestCreate(K key) io.lettuce.core.RedisFuture<String>tDigestCreate(K key, long compression) io.lettuce.core.RedisFuture<TDigestInfo>tDigestInfo(K key) io.lettuce.core.RedisFuture<Double>tDigestMax(K key) io.lettuce.core.RedisFuture<String>tDigestMerge(K destinationKey, TDigestMergeOptions options, K... sourceKeys) io.lettuce.core.RedisFuture<String>tDigestMerge(K destinationKey, K... sourceKeys) io.lettuce.core.RedisFuture<Double>tDigestMin(K key) tDigestQuantile(K key, double... quantiles) tDigestRank(K key, double... values) io.lettuce.core.RedisFuture<String>tDigestReset(K key) tDigestRevRank(K key, double... values) io.lettuce.core.RedisFuture<Double>tDigestTrimmedMean(K key, double lowCutQuantile, double highCutQuantile) topKIncrBy(K key, LongScoredValue<V>... itemIncrements) io.lettuce.core.RedisFuture<TopKInfo>topKListWithScores(K key) io.lettuce.core.RedisFuture<String>topKReserve(K key, long k) io.lettuce.core.RedisFuture<String>topKReserve(K key, long k, long width, long depth, double decay) io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<String>tsAlter(K key, AlterOptions<K, V> options) io.lettuce.core.RedisFuture<String>tsCreate(K key, CreateOptions<K, V> options) io.lettuce.core.RedisFuture<String>tsCreaterule(K sourceKey, K destKey, CreateRuleOptions options) io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<Long>tsDecrby(K key, double value, IncrbyOptions<K, V> options) io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<String>tsDeleterule(K sourceKey, K destKey) io.lettuce.core.RedisFuture<Sample>Get the last sample.io.lettuce.core.RedisFuture<Long>io.lettuce.core.RedisFuture<Long>tsIncrby(K key, double value, IncrbyOptions<K, V> options) tsInfoDebug(K key) tsMget(MGetOptions<K, V> options) tsMgetWithLabels(V... filters) io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> tsMrange(TimeRange range, MRangeOptions<K, V> options) io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> tsMrevrange(TimeRange range) io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> tsMrevrange(TimeRange range, MRangeOptions<K, V> options) tsQueryIndex(V... filters) tsRange(K key, TimeRange range, RangeOptions options) tsRevrange(K key, TimeRange range) tsRevrange(K key, TimeRange range, RangeOptions options) Methods inherited from class io.lettuce.core.cluster.RedisAdvancedClusterAsyncCommandsImpl
clientSetname, clusterCountKeysInSlot, clusterGetKeysInSlot, dbsize, del, del, executeOnNodes, executeOnUpstream, exists, exists, flushall, flushall, flushallAsync, flushdb, flushdb, georadius, georadius, georadiusbymember, georadiusbymember, keys, keys, mget, mget, mget, mget, mset, msetnx, nodes, nodes, nodes, randomkey, readonly, scan, scan, scan, scan, scan, scan, scan, scan, scriptFlush, scriptKill, scriptLoad, shutdown, touch, touch, unlink, unlinkMethods inherited from class io.lettuce.core.AbstractRedisAsyncCommands
aclCat, aclCat, aclDeluser, aclDryRun, aclDryRun, aclGenpass, aclGenpass, aclGetuser, aclList, aclLoad, aclLog, aclLog, aclLogReset, aclSave, aclSetuser, aclUsers, aclWhoami, append, asking, auth, auth, auth, auth, bgrewriteaof, bgsave, bitcount, bitcount, bitfield, bitopAnd, bitopNot, bitopOr, bitopXor, bitpos, bitpos, bitpos, blmove, blmove, blmpop, blmpop, blpop, blpop, brpop, brpop, brpoplpush, brpoplpush, bzmpop, bzmpop, bzmpop, bzmpop, bzpopmax, bzpopmax, bzpopmin, bzpopmin, clientCaching, clientGetname, clientGetredir, clientId, clientInfo, clientKill, clientKill, clientList, clientList, clientNoEvict, clientPause, clientSetinfo, clientTracking, clientUnblock, clusterAddSlots, clusterAddSlotsRange, clusterBumpepoch, clusterCountFailureReports, clusterDelSlots, clusterDelSlotsRange, clusterFailover, clusterFailover, clusterFlushslots, clusterForget, clusterInfo, clusterKeyslot, clusterMeet, clusterMyId, clusterNodes, clusterReplicas, clusterReplicate, clusterReset, clusterSaveconfig, clusterSetConfigEpoch, clusterSetSlotImporting, clusterSetSlotMigrating, clusterSetSlotNode, clusterSetSlotStable, clusterShards, clusterSlaves, clusterSlots, command, commandCount, commandInfo, commandInfo, configGet, configGet, configResetstat, configRewrite, configSet, configSet, copy, copy, debugCrashAndRecover, debugHtstats, debugObject, debugOom, debugReload, debugRestart, debugSdslen, debugSegfault, decr, decrby, digest, digest, discard, dispatch, dispatch, dispatch, dispatch, dispatch, dump, echo, eval, eval, eval, eval, evalReadOnly, evalReadOnly, evalsha, evalsha, evalshaReadOnly, exec, expire, expire, expire, expire, expireat, expireat, expireat, expireat, expireat, expireat, expiretime, fcall, fcall, fcallReadOnly, fcallReadOnly, flushCommands, flushdbAsync, functionDump, functionFlush, functionKill, functionList, functionList, functionLoad, functionLoad, functionRestore, functionRestore, geoadd, geoadd, geoadd, geoadd, geoadd, geoadd, geodist, geohash, geopos, georadius, georadius_ro, georadius_ro, georadiusbymember, georadiusbymember_ro, georadiusbymember_ro, geosearch, geosearch, geosearchstore, get, getbit, getConnection, getdel, getex, getrange, getset, hdel, hexists, hexpire, hexpire, hexpire, hexpire, hexpireat, hexpireat, hexpireat, hexpireat, hexpireat, hexpireat, hexpiretime, hget, hgetall, hgetall, hincrby, hincrbyfloat, hkeys, hkeys, hlen, hmget, hmget, hmset, hpersist, hpexpire, hpexpire, hpexpire, hpexpire, hpexpireat, hpexpireat, hpexpireat, hpexpireat, hpexpireat, hpexpireat, hpexpiretime, hpttl, hrandfield, hrandfield, hrandfieldWithvalues, hrandfieldWithvalues, hscan, hscan, hscan, hscan, hscan, hscan, hscan, hscan, hscanNovalues, hscanNovalues, hscanNovalues, hscanNovalues, hscanNovalues, hscanNovalues, hscanNovalues, hscanNovalues, hset, hset, hsetnx, hstrlen, httl, hvals, hvals, incr, incrby, incrbyfloat, info, info, isOpen, lastsave, lindex, linsert, llen, lmove, lmpop, lpop, lpop, lpos, lpos, lpos, lpos, lpush, lpushx, lrange, lrange, lrem, lset, ltrim, memoryUsage, migrate, migrate, move, multi, objectEncoding, objectFreq, objectIdletime, objectRefcount, persist, pexpire, pexpire, pexpire, pexpire, pexpireat, pexpireat, pexpireat, pexpireat, pexpireat, pexpireat, pexpiretime, pfadd, pfcount, pfmerge, ping, psetex, pttl, publish, pubsubChannels, pubsubChannels, pubsubNumpat, pubsubNumsub, pubsubShardChannels, pubsubShardChannels, pubsubShardNumsub, quit, readOnly, readWrite, rename, renamenx, replicaof, replicaofNoOne, reset, restore, restore, role, rpop, rpop, rpoplpush, rpush, rpushx, sadd, save, scard, scriptExists, scriptFlush, scriptLoad, sdiff, sdiff, sdiffstore, select, set, set, setAutoFlushCommands, setbit, setex, setGet, setGet, setnx, setrange, setTimeout, shutdown, sinter, sinter, sintercard, sintercard, sinterstore, sismember, slaveof, slaveofNoOne, slowlogGet, slowlogGet, slowlogLen, slowlogReset, smembers, smembers, smismember, smove, sort, sort, sort, sort, sortReadOnly, sortReadOnly, sortReadOnly, sortReadOnly, sortStore, spop, spop, spublish, srandmember, srandmember, srandmember, srem, sscan, sscan, sscan, sscan, sscan, sscan, sscan, sscan, stralgoLcs, strlen, sunion, sunion, sunionstore, swapdb, time, ttl, type, unwatch, waitForReplication, watch, xack, xadd, xadd, xadd, xadd, xautoclaim, xclaim, xclaim, xdel, xgroupCreate, xgroupCreate, xgroupCreateconsumer, xgroupDelconsumer, xgroupDestroy, xgroupSetid, xinfoConsumers, xinfoGroups, xinfoStream, xlen, xpending, xpending, xpending, xpending, xrange, xrange, xread, xread, xreadgroup, xreadgroup, xrevrange, xrevrange, xtrim, xtrim, xtrim, zadd, zadd, zadd, zadd, zadd, zadd, zaddincr, zaddincr, zcard, zcount, zcount, zcount, zdiff, zdiffstore, zdiffWithScores, zincrby, zinter, zinter, zintercard, zintercard, zinterstore, zinterstore, zinterWithScores, zinterWithScores, zlexcount, zlexcount, zmpop, zmpop, zmscore, zpopmax, zpopmax, zpopmin, zpopmin, zrandmember, zrandmember, zrandmemberWithScores, zrandmemberWithScores, zrange, zrange, zrangebylex, zrangebylex, zrangebylex, zrangebylex, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangestore, zrangestorebylex, zrangestorebyscore, zrangeWithScores, zrangeWithScores, zrank, zrankWithScore, zrem, zremrangebylex, zremrangebylex, zremrangebyrank, zremrangebyscore, zremrangebyscore, zremrangebyscore, zrevrange, zrevrange, zrevrangebylex, zrevrangebylex, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangestore, zrevrangestorebylex, zrevrangestorebyscore, zrevrangeWithScores, zrevrangeWithScores, zrevrank, zrevrankWithScore, zscan, zscan, zscan, zscan, zscan, zscan, zscan, zscan, zscore, zunion, zunion, zunionstore, zunionstore, zunionWithScores, zunionWithScoresMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.lettuce.core.api.async.BaseRedisAsyncCommands
dispatch, dispatch, echo, flushCommands, isOpen, ping, publish, pubsubChannels, pubsubChannels, pubsubNumpat, pubsubNumsub, pubsubShardChannels, pubsubShardChannels, pubsubShardNumsub, quit, reset, role, setAutoFlushCommands, spublish, waitForReplicationMethods inherited from interface io.lettuce.core.api.async.RedisAclAsyncCommands
aclCat, aclCat, aclDeluser, aclDryRun, aclDryRun, aclGenpass, aclGenpass, aclGetuser, aclList, aclLoad, aclLog, aclLog, aclLogReset, aclSave, aclSetuser, aclUsers, aclWhoamiMethods inherited from interface io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands
all, clientSetname, dbsize, del, exists, flushall, flushallAsync, flushdb, keys, keys, masters, mget, mset, msetnx, nodes, nodes, randomkey, readonly, replicas, replicas, scan, scan, scan, scan, scan, scan, scan, scan, scriptFlush, scriptKill, scriptLoad, scriptLoad, shutdown, slaves, slaves, touch, unlink, upstreamMethods inherited from interface io.lettuce.core.api.async.RedisAsyncCommands
auth, auth, select, swapdbMethods inherited from interface io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands
asking, clusterAddSlots, clusterAddSlotsRange, clusterBumpepoch, clusterCountFailureReports, clusterCountKeysInSlot, clusterDelSlots, clusterDelSlotsRange, clusterFailover, clusterFailover, clusterFlushslots, clusterForget, clusterGetKeysInSlot, clusterInfo, clusterKeyslot, clusterMeet, clusterMyId, clusterNodes, clusterReplicas, clusterReplicate, clusterReset, clusterSaveconfig, clusterSetConfigEpoch, clusterSetSlotImporting, clusterSetSlotMigrating, clusterSetSlotNode, clusterSetSlotStable, clusterShards, clusterSlaves, clusterSlots, readOnly, readWrite, setTimeoutMethods inherited from interface io.lettuce.core.api.async.RedisFunctionAsyncCommands
fcall, fcall, fcallReadOnly, fcallReadOnly, functionDump, functionFlush, functionKill, functionList, functionList, functionLoad, functionLoad, functionRestore, functionRestoreMethods inherited from interface io.lettuce.core.api.async.RedisGeoAsyncCommands
geoadd, geoadd, geoadd, geoadd, geoadd, geoadd, geodist, geohash, geopos, georadius, georadius, georadius, georadiusbymember, georadiusbymember, georadiusbymember, geosearch, geosearch, geosearchstoreMethods inherited from interface io.lettuce.core.api.async.RedisHashAsyncCommands
hdel, hexists, hexpire, hexpire, hexpire, hexpire, hexpireat, hexpireat, hexpireat, hexpireat, hexpireat, hexpireat, hexpiretime, hget, hgetall, hgetall, hincrby, hincrbyfloat, hkeys, hkeys, hlen, hmget, hmget, hmset, hpersist, hpexpire, hpexpire, hpexpire, hpexpire, hpexpireat, hpexpireat, hpexpireat, hpexpireat, hpexpireat, hpexpireat, hpexpiretime, hpttl, hrandfield, hrandfield, hrandfieldWithvalues, hrandfieldWithvalues, hscan, hscan, hscan, hscan, hscan, hscan, hscan, hscan, hscanNovalues, hscanNovalues, hscanNovalues, hscanNovalues, hscanNovalues, hscanNovalues, hscanNovalues, hscanNovalues, hset, hset, hsetnx, hstrlen, httl, hvals, hvalsMethods inherited from interface io.lettuce.core.api.async.RedisHLLAsyncCommands
pfadd, pfcount, pfmergeMethods inherited from interface io.lettuce.core.api.async.RedisKeyAsyncCommands
copy, copy, dump, expire, expire, expire, expire, expireat, expireat, expireat, expireat, expireat, expireat, expiretime, migrate, migrate, move, objectEncoding, objectFreq, objectIdletime, objectRefcount, persist, pexpire, pexpire, pexpire, pexpire, pexpireat, pexpireat, pexpireat, pexpireat, pexpireat, pexpireat, pexpiretime, pttl, rename, renamenx, restore, restore, sort, sort, sort, sort, sortReadOnly, sortReadOnly, sortReadOnly, sortReadOnly, sortStore, ttl, typeMethods inherited from interface io.lettuce.core.api.async.RedisListAsyncCommands
blmove, blmove, blmpop, blmpop, blpop, blpop, brpop, brpop, brpoplpush, brpoplpush, lindex, linsert, llen, lmove, lmpop, lpop, lpop, lpos, lpos, lpos, lpos, lpush, lpushx, lrange, lrange, lrem, lset, ltrim, rpop, rpop, rpoplpush, rpush, rpushxMethods inherited from interface io.lettuce.core.api.async.RedisScriptingAsyncCommands
digest, digest, eval, eval, eval, eval, evalReadOnly, evalReadOnly, evalsha, evalsha, evalshaReadOnly, scriptExists, scriptFlushMethods inherited from interface io.lettuce.core.api.async.RedisServerAsyncCommands
bgrewriteaof, bgsave, clientCaching, clientGetname, clientGetredir, clientId, clientInfo, clientKill, clientKill, clientList, clientList, clientNoEvict, clientPause, clientSetinfo, clientTracking, clientUnblock, command, commandCount, commandInfo, commandInfo, configGet, configGet, configResetstat, configRewrite, configSet, configSet, debugCrashAndRecover, debugHtstats, debugObject, debugOom, debugReload, debugRestart, debugSdslen, debugSegfault, flushall, flushdb, flushdbAsync, info, info, lastsave, memoryUsage, replicaof, replicaofNoOne, save, shutdown, slaveof, slaveofNoOne, slowlogGet, slowlogGet, slowlogLen, slowlogReset, timeMethods inherited from interface io.lettuce.core.api.async.RedisSetAsyncCommands
sadd, scard, sdiff, sdiff, sdiffstore, sinter, sinter, sintercard, sintercard, sinterstore, sismember, smembers, smembers, smismember, smove, spop, spop, srandmember, srandmember, srandmember, srem, sscan, sscan, sscan, sscan, sscan, sscan, sscan, sscan, sunion, sunion, sunionstoreMethods inherited from interface io.lettuce.core.api.async.RedisSortedSetAsyncCommands
bzmpop, bzmpop, bzmpop, bzmpop, bzpopmax, bzpopmax, bzpopmin, bzpopmin, zadd, zadd, zadd, zadd, zadd, zadd, zaddincr, zaddincr, zcard, zcount, zcount, zcount, zdiff, zdiffstore, zdiffWithScores, zincrby, zinter, zinter, zintercard, zintercard, zinterstore, zinterstore, zinterWithScores, zinterWithScores, zlexcount, zlexcount, zmpop, zmpop, zmscore, zpopmax, zpopmax, zpopmin, zpopmin, zrandmember, zrandmember, zrandmemberWithScores, zrandmemberWithScores, zrange, zrange, zrangebylex, zrangebylex, zrangebylex, zrangebylex, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscore, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangebyscoreWithScores, zrangestore, zrangestorebylex, zrangestorebyscore, zrangeWithScores, zrangeWithScores, zrank, zrankWithScore, zrem, zremrangebylex, zremrangebylex, zremrangebyrank, zremrangebyscore, zremrangebyscore, zremrangebyscore, zrevrange, zrevrange, zrevrangebylex, zrevrangebylex, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscore, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangebyscoreWithScores, zrevrangestore, zrevrangestorebylex, zrevrangestorebyscore, zrevrangeWithScores, zrevrangeWithScores, zrevrank, zrevrankWithScore, zscan, zscan, zscan, zscan, zscan, zscan, zscan, zscan, zscore, zunion, zunion, zunionstore, zunionstore, zunionWithScores, zunionWithScoresMethods inherited from interface io.lettuce.core.api.async.RedisStreamAsyncCommands
xack, xadd, xadd, xadd, xadd, xautoclaim, xclaim, xclaim, xdel, xgroupCreate, xgroupCreate, xgroupCreateconsumer, xgroupDelconsumer, xgroupDestroy, xgroupSetid, xinfoConsumers, xinfoGroups, xinfoStream, xlen, xpending, xpending, xpending, xpending, xrange, xrange, xread, xread, xreadgroup, xreadgroup, xrevrange, xrevrange, xtrim, xtrim, xtrimMethods inherited from interface io.lettuce.core.api.async.RedisStringAsyncCommands
append, bitcount, bitcount, bitfield, bitopAnd, bitopNot, bitopOr, bitopXor, bitpos, bitpos, bitpos, decr, decrby, get, getbit, getdel, getex, getrange, getset, incr, incrby, incrbyfloat, mget, psetex, set, set, setbit, setex, setGet, setGet, setnx, setrange, stralgoLcs, strlenMethods inherited from interface io.lettuce.core.api.async.RedisTransactionalAsyncCommands
discard, exec, multi, unwatch, watch
-
Constructor Details
-
RedisModulesAdvancedClusterAsyncCommandsImpl
public RedisModulesAdvancedClusterAsyncCommandsImpl(StatefulRedisModulesClusterConnection<K, V> connection, io.lettuce.core.codec.RedisCodec<K, V> codec)
-
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfaceio.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<K,V> - Specified by:
getConnectionin interfaceRedisModulesAdvancedClusterAsyncCommands<K,V> - Overrides:
getConnectionin classio.lettuce.core.cluster.RedisAdvancedClusterAsyncCommandsImpl<K,V>
-
getConnection
- Specified by:
getConnectionin interfaceio.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<K,V> - Specified by:
getConnectionin interfaceRedisModulesAdvancedClusterAsyncCommands<K,V> - Overrides:
getConnectionin classio.lettuce.core.cluster.RedisAdvancedClusterAsyncCommandsImpl<K,V>
-
getStatefulConnection
- Specified by:
getStatefulConnectionin interfaceio.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<K,V> - Specified by:
getStatefulConnectionin interfaceio.lettuce.core.api.async.RedisAsyncCommands<K,V> - Specified by:
getStatefulConnectionin interfaceRedisModulesAdvancedClusterAsyncCommands<K,V> - Specified by:
getStatefulConnectionin interfaceRedisModulesAsyncCommands<K,V> - Specified by:
getStatefulConnectionin interfaceRedisModulesClusterAsyncCommands<K,V> - Overrides:
getStatefulConnectionin classio.lettuce.core.cluster.RedisAdvancedClusterAsyncCommandsImpl<K,V>
-
rgAbortexecution
- Specified by:
rgAbortexecutionin interfaceRedisGearsAsyncCommands<K,V>
-
rgConfigget
- Specified by:
rgConfiggetin interfaceRedisGearsAsyncCommands<K,V>
-
rgConfigset
- Specified by:
rgConfigsetin interfaceRedisGearsAsyncCommands<K,V>
-
rgDropexecution
- Specified by:
rgDropexecutionin interfaceRedisGearsAsyncCommands<K,V>
-
rgDumpexecutions
- Specified by:
rgDumpexecutionsin interfaceRedisGearsAsyncCommands<K,V>
-
rgDumpregistrations
- Specified by:
rgDumpregistrationsin interfaceRedisGearsAsyncCommands<K,V>
-
rgGetexecution
- Specified by:
rgGetexecutionin interfaceRedisGearsAsyncCommands<K,V>
-
rgGetexecution
- Specified by:
rgGetexecutionin interfaceRedisGearsAsyncCommands<K,V>
-
rgGetresults
- Specified by:
rgGetresultsin interfaceRedisGearsAsyncCommands<K,V>
-
rgGetresultsblocking
- Specified by:
rgGetresultsblockingin interfaceRedisGearsAsyncCommands<K,V>
-
rgPyexecute
public io.lettuce.core.RedisFuture<ExecutionResults> rgPyexecute(String function, V... requirements) - Specified by:
rgPyexecutein interfaceRedisGearsAsyncCommands<K,V>
-
rgPyexecuteUnblocking
public io.lettuce.core.RedisFuture<String> rgPyexecuteUnblocking(String function, V... requirements) - Specified by:
rgPyexecuteUnblockingin interfaceRedisGearsAsyncCommands<K,V>
-
rgTrigger
- Specified by:
rgTriggerin interfaceRedisGearsAsyncCommands<K,V>
-
rgUnregister
- Specified by:
rgUnregisterin interfaceRedisGearsAsyncCommands<K,V>
-
ftCreate
- Specified by:
ftCreatein interfaceRediSearchAsyncCommands<K,V>
-
ftCreate
public io.lettuce.core.RedisFuture<String> ftCreate(K index, CreateOptions<K, V> options, Field<K>... fields) - Specified by:
ftCreatein interfaceRediSearchAsyncCommands<K,V>
-
ftDropindex
- Specified by:
ftDropindexin interfaceRediSearchAsyncCommands<K,V>
-
ftDropindexDeleteDocs
- Specified by:
ftDropindexDeleteDocsin interfaceRediSearchAsyncCommands<K,V>
-
ftAlter
- Specified by:
ftAlterin interfaceRediSearchAsyncCommands<K,V>
-
ftInfo
- Specified by:
ftInfoin interfaceRediSearchAsyncCommands<K,V>
-
ftAliasadd
- Specified by:
ftAliasaddin interfaceRediSearchAsyncCommands<K,V>
-
ftAliasupdate
- Specified by:
ftAliasupdatein interfaceRediSearchAsyncCommands<K,V>
-
ftAliasdel
- Specified by:
ftAliasdelin interfaceRediSearchAsyncCommands<K,V>
-
ftList
- Specified by:
ftListin interfaceRediSearchAsyncCommands<K,V>
-
ftSearch
- Specified by:
ftSearchin interfaceRediSearchAsyncCommands<K,V>
-
ftSearch
public io.lettuce.core.RedisFuture<SearchResults<K,V>> ftSearch(K index, V query, SearchOptions<K, V> options) - Specified by:
ftSearchin interfaceRediSearchAsyncCommands<K,V>
-
ftAggregate
- Specified by:
ftAggregatein interfaceRediSearchAsyncCommands<K,V>
-
ftAggregate
public io.lettuce.core.RedisFuture<AggregateResults<K>> ftAggregate(K index, V query, AggregateOptions<K, V> options) - Specified by:
ftAggregatein interfaceRediSearchAsyncCommands<K,V>
-
ftAggregate
public io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>> ftAggregate(K index, V query, CursorOptions cursor) - Specified by:
ftAggregatein interfaceRediSearchAsyncCommands<K,V>
-
ftAggregate
public io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>> ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) - Specified by:
ftAggregatein interfaceRediSearchAsyncCommands<K,V>
-
ftCursorRead
public io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>> ftCursorRead(K index, long cursor) - Specified by:
ftCursorReadin interfaceRediSearchAsyncCommands<K,V>
-
ftCursorRead
public io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>> ftCursorRead(K index, long cursor, long count) - Specified by:
ftCursorReadin interfaceRediSearchAsyncCommands<K,V>
-
ftCursorDelete
- Specified by:
ftCursorDeletein interfaceRediSearchAsyncCommands<K,V>
-
ftTagvals
- Specified by:
ftTagvalsin interfaceRediSearchAsyncCommands<K,V>
-
ftSugadd
- Specified by:
ftSugaddin interfaceRediSearchAsyncCommands<K,V>
-
ftSugaddIncr
- Specified by:
ftSugaddIncrin interfaceRediSearchAsyncCommands<K,V>
-
ftSugget
- Specified by:
ftSuggetin interfaceRediSearchAsyncCommands<K,V>
-
ftSugget
public io.lettuce.core.RedisFuture<List<Suggestion<V>>> ftSugget(K key, V prefix, SuggetOptions options) - Specified by:
ftSuggetin interfaceRediSearchAsyncCommands<K,V>
-
ftSugdel
- Specified by:
ftSugdelin interfaceRediSearchAsyncCommands<K,V>
-
ftSuglen
- Specified by:
ftSuglenin interfaceRediSearchAsyncCommands<K,V>
-
ftDictadd
- Specified by:
ftDictaddin interfaceRediSearchAsyncCommands<K,V>
-
ftDictdel
- Specified by:
ftDictdelin interfaceRediSearchAsyncCommands<K,V>
-
ftDictdump
- Specified by:
ftDictdumpin interfaceRediSearchAsyncCommands<K,V>
-
tsCreate
- Specified by:
tsCreatein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsAlter
- Specified by:
tsAlterin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsAdd
- Specified by:
tsAddin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsAdd
- Specified by:
tsAddin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsMadd
- Specified by:
tsMaddin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsDecrby
- Specified by:
tsDecrbyin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsDecrby
- Specified by:
tsDecrbyin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsIncrby
- Specified by:
tsIncrbyin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsIncrby
- Specified by:
tsIncrbyin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsCreaterule
public io.lettuce.core.RedisFuture<String> tsCreaterule(K sourceKey, K destKey, CreateRuleOptions options) - Specified by:
tsCreaterulein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsDeleterule
- Specified by:
tsDeleterulein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsRange
- Specified by:
tsRangein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsRange
public io.lettuce.core.RedisFuture<List<Sample>> tsRange(K key, TimeRange range, RangeOptions options) - Specified by:
tsRangein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsRevrange
- Specified by:
tsRevrangein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsRevrange
public io.lettuce.core.RedisFuture<List<Sample>> tsRevrange(K key, TimeRange range, RangeOptions options) - Specified by:
tsRevrangein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsMrange
- Specified by:
tsMrangein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsMrange
public io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> tsMrange(TimeRange range, MRangeOptions<K, V> options) - Specified by:
tsMrangein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsMrevrange
- Specified by:
tsMrevrangein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsMrevrange
public io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> tsMrevrange(TimeRange range, MRangeOptions<K, V> options) - Specified by:
tsMrevrangein interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsGet
Description copied from interface:RedisTimeSeriesAsyncCommandsGet the last sample.- Specified by:
tsGetin interfaceRedisTimeSeriesAsyncCommands<K,V> - Parameters:
key- Key name for time series- Returns:
- The last sample.
-
tsMget
- Specified by:
tsMgetin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsMget
- Specified by:
tsMgetin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsMgetWithLabels
- Specified by:
tsMgetWithLabelsin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsInfo
- Specified by:
tsInfoin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsInfoDebug
- Specified by:
tsInfoDebugin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsQueryIndex
- Specified by:
tsQueryIndexin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
tsDel
- Specified by:
tsDelin interfaceRedisTimeSeriesAsyncCommands<K,V>
-
jsonDel
- Specified by:
jsonDelin interfaceRedisJSONAsyncCommands<K,V>
-
jsonDel
- Specified by:
jsonDelin interfaceRedisJSONAsyncCommands<K,V>
-
jsonGet
- Specified by:
jsonGetin interfaceRedisJSONAsyncCommands<K,V>
-
jsonGet
- Specified by:
jsonGetin interfaceRedisJSONAsyncCommands<K,V>
-
jsonMget
public io.lettuce.core.RedisFuture<List<io.lettuce.core.KeyValue<K,V>>> jsonMget(String path, K... keys) - Specified by:
jsonMgetin interfaceRedisJSONAsyncCommands<K,V>
-
jsonMget
public io.lettuce.core.RedisFuture<Long> jsonMget(io.lettuce.core.output.KeyValueStreamingChannel<K, V> channel, String path, K... keys) - Specified by:
jsonMgetin interfaceRedisJSONAsyncCommands<K,V>
-
jsonMget
-
jsonMget
-
jsonSet
- Specified by:
jsonSetin interfaceRedisJSONAsyncCommands<K,V>
-
jsonSet
- Specified by:
jsonSetin interfaceRedisJSONAsyncCommands<K,V>
-
jsonMerge
- Specified by:
jsonMergein interfaceRedisJSONAsyncCommands<K,V>
-
jsonType
- Specified by:
jsonTypein interfaceRedisJSONAsyncCommands<K,V>
-
jsonType
- Specified by:
jsonTypein interfaceRedisJSONAsyncCommands<K,V>
-
jsonNumincrby
- Specified by:
jsonNumincrbyin interfaceRedisJSONAsyncCommands<K,V>
-
jsonNummultby
- Specified by:
jsonNummultbyin interfaceRedisJSONAsyncCommands<K,V>
-
jsonStrappend
- Specified by:
jsonStrappendin interfaceRedisJSONAsyncCommands<K,V>
-
jsonStrappend
- Specified by:
jsonStrappendin interfaceRedisJSONAsyncCommands<K,V>
-
jsonStrlen
- Specified by:
jsonStrlenin interfaceRedisJSONAsyncCommands<K,V>
-
jsonArrappend
- Specified by:
jsonArrappendin interfaceRedisJSONAsyncCommands<K,V>
-
jsonArrindex
- Specified by:
jsonArrindexin interfaceRedisJSONAsyncCommands<K,V>
-
jsonArrindex
- Specified by:
jsonArrindexin interfaceRedisJSONAsyncCommands<K,V>
-
jsonArrinsert
- Specified by:
jsonArrinsertin interfaceRedisJSONAsyncCommands<K,V>
-
jsonArrlen
- Specified by:
jsonArrlenin interfaceRedisJSONAsyncCommands<K,V>
-
jsonArrlen
- Specified by:
jsonArrlenin interfaceRedisJSONAsyncCommands<K,V>
-
jsonArrpop
- Specified by:
jsonArrpopin interfaceRedisJSONAsyncCommands<K,V>
-
jsonArrpop
- Specified by:
jsonArrpopin interfaceRedisJSONAsyncCommands<K,V>
-
jsonArrtrim
- Specified by:
jsonArrtrimin interfaceRedisJSONAsyncCommands<K,V>
-
jsonObjkeys
- Specified by:
jsonObjkeysin interfaceRedisJSONAsyncCommands<K,V>
-
jsonObjkeys
- Specified by:
jsonObjkeysin interfaceRedisJSONAsyncCommands<K,V>
-
jsonObjlen
- Specified by:
jsonObjlenin interfaceRedisJSONAsyncCommands<K,V>
-
jsonObjlen
- Specified by:
jsonObjlenin interfaceRedisJSONAsyncCommands<K,V>
-
bfAdd
- Specified by:
bfAddin interfaceRedisBloomAsyncCommands<K,V>
-
bfCard
- Specified by:
bfCardin interfaceRedisBloomAsyncCommands<K,V>
-
bfExists
- Specified by:
bfExistsin interfaceRedisBloomAsyncCommands<K,V>
-
bfInfo
- Specified by:
bfInfoin interfaceRedisBloomAsyncCommands<K,V>
-
bfInfo
- Specified by:
bfInfoin interfaceRedisBloomAsyncCommands<K,V>
-
bfInsert
- Specified by:
bfInsertin interfaceRedisBloomAsyncCommands<K,V>
-
bfInsert
public io.lettuce.core.RedisFuture<List<Boolean>> bfInsert(K key, BloomFilterInsertOptions options, V... items) - Specified by:
bfInsertin interfaceRedisBloomAsyncCommands<K,V>
-
bfMAdd
- Specified by:
bfMAddin interfaceRedisBloomAsyncCommands<K,V>
-
bfMExists
- Specified by:
bfMExistsin interfaceRedisBloomAsyncCommands<K,V>
-
bfReserve
- Specified by:
bfReservein interfaceRedisBloomAsyncCommands<K,V>
-
bfReserve
public io.lettuce.core.RedisFuture<String> bfReserve(K key, double errorRate, long capacity, BloomFilterReserveOptions options) - Specified by:
bfReservein interfaceRedisBloomAsyncCommands<K,V>
-
cfAdd
- Specified by:
cfAddin interfaceRedisBloomAsyncCommands<K,V>
-
cfAddNx
- Specified by:
cfAddNxin interfaceRedisBloomAsyncCommands<K,V>
-
cfCount
- Specified by:
cfCountin interfaceRedisBloomAsyncCommands<K,V>
-
cfDel
- Specified by:
cfDelin interfaceRedisBloomAsyncCommands<K,V>
-
cfExists
- Specified by:
cfExistsin interfaceRedisBloomAsyncCommands<K,V>
-
cfInfo
- Specified by:
cfInfoin interfaceRedisBloomAsyncCommands<K,V>
-
cfInsert
- Specified by:
cfInsertin interfaceRedisBloomAsyncCommands<K,V>
-
cfInsert
public io.lettuce.core.RedisFuture<List<Long>> cfInsert(K key, CuckooFilterInsertOptions options, V... items) - Specified by:
cfInsertin interfaceRedisBloomAsyncCommands<K,V>
-
cfInsertNx
- Specified by:
cfInsertNxin interfaceRedisBloomAsyncCommands<K,V>
-
cfInsertNx
public io.lettuce.core.RedisFuture<List<Long>> cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) - Specified by:
cfInsertNxin interfaceRedisBloomAsyncCommands<K,V>
-
cfMExists
- Specified by:
cfMExistsin interfaceRedisBloomAsyncCommands<K,V>
-
cfReserve
- Specified by:
cfReservein interfaceRedisBloomAsyncCommands<K,V>
-
cfReserve
public io.lettuce.core.RedisFuture<String> cfReserve(K key, long capacity, CuckooFilterReserveOptions options) - Specified by:
cfReservein interfaceRedisBloomAsyncCommands<K,V>
-
cmsIncrBy
- Specified by:
cmsIncrByin interfaceRedisBloomAsyncCommands<K,V>
-
cmsIncrBy
public io.lettuce.core.RedisFuture<List<Long>> cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) - Specified by:
cmsIncrByin interfaceRedisBloomAsyncCommands<K,V>
-
cmsInitByProb
- Specified by:
cmsInitByProbin interfaceRedisBloomAsyncCommands<K,V>
-
cmsInitByDim
- Specified by:
cmsInitByDimin interfaceRedisBloomAsyncCommands<K,V>
-
cmsQuery
- Specified by:
cmsQueryin interfaceRedisBloomAsyncCommands<K,V>
-
cmsMerge
- Specified by:
cmsMergein interfaceRedisBloomAsyncCommands<K,V>
-
cmsMerge
public io.lettuce.core.RedisFuture<String> cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) - Specified by:
cmsMergein interfaceRedisBloomAsyncCommands<K,V>
-
cmsInfo
- Specified by:
cmsInfoin interfaceRedisBloomAsyncCommands<K,V>
-
topKAdd
- Specified by:
topKAddin interfaceRedisBloomAsyncCommands<K,V>
-
topKIncrBy
public io.lettuce.core.RedisFuture<List<io.lettuce.core.Value<V>>> topKIncrBy(K key, LongScoredValue<V>... itemIncrements) - Specified by:
topKIncrByin interfaceRedisBloomAsyncCommands<K,V>
-
topKInfo
- Specified by:
topKInfoin interfaceRedisBloomAsyncCommands<K,V>
-
topKList
- Specified by:
topKListin interfaceRedisBloomAsyncCommands<K,V>
-
topKListWithScores
public io.lettuce.core.RedisFuture<List<io.lettuce.core.KeyValue<String,Long>>> topKListWithScores(K key) - Specified by:
topKListWithScoresin interfaceRedisBloomAsyncCommands<K,V>
-
topKQuery
- Specified by:
topKQueryin interfaceRedisBloomAsyncCommands<K,V>
-
topKReserve
- Specified by:
topKReservein interfaceRedisBloomAsyncCommands<K,V>
-
topKReserve
public io.lettuce.core.RedisFuture<String> topKReserve(K key, long k, long width, long depth, double decay) - Specified by:
topKReservein interfaceRedisBloomAsyncCommands<K,V>
-
tDigestAdd
- Specified by:
tDigestAddin interfaceRedisBloomAsyncCommands<K,V>
-
tDigestByRank
- Specified by:
tDigestByRankin interfaceRedisBloomAsyncCommands<K,V>
-
tDigestByRevRank
- Specified by:
tDigestByRevRankin interfaceRedisBloomAsyncCommands<K,V>
-
tDigestCdf
- Specified by:
tDigestCdfin interfaceRedisBloomAsyncCommands<K,V>
-
tDigestCreate
- Specified by:
tDigestCreatein interfaceRedisBloomAsyncCommands<K,V>
-
tDigestCreate
- Specified by:
tDigestCreatein interfaceRedisBloomAsyncCommands<K,V>
-
tDigestInfo
- Specified by:
tDigestInfoin interfaceRedisBloomAsyncCommands<K,V>
-
tDigestMax
- Specified by:
tDigestMaxin interfaceRedisBloomAsyncCommands<K,V>
-
tDigestMerge
- Specified by:
tDigestMergein interfaceRedisBloomAsyncCommands<K,V>
-
tDigestMerge
public io.lettuce.core.RedisFuture<String> tDigestMerge(K destinationKey, TDigestMergeOptions options, K... sourceKeys) - Specified by:
tDigestMergein interfaceRedisBloomAsyncCommands<K,V>
-
tDigestMin
- Specified by:
tDigestMinin interfaceRedisBloomAsyncCommands<K,V>
-
tDigestQuantile
- Specified by:
tDigestQuantilein interfaceRedisBloomAsyncCommands<K,V>
-
tDigestRank
- Specified by:
tDigestRankin interfaceRedisBloomAsyncCommands<K,V>
-
tDigestReset
- Specified by:
tDigestResetin interfaceRedisBloomAsyncCommands<K,V>
-
tDigestRevRank
- Specified by:
tDigestRevRankin interfaceRedisBloomAsyncCommands<K,V>
-
tDigestTrimmedMean
public io.lettuce.core.RedisFuture<Double> tDigestTrimmedMean(K key, double lowCutQuantile, double highCutQuantile) - Specified by:
tDigestTrimmedMeanin interfaceRedisBloomAsyncCommands<K,V>
-