Package com.redis.lettucemod.cluster
Class RedisModulesAdvancedClusterReactiveCommandsImpl<K,V>
java.lang.Object
io.lettuce.core.AbstractRedisReactiveCommands<K,V>
io.lettuce.core.cluster.RedisAdvancedClusterReactiveCommandsImpl<K,V>
com.redis.lettucemod.cluster.RedisModulesAdvancedClusterReactiveCommandsImpl<K,V>
- All Implemented Interfaces:
RedisBloomReactiveCommands<K,,V> RediSearchReactiveCommands<K,,V> RedisGearsReactiveCommands<K,,V> RedisJSONReactiveCommands<K,,V> RedisModulesReactiveCommands<K,,V> RedisTimeSeriesReactiveCommands<K,,V> RedisModulesAdvancedClusterReactiveCommands<K,,V> RedisModulesClusterReactiveCommands<K,,V> io.lettuce.core.api.reactive.BaseRedisReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisAclReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisFunctionReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisGeoReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisHashReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisHLLReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisKeyReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisListReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisScriptingReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisServerReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisSetReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisStreamReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisStringReactiveCommands<K,,V> io.lettuce.core.api.reactive.RedisTransactionalReactiveCommands<K,,V> io.lettuce.core.cluster.api.reactive.RedisAdvancedClusterReactiveCommands<K,,V> io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands<K,V>
public class RedisModulesAdvancedClusterReactiveCommandsImpl<K,V>
extends io.lettuce.core.cluster.RedisAdvancedClusterReactiveCommandsImpl<K,V>
implements RedisModulesAdvancedClusterReactiveCommands<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionRedisModulesAdvancedClusterReactiveCommandsImpl(StatefulRedisModulesClusterConnection<K, V> connection, io.lettuce.core.codec.RedisCodec<K, V> codec) -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Boolean>reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<Boolean>reactor.core.publisher.Mono<BloomFilterInfo>reactor.core.publisher.Mono<Long>bfInfo(K key, BloomFilterInfoType infoType) reactor.core.publisher.Flux<Boolean>bfInsert(K key, BloomFilterInsertOptions options, V... items) reactor.core.publisher.Flux<Boolean>reactor.core.publisher.Flux<Boolean>reactor.core.publisher.Flux<Boolean>reactor.core.publisher.Mono<String>reactor.core.publisher.Mono<String>bfReserve(K key, double errorRate, long capacity, BloomFilterReserveOptions options) reactor.core.publisher.Mono<Boolean>reactor.core.publisher.Mono<Boolean>reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<Boolean>reactor.core.publisher.Mono<Boolean>reactor.core.publisher.Mono<CuckooFilter>reactor.core.publisher.Flux<Long>cfInsert(K key, CuckooFilterInsertOptions options, V... items) reactor.core.publisher.Flux<Long>reactor.core.publisher.Flux<Long>cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) reactor.core.publisher.Flux<Long>cfInsertNx(K key, V... items) reactor.core.publisher.Flux<Boolean>reactor.core.publisher.Mono<String>reactor.core.publisher.Mono<String>cfReserve(K key, long capacity, CuckooFilterReserveOptions options) reactor.core.publisher.Flux<Long>cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<CmsInfo>reactor.core.publisher.Mono<String>cmsInitByDim(K key, long width, long depth) reactor.core.publisher.Mono<String>cmsInitByProb(K key, double error, double probability) reactor.core.publisher.Mono<String>cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) reactor.core.publisher.Mono<String>reactor.core.publisher.Flux<Long>reactor.core.publisher.Mono<AggregateResults<K>>ftAggregate(K index, V query) reactor.core.publisher.Mono<AggregateResults<K>>ftAggregate(K index, V query, AggregateOptions<K, V> options) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>ftAggregate(K index, V query, CursorOptions cursor) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) reactor.core.publisher.Mono<String>ftAliasadd(K name, K index) reactor.core.publisher.Mono<String>ftAliasdel(K name) reactor.core.publisher.Mono<String>ftAliasupdate(K name, K index) reactor.core.publisher.Mono<String>reactor.core.publisher.Mono<String>reactor.core.publisher.Mono<String>reactor.core.publisher.Mono<String>ftCursorDelete(K index, long cursor) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>ftCursorRead(K index, long cursor) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>ftCursorRead(K index, long cursor, long count) reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<Long>reactor.core.publisher.Flux<V>ftDictdump(K dict) reactor.core.publisher.Mono<String>ftDropindex(K index) reactor.core.publisher.Mono<String>ftDropindexDeleteDocs(K index) reactor.core.publisher.Flux<Object>reactor.core.publisher.Flux<K>ftList()reactor.core.publisher.Mono<SearchResults<K,V>> reactor.core.publisher.Mono<SearchResults<K,V>> reactor.core.publisher.Mono<Long>ftSugadd(K key, Suggestion<V> suggestion) reactor.core.publisher.Mono<Long>ftSugaddIncr(K key, Suggestion<V> suggestion) reactor.core.publisher.Mono<Boolean>reactor.core.publisher.Flux<Suggestion<V>>reactor.core.publisher.Flux<Suggestion<V>>ftSugget(K key, V prefix, SuggetOptions options) reactor.core.publisher.Mono<Long>reactor.core.publisher.Flux<V>getConnection(String nodeId) getConnection(String host, int port) reactor.core.publisher.Mono<Long>jsonArrappend(K key, String path, V... jsons) reactor.core.publisher.Mono<Long>jsonArrindex(K key, String path, V scalar) reactor.core.publisher.Mono<Long>jsonArrindex(K key, String path, V scalar, Slice slice) reactor.core.publisher.Mono<Long>jsonArrinsert(K key, String path, long index, V... jsons) reactor.core.publisher.Mono<Long>jsonArrlen(K key) reactor.core.publisher.Mono<Long>jsonArrlen(K key, String path) reactor.core.publisher.Mono<V>jsonArrpop(K key) reactor.core.publisher.Mono<V>jsonArrpop(K key, ArrpopOptions<K> options) reactor.core.publisher.Mono<Long>jsonArrtrim(K key, String path, long start, long stop) reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<V>jsonGet(K key, GetOptions options, K... paths) reactor.core.publisher.Mono<V>reactor.core.publisher.Mono<String>reactor.core.publisher.Mono<V>jsonNumincrby(K key, String path, double number) reactor.core.publisher.Mono<V>jsonNummultby(K key, String path, double number) reactor.core.publisher.Flux<K>jsonObjkeys(K key) reactor.core.publisher.Flux<K>jsonObjkeys(K key, String path) reactor.core.publisher.Mono<Long>jsonObjlen(K key) reactor.core.publisher.Mono<Long>jsonObjlen(K key, String path) reactor.core.publisher.Mono<String>reactor.core.publisher.Mono<String>reactor.core.publisher.Mono<Long>jsonStrappend(K key, String path, V json) reactor.core.publisher.Mono<Long>jsonStrappend(K key, V json) reactor.core.publisher.Mono<Long>jsonStrlen(K key, String path) reactor.core.publisher.Mono<String>reactor.core.publisher.Mono<String>reactor.core.publisher.Mono<String>reactor.core.publisher.Flux<V>rgConfigget(K... keys) reactor.core.publisher.Flux<V>rgConfigset(Map<K, V> map) reactor.core.publisher.Mono<String>reactor.core.publisher.Flux<Execution>reactor.core.publisher.Flux<Registration>reactor.core.publisher.Mono<ExecutionDetails>rgGetexecution(String id) reactor.core.publisher.Mono<ExecutionDetails>rgGetexecution(String id, ExecutionMode mode) reactor.core.publisher.Mono<ExecutionResults>rgGetresults(String id) reactor.core.publisher.Mono<ExecutionResults>reactor.core.publisher.Mono<ExecutionResults>rgPyexecute(String function, V... requirements) reactor.core.publisher.Mono<String>rgPyexecuteUnblocking(String function, V... requirements) reactor.core.publisher.Flux<Object>reactor.core.publisher.Mono<String>rgUnregister(String id) reactor.core.publisher.Mono<String>tDigestAdd(K key, double... value) reactor.core.publisher.Flux<Double>tDigestByRank(K key, long... ranks) reactor.core.publisher.Flux<Double>tDigestByRevRank(K key, long... revRanks) reactor.core.publisher.Flux<Double>tDigestCdf(K key, double... values) reactor.core.publisher.Mono<String>tDigestCreate(K key) reactor.core.publisher.Mono<String>tDigestCreate(K key, long compression) reactor.core.publisher.Mono<TDigestInfo>tDigestInfo(K key) reactor.core.publisher.Mono<Double>tDigestMax(K key) reactor.core.publisher.Mono<String>tDigestMerge(K destinationKey, TDigestMergeOptions options, K... sourceKeys) reactor.core.publisher.Mono<String>tDigestMerge(K destinationKey, K... sourceKeys) reactor.core.publisher.Mono<Double>tDigestMin(K key) reactor.core.publisher.Flux<Double>tDigestQuantile(K key, double... quantiles) reactor.core.publisher.Flux<Long>tDigestRank(K key, double... values) reactor.core.publisher.Mono<String>tDigestReset(K key) reactor.core.publisher.Flux<Long>tDigestRevRank(K key, double... values) reactor.core.publisher.Mono<Double>tDigestTrimmedMean(K key, double lowCutQuantile, double highCutQuantile) reactor.core.publisher.Flux<io.lettuce.core.Value<V>>reactor.core.publisher.Flux<io.lettuce.core.Value<V>>topKIncrBy(K key, LongScoredValue<V>... itemIncrements) reactor.core.publisher.Mono<TopKInfo>reactor.core.publisher.Flux<String>topKListWithScores(K key) reactor.core.publisher.Flux<Boolean>reactor.core.publisher.Mono<String>topKReserve(K key, long k) reactor.core.publisher.Mono<String>topKReserve(K key, long k, long width, long depth, double decay) reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<String>tsAlter(K key, AlterOptions<K, V> options) reactor.core.publisher.Mono<String>tsCreate(K key, CreateOptions<K, V> options) reactor.core.publisher.Mono<String>tsCreaterule(K sourceKey, K destKey, CreateRuleOptions options) reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<Long>tsDecrby(K key, double value, IncrbyOptions<K, V> options) reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<String>tsDeleterule(K sourceKey, K destKey) reactor.core.publisher.Mono<Sample>reactor.core.publisher.Mono<Long>reactor.core.publisher.Mono<Long>tsIncrby(K key, double value, IncrbyOptions<K, V> options) reactor.core.publisher.Flux<Object>reactor.core.publisher.Flux<Object>tsInfoDebug(K key) reactor.core.publisher.Flux<Long>tsMget(MGetOptions<K, V> options) tsMgetWithLabels(V... filters) reactor.core.publisher.Flux<RangeResult<K,V>> reactor.core.publisher.Flux<RangeResult<K,V>> tsMrange(TimeRange range, MRangeOptions<K, V> options) reactor.core.publisher.Flux<RangeResult<K,V>> tsMrevrange(TimeRange range) reactor.core.publisher.Flux<RangeResult<K,V>> tsMrevrange(TimeRange range, MRangeOptions<K, V> options) reactor.core.publisher.Flux<V>tsQueryIndex(V... filters) reactor.core.publisher.Flux<Sample>reactor.core.publisher.Flux<Sample>tsRange(K key, TimeRange range, RangeOptions options) reactor.core.publisher.Flux<Sample>tsRevrange(K key, TimeRange range) reactor.core.publisher.Flux<Sample>tsRevrange(K key, TimeRange range, RangeOptions options) Methods inherited from class io.lettuce.core.cluster.RedisAdvancedClusterReactiveCommandsImpl
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, randomkey, scan, scan, scan, scan, scan, scan, scan, scan, scriptFlush, scriptKill, scriptLoad, shutdown, touch, touch, unlink, unlinkMethods inherited from class io.lettuce.core.AbstractRedisReactiveCommands
aclCat, aclCat, aclDeluser, aclDryRun, aclDryRun, aclGenpass, aclGenpass, aclGetuser, aclList, aclLoad, aclLog, aclLog, aclLogReset, aclSave, aclSetuser, aclUsers, aclWhoami, append, asking, 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, close, 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, createDissolvingFlux, createFlux, createMono, createMono, debugCrashAndRecover, debugHtstats, debugObject, debugOom, debugReload, debugRestart, debugSdslen, debugSegfault, decr, decrby, digest, digest, discard, dispatch, dispatch, dump, echo, eval, eval, eval, eval, evalReadOnly, evalReadOnly, evalsha, evalsha, evalshaReadOnly, exec, exists, 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, mget, migrate, migrate, move, multi, objectEncoding, objectFreq, objectIdletime, objectRefcount, persist, pexpire, pexpire, pexpire, pexpire, pexpireat, pexpireat, pexpireat, pexpireat, pexpireat, pexpireat, pexpiretime, pfadd, pfadd, pfcount, pfcount, pfmerge, 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.reactive.BaseRedisReactiveCommands
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.reactive.RedisAclReactiveCommands
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.reactive.RedisAdvancedClusterReactiveCommands
clientSetname, dbsize, del, exists, flushall, flushallAsync, flushdb, keys, keys, mget, mset, msetnx, randomkey, scan, scan, scan, scan, scan, scan, scan, scan, scriptFlush, scriptKill, scriptLoad, scriptLoad, shutdown, touch, unlinkMethods inherited from interface io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
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.reactive.RedisFunctionReactiveCommands
fcall, fcall, fcallReadOnly, fcallReadOnly, functionDump, functionFlush, functionKill, functionList, functionList, functionLoad, functionLoad, functionRestore, functionRestoreMethods inherited from interface io.lettuce.core.api.reactive.RedisGeoReactiveCommands
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.reactive.RedisHashReactiveCommands
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.reactive.RedisHLLReactiveCommands
pfadd, pfcount, pfmergeMethods inherited from interface io.lettuce.core.api.reactive.RedisKeyReactiveCommands
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.reactive.RedisListReactiveCommands
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.reactive.RedisReactiveCommands
auth, auth, select, swapdbMethods inherited from interface io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
digest, digest, eval, eval, eval, eval, evalReadOnly, evalReadOnly, evalsha, evalsha, evalshaReadOnly, scriptExists, scriptFlushMethods inherited from interface io.lettuce.core.api.reactive.RedisServerReactiveCommands
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.reactive.RedisSetReactiveCommands
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.reactive.RedisSortedSetReactiveCommands
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.reactive.RedisStreamReactiveCommands
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.reactive.RedisStringReactiveCommands
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.reactive.RedisTransactionalReactiveCommands
discard, exec, multi, unwatch, watch
-
Constructor Details
-
RedisModulesAdvancedClusterReactiveCommandsImpl
public RedisModulesAdvancedClusterReactiveCommandsImpl(StatefulRedisModulesClusterConnection<K, V> connection, io.lettuce.core.codec.RedisCodec<K, V> codec)
-
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfaceio.lettuce.core.cluster.api.reactive.RedisAdvancedClusterReactiveCommands<K,V> - Specified by:
getConnectionin interfaceRedisModulesAdvancedClusterReactiveCommands<K,V> - Overrides:
getConnectionin classio.lettuce.core.cluster.RedisAdvancedClusterReactiveCommandsImpl<K,V>
-
getConnection
- Specified by:
getConnectionin interfaceio.lettuce.core.cluster.api.reactive.RedisAdvancedClusterReactiveCommands<K,V> - Specified by:
getConnectionin interfaceRedisModulesAdvancedClusterReactiveCommands<K,V> - Overrides:
getConnectionin classio.lettuce.core.cluster.RedisAdvancedClusterReactiveCommandsImpl<K,V>
-
getStatefulConnection
- Specified by:
getStatefulConnectionin interfaceio.lettuce.core.cluster.api.reactive.RedisAdvancedClusterReactiveCommands<K,V> - Specified by:
getStatefulConnectionin interfaceRedisModulesAdvancedClusterReactiveCommands<K,V> - Specified by:
getStatefulConnectionin interfaceRedisModulesReactiveCommands<K,V> - Specified by:
getStatefulConnectionin interfaceio.lettuce.core.api.reactive.RedisReactiveCommands<K,V> - Overrides:
getStatefulConnectionin classio.lettuce.core.cluster.RedisAdvancedClusterReactiveCommandsImpl<K,V> - Returns:
- the underlying connection.
-
rgAbortexecution
- Specified by:
rgAbortexecutionin interfaceRedisGearsReactiveCommands<K,V>
-
rgConfigget
- Specified by:
rgConfiggetin interfaceRedisGearsReactiveCommands<K,V>
-
rgConfigset
- Specified by:
rgConfigsetin interfaceRedisGearsReactiveCommands<K,V>
-
rgDropexecution
- Specified by:
rgDropexecutionin interfaceRedisGearsReactiveCommands<K,V>
-
rgDumpexecutions
- Specified by:
rgDumpexecutionsin interfaceRedisGearsReactiveCommands<K,V>
-
rgDumpregistrations
- Specified by:
rgDumpregistrationsin interfaceRedisGearsReactiveCommands<K,V>
-
rgGetexecution
- Specified by:
rgGetexecutionin interfaceRedisGearsReactiveCommands<K,V>
-
rgGetexecution
- Specified by:
rgGetexecutionin interfaceRedisGearsReactiveCommands<K,V>
-
rgGetresults
- Specified by:
rgGetresultsin interfaceRedisGearsReactiveCommands<K,V>
-
rgGetresultsblocking
- Specified by:
rgGetresultsblockingin interfaceRedisGearsReactiveCommands<K,V>
-
rgPyexecute
public reactor.core.publisher.Mono<ExecutionResults> rgPyexecute(String function, V... requirements) - Specified by:
rgPyexecutein interfaceRedisGearsReactiveCommands<K,V>
-
rgPyexecuteUnblocking
public reactor.core.publisher.Mono<String> rgPyexecuteUnblocking(String function, V... requirements) - Specified by:
rgPyexecuteUnblockingin interfaceRedisGearsReactiveCommands<K,V>
-
rgTrigger
- Specified by:
rgTriggerin interfaceRedisGearsReactiveCommands<K,V>
-
rgUnregister
- Specified by:
rgUnregisterin interfaceRedisGearsReactiveCommands<K,V>
-
ftCreate
- Specified by:
ftCreatein interfaceRediSearchReactiveCommands<K,V>
-
ftCreate
public reactor.core.publisher.Mono<String> ftCreate(K index, CreateOptions<K, V> options, Field<K>... fields) - Specified by:
ftCreatein interfaceRediSearchReactiveCommands<K,V>
-
ftDropindex
- Specified by:
ftDropindexin interfaceRediSearchReactiveCommands<K,V>
-
ftDropindexDeleteDocs
- Specified by:
ftDropindexDeleteDocsin interfaceRediSearchReactiveCommands<K,V>
-
ftAlter
- Specified by:
ftAlterin interfaceRediSearchReactiveCommands<K,V>
-
ftInfo
- Specified by:
ftInfoin interfaceRediSearchReactiveCommands<K,V>
-
ftAliasadd
- Specified by:
ftAliasaddin interfaceRediSearchReactiveCommands<K,V>
-
ftAliasupdate
- Specified by:
ftAliasupdatein interfaceRediSearchReactiveCommands<K,V>
-
ftAliasdel
- Specified by:
ftAliasdelin interfaceRediSearchReactiveCommands<K,V>
-
ftList
- Specified by:
ftListin interfaceRediSearchReactiveCommands<K,V>
-
ftSearch
- Specified by:
ftSearchin interfaceRediSearchReactiveCommands<K,V>
-
ftSearch
public reactor.core.publisher.Mono<SearchResults<K,V>> ftSearch(K index, V query, SearchOptions<K, V> options) - Specified by:
ftSearchin interfaceRediSearchReactiveCommands<K,V>
-
ftAggregate
- Specified by:
ftAggregatein interfaceRediSearchReactiveCommands<K,V>
-
ftAggregate
public reactor.core.publisher.Mono<AggregateResults<K>> ftAggregate(K index, V query, AggregateOptions<K, V> options) - Specified by:
ftAggregatein interfaceRediSearchReactiveCommands<K,V>
-
ftAggregate
public reactor.core.publisher.Mono<AggregateWithCursorResults<K>> ftAggregate(K index, V query, CursorOptions cursor) - Specified by:
ftAggregatein interfaceRediSearchReactiveCommands<K,V>
-
ftAggregate
public reactor.core.publisher.Mono<AggregateWithCursorResults<K>> ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) - Specified by:
ftAggregatein interfaceRediSearchReactiveCommands<K,V>
-
ftCursorRead
public reactor.core.publisher.Mono<AggregateWithCursorResults<K>> ftCursorRead(K index, long cursor) - Specified by:
ftCursorReadin interfaceRediSearchReactiveCommands<K,V>
-
ftCursorRead
public reactor.core.publisher.Mono<AggregateWithCursorResults<K>> ftCursorRead(K index, long cursor, long count) - Specified by:
ftCursorReadin interfaceRediSearchReactiveCommands<K,V>
-
ftCursorDelete
- Specified by:
ftCursorDeletein interfaceRediSearchReactiveCommands<K,V>
-
ftTagvals
- Specified by:
ftTagvalsin interfaceRediSearchReactiveCommands<K,V>
-
ftSugadd
- Specified by:
ftSugaddin interfaceRediSearchReactiveCommands<K,V>
-
ftSugaddIncr
- Specified by:
ftSugaddIncrin interfaceRediSearchReactiveCommands<K,V>
-
ftSugget
- Specified by:
ftSuggetin interfaceRediSearchReactiveCommands<K,V>
-
ftSugget
- Specified by:
ftSuggetin interfaceRediSearchReactiveCommands<K,V>
-
ftSugdel
- Specified by:
ftSugdelin interfaceRediSearchReactiveCommands<K,V>
-
ftSuglen
- Specified by:
ftSuglenin interfaceRediSearchReactiveCommands<K,V>
-
ftDictadd
- Specified by:
ftDictaddin interfaceRediSearchReactiveCommands<K,V>
-
ftDictdel
- Specified by:
ftDictdelin interfaceRediSearchReactiveCommands<K,V>
-
ftDictdump
- Specified by:
ftDictdumpin interfaceRediSearchReactiveCommands<K,V>
-
topKAdd
- Specified by:
topKAddin interfaceRedisBloomReactiveCommands<K,V>
-
topKIncrBy
public reactor.core.publisher.Flux<io.lettuce.core.Value<V>> topKIncrBy(K key, LongScoredValue<V>... itemIncrements) - Specified by:
topKIncrByin interfaceRedisBloomReactiveCommands<K,V>
-
topKInfo
- Specified by:
topKInfoin interfaceRedisBloomReactiveCommands<K,V>
-
topKList
- Specified by:
topKListin interfaceRedisBloomReactiveCommands<K,V>
-
topKListWithScores
- Specified by:
topKListWithScoresin interfaceRedisBloomReactiveCommands<K,V>
-
topKQuery
- Specified by:
topKQueryin interfaceRedisBloomReactiveCommands<K,V>
-
topKReserve
- Specified by:
topKReservein interfaceRedisBloomReactiveCommands<K,V>
-
topKReserve
public reactor.core.publisher.Mono<String> topKReserve(K key, long k, long width, long depth, double decay) - Specified by:
topKReservein interfaceRedisBloomReactiveCommands<K,V>
-
tDigestAdd
- Specified by:
tDigestAddin interfaceRedisBloomReactiveCommands<K,V>
-
tDigestByRank
- Specified by:
tDigestByRankin interfaceRedisBloomReactiveCommands<K,V>
-
tDigestByRevRank
- Specified by:
tDigestByRevRankin interfaceRedisBloomReactiveCommands<K,V>
-
tDigestCdf
- Specified by:
tDigestCdfin interfaceRedisBloomReactiveCommands<K,V>
-
tDigestCreate
- Specified by:
tDigestCreatein interfaceRedisBloomReactiveCommands<K,V>
-
tDigestCreate
- Specified by:
tDigestCreatein interfaceRedisBloomReactiveCommands<K,V>
-
tDigestInfo
- Specified by:
tDigestInfoin interfaceRedisBloomReactiveCommands<K,V>
-
tDigestMax
- Specified by:
tDigestMaxin interfaceRedisBloomReactiveCommands<K,V>
-
tDigestMerge
- Specified by:
tDigestMergein interfaceRedisBloomReactiveCommands<K,V>
-
tDigestMerge
public reactor.core.publisher.Mono<String> tDigestMerge(K destinationKey, TDigestMergeOptions options, K... sourceKeys) - Specified by:
tDigestMergein interfaceRedisBloomReactiveCommands<K,V>
-
tDigestMin
- Specified by:
tDigestMinin interfaceRedisBloomReactiveCommands<K,V>
-
tDigestQuantile
- Specified by:
tDigestQuantilein interfaceRedisBloomReactiveCommands<K,V>
-
tDigestRank
- Specified by:
tDigestRankin interfaceRedisBloomReactiveCommands<K,V>
-
tDigestReset
- Specified by:
tDigestResetin interfaceRedisBloomReactiveCommands<K,V>
-
tDigestRevRank
- Specified by:
tDigestRevRankin interfaceRedisBloomReactiveCommands<K,V>
-
tDigestTrimmedMean
public reactor.core.publisher.Mono<Double> tDigestTrimmedMean(K key, double lowCutQuantile, double highCutQuantile) - Specified by:
tDigestTrimmedMeanin interfaceRedisBloomReactiveCommands<K,V>
-
tsCreate
- Specified by:
tsCreatein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsAlter
- Specified by:
tsAlterin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsAdd
- Specified by:
tsAddin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsAdd
- Specified by:
tsAddin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsMadd
- Specified by:
tsMaddin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsDecrby
- Specified by:
tsDecrbyin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsDecrby
- Specified by:
tsDecrbyin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsIncrby
- Specified by:
tsIncrbyin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsIncrby
- Specified by:
tsIncrbyin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsCreaterule
public reactor.core.publisher.Mono<String> tsCreaterule(K sourceKey, K destKey, CreateRuleOptions options) - Specified by:
tsCreaterulein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsDeleterule
- Specified by:
tsDeleterulein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsRange
- Specified by:
tsRangein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsRange
- Specified by:
tsRangein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsRevrange
- Specified by:
tsRevrangein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsRevrange
- Specified by:
tsRevrangein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsMrange
- Specified by:
tsMrangein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsMrange
public reactor.core.publisher.Flux<RangeResult<K,V>> tsMrange(TimeRange range, MRangeOptions<K, V> options) - Specified by:
tsMrangein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsMrevrange
- Specified by:
tsMrevrangein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsMrevrange
public reactor.core.publisher.Flux<RangeResult<K,V>> tsMrevrange(TimeRange range, MRangeOptions<K, V> options) - Specified by:
tsMrevrangein interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsGet
- Specified by:
tsGetin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsMget
- Specified by:
tsMgetin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsMget
- Specified by:
tsMgetin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsMgetWithLabels
- Specified by:
tsMgetWithLabelsin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsInfo
- Specified by:
tsInfoin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsInfoDebug
- Specified by:
tsInfoDebugin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsQueryIndex
- Specified by:
tsQueryIndexin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
tsDel
- Specified by:
tsDelin interfaceRedisTimeSeriesReactiveCommands<K,V>
-
jsonDel
- Specified by:
jsonDelin interfaceRedisJSONReactiveCommands<K,V>
-
jsonDel
- Specified by:
jsonDelin interfaceRedisJSONReactiveCommands<K,V>
-
jsonGet
- Specified by:
jsonGetin interfaceRedisJSONReactiveCommands<K,V>
-
jsonGet
- Specified by:
jsonGetin interfaceRedisJSONReactiveCommands<K,V>
-
jsonMget
- Specified by:
jsonMgetin interfaceRedisJSONReactiveCommands<K,V>
-
jsonMget
-
jsonSet
- Specified by:
jsonSetin interfaceRedisJSONReactiveCommands<K,V>
-
jsonSet
- Specified by:
jsonSetin interfaceRedisJSONReactiveCommands<K,V>
-
jsonMerge
- Specified by:
jsonMergein interfaceRedisJSONReactiveCommands<K,V>
-
jsonType
- Specified by:
jsonTypein interfaceRedisJSONReactiveCommands<K,V>
-
jsonType
- Specified by:
jsonTypein interfaceRedisJSONReactiveCommands<K,V>
-
jsonNumincrby
- Specified by:
jsonNumincrbyin interfaceRedisJSONReactiveCommands<K,V>
-
jsonNummultby
- Specified by:
jsonNummultbyin interfaceRedisJSONReactiveCommands<K,V>
-
jsonStrappend
- Specified by:
jsonStrappendin interfaceRedisJSONReactiveCommands<K,V>
-
jsonStrappend
- Specified by:
jsonStrappendin interfaceRedisJSONReactiveCommands<K,V>
-
jsonStrlen
- Specified by:
jsonStrlenin interfaceRedisJSONReactiveCommands<K,V>
-
jsonArrappend
- Specified by:
jsonArrappendin interfaceRedisJSONReactiveCommands<K,V>
-
jsonArrindex
- Specified by:
jsonArrindexin interfaceRedisJSONReactiveCommands<K,V>
-
jsonArrindex
- Specified by:
jsonArrindexin interfaceRedisJSONReactiveCommands<K,V>
-
jsonArrinsert
- Specified by:
jsonArrinsertin interfaceRedisJSONReactiveCommands<K,V>
-
jsonArrlen
- Specified by:
jsonArrlenin interfaceRedisJSONReactiveCommands<K,V>
-
jsonArrlen
- Specified by:
jsonArrlenin interfaceRedisJSONReactiveCommands<K,V>
-
jsonArrpop
- Specified by:
jsonArrpopin interfaceRedisJSONReactiveCommands<K,V>
-
jsonArrpop
- Specified by:
jsonArrpopin interfaceRedisJSONReactiveCommands<K,V>
-
jsonArrtrim
- Specified by:
jsonArrtrimin interfaceRedisJSONReactiveCommands<K,V>
-
jsonObjkeys
- Specified by:
jsonObjkeysin interfaceRedisJSONReactiveCommands<K,V>
-
jsonObjkeys
- Specified by:
jsonObjkeysin interfaceRedisJSONReactiveCommands<K,V>
-
jsonObjlen
- Specified by:
jsonObjlenin interfaceRedisJSONReactiveCommands<K,V>
-
jsonObjlen
- Specified by:
jsonObjlenin interfaceRedisJSONReactiveCommands<K,V>
-
bfAdd
- Specified by:
bfAddin interfaceRedisBloomReactiveCommands<K,V>
-
bfCard
- Specified by:
bfCardin interfaceRedisBloomReactiveCommands<K,V>
-
bfExists
- Specified by:
bfExistsin interfaceRedisBloomReactiveCommands<K,V>
-
bfInfo
- Specified by:
bfInfoin interfaceRedisBloomReactiveCommands<K,V>
-
bfInfo
- Specified by:
bfInfoin interfaceRedisBloomReactiveCommands<K,V>
-
bfInsert
- Specified by:
bfInsertin interfaceRedisBloomReactiveCommands<K,V>
-
bfInsert
public reactor.core.publisher.Flux<Boolean> bfInsert(K key, BloomFilterInsertOptions options, V... items) - Specified by:
bfInsertin interfaceRedisBloomReactiveCommands<K,V>
-
bfMAdd
- Specified by:
bfMAddin interfaceRedisBloomReactiveCommands<K,V>
-
bfMExists
- Specified by:
bfMExistsin interfaceRedisBloomReactiveCommands<K,V>
-
bfReserve
- Specified by:
bfReservein interfaceRedisBloomReactiveCommands<K,V>
-
bfReserve
public reactor.core.publisher.Mono<String> bfReserve(K key, double errorRate, long capacity, BloomFilterReserveOptions options) - Specified by:
bfReservein interfaceRedisBloomReactiveCommands<K,V>
-
cfAdd
- Specified by:
cfAddin interfaceRedisBloomReactiveCommands<K,V>
-
cfAddNx
- Specified by:
cfAddNxin interfaceRedisBloomReactiveCommands<K,V>
-
cfCount
- Specified by:
cfCountin interfaceRedisBloomReactiveCommands<K,V>
-
cfDel
- Specified by:
cfDelin interfaceRedisBloomReactiveCommands<K,V>
-
cfExists
- Specified by:
cfExistsin interfaceRedisBloomReactiveCommands<K,V>
-
cfInfo
- Specified by:
cfInfoin interfaceRedisBloomReactiveCommands<K,V>
-
cfInsert
- Specified by:
cfInsertin interfaceRedisBloomReactiveCommands<K,V>
-
cfInsert
public reactor.core.publisher.Flux<Long> cfInsert(K key, CuckooFilterInsertOptions options, V... items) - Specified by:
cfInsertin interfaceRedisBloomReactiveCommands<K,V>
-
cfInsertNx
- Specified by:
cfInsertNxin interfaceRedisBloomReactiveCommands<K,V>
-
cfInsertNx
public reactor.core.publisher.Flux<Long> cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) - Specified by:
cfInsertNxin interfaceRedisBloomReactiveCommands<K,V>
-
cfMExists
- Specified by:
cfMExistsin interfaceRedisBloomReactiveCommands<K,V>
-
cfReserve
- Specified by:
cfReservein interfaceRedisBloomReactiveCommands<K,V>
-
cfReserve
public reactor.core.publisher.Mono<String> cfReserve(K key, long capacity, CuckooFilterReserveOptions options) - Specified by:
cfReservein interfaceRedisBloomReactiveCommands<K,V>
-
cmsIncrBy
- Specified by:
cmsIncrByin interfaceRedisBloomReactiveCommands<K,V>
-
cmsIncrBy
- Specified by:
cmsIncrByin interfaceRedisBloomReactiveCommands<K,V>
-
cmsInitByProb
- Specified by:
cmsInitByProbin interfaceRedisBloomReactiveCommands<K,V>
-
cmsInitByDim
- Specified by:
cmsInitByDimin interfaceRedisBloomReactiveCommands<K,V>
-
cmsQuery
- Specified by:
cmsQueryin interfaceRedisBloomReactiveCommands<K,V>
-
cmsMerge
- Specified by:
cmsMergein interfaceRedisBloomReactiveCommands<K,V>
-
cmsMerge
public reactor.core.publisher.Mono<String> cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) - Specified by:
cmsMergein interfaceRedisBloomReactiveCommands<K,V>
-
cmsInfo
- Specified by:
cmsInfoin interfaceRedisBloomReactiveCommands<K,V>
-