Interface RedisModulesAdvancedClusterAsyncCommands<K,V>
-
- All Superinterfaces:
io.lettuce.core.api.async.BaseRedisAsyncCommands<K,V>,io.lettuce.core.api.async.RedisAclAsyncCommands<K,V>,io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<K,V>,io.lettuce.core.api.async.RedisAsyncCommands<K,V>,io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<K,V>,RediSearchAsyncCommands<K,V>,RedisGearsAsyncCommands<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>,RedisJSONAsyncCommands<K,V>,io.lettuce.core.api.async.RedisKeyAsyncCommands<K,V>,io.lettuce.core.api.async.RedisListAsyncCommands<K,V>,RedisModulesAsyncCommands<K,V>,RedisModulesClusterAsyncCommands<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>,RedisTimeSeriesAsyncCommands<K,V>,io.lettuce.core.api.async.RedisTransactionalAsyncCommands<K,V>
- All Known Implementing Classes:
RedisModulesAdvancedClusterAsyncCommandsImpl
public interface RedisModulesAdvancedClusterAsyncCommands<K,V> extends io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<K,V>, RedisModulesClusterAsyncCommands<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedisModulesClusterAsyncCommands<K,V>getConnection(java.lang.String nodeId)RedisModulesClusterAsyncCommands<K,V>getConnection(java.lang.String host, int port)StatefulRedisModulesClusterConnection<K,V>getStatefulConnection()-
Methods inherited from interface io.lettuce.core.api.async.BaseRedisAsyncCommands
dispatch, dispatch, echo, flushCommands, isOpen, ping, publish, pubsubChannels, pubsubChannels, pubsubNumpat, pubsubNumsub, quit, reset, role, setAutoFlushCommands, waitForReplication
-
Methods 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, aclWhoami
-
Methods 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, upstream
-
Methods inherited from interface io.lettuce.core.api.async.RedisAsyncCommands
auth, auth, select, swapdb
-
Methods inherited from interface io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands
asking, clusterAddSlots, clusterAddSlotsRange, clusterBumpepoch, clusterCountFailureReports, clusterCountKeysInSlot, clusterDelSlots, clusterDelSlotsRange, clusterFailover, clusterFlushslots, clusterForget, clusterGetKeysInSlot, clusterInfo, clusterKeyslot, clusterMeet, clusterMyId, clusterNodes, clusterReplicas, clusterReplicate, clusterReset, clusterSaveconfig, clusterSetConfigEpoch, clusterSetSlotImporting, clusterSetSlotMigrating, clusterSetSlotNode, clusterSetSlotStable, clusterShards, clusterSlaves, clusterSlots, readOnly, readWrite, setTimeout
-
Methods inherited from interface com.redis.lettucemod.api.async.RediSearchAsyncCommands
ftAggregate, ftAggregate, ftAggregate, ftAggregate, ftAliasadd, ftAliasdel, ftAliasupdate, ftAlter, ftCreate, ftCreate, ftCursorDelete, ftCursorRead, ftCursorRead, ftDictadd, ftDictdel, ftDictdump, ftDropindex, ftDropindexDeleteDocs, ftInfo, ftList, ftSearch, ftSearch, ftSugadd, ftSugaddIncr, ftSugdel, ftSugget, ftSugget, ftSuglen, ftTagvals
-
Methods inherited from interface com.redis.lettucemod.api.async.RedisGearsAsyncCommands
rgAbortexecution, rgConfigget, rgConfigset, rgDropexecution, rgDumpexecutions, rgDumpregistrations, rgGetexecution, rgGetexecution, rgGetresults, rgGetresultsblocking, rgPyexecute, rgPyexecuteUnblocking, rgTrigger, rgUnregister
-
Methods 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, geosearchstore
-
Methods inherited from interface io.lettuce.core.api.async.RedisHashAsyncCommands
hdel, hexists, hget, hgetall, hgetall, hincrby, hincrbyfloat, hkeys, hkeys, hlen, hmget, hmget, hmset, hrandfield, hrandfield, hrandfieldWithvalues, hrandfieldWithvalues, hscan, hscan, hscan, hscan, hscan, hscan, hscan, hscan, hset, hset, hsetnx, hstrlen, hvals, hvals
-
Methods inherited from interface io.lettuce.core.api.async.RedisHLLAsyncCommands
pfadd, pfcount, pfmerge
-
Methods inherited from interface com.redis.lettucemod.api.async.RedisJSONAsyncCommands
jsonArrappend, jsonArrindex, jsonArrindex, jsonArrinsert, jsonArrlen, jsonArrlen, jsonArrpop, jsonArrpop, jsonArrtrim, jsonDel, jsonDel, jsonGet, jsonGet, jsonMget, jsonMget, jsonNumincrby, jsonNummultby, jsonObjkeys, jsonObjkeys, jsonObjlen, jsonObjlen, jsonSet, jsonSet, jsonStrappend, jsonStrappend, jsonStrlen, jsonType, jsonType
-
Methods 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, type
-
Methods 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, rpushx
-
Methods inherited from interface io.lettuce.core.api.async.RedisScriptingAsyncCommands
digest, digest, eval, eval, eval, eval, evalReadOnly, evalsha, evalsha, evalshaReadOnly, scriptExists, scriptFlush
-
Methods inherited from interface io.lettuce.core.api.async.RedisServerAsyncCommands
bgrewriteaof, bgsave, clientCaching, clientGetname, clientGetredir, clientId, clientKill, clientKill, clientList, clientNoEvict, clientPause, 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, time
-
Methods 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, sunionstore
-
Methods inherited from interface io.lettuce.core.api.async.RedisSortedSetAsyncCommands
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, 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, 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, zscan, zscan, zscan, zscan, zscan, zscan, zscan, zscan, zscore, zunion, zunion, zunionstore, zunionstore, zunionWithScores, zunionWithScores
-
Methods 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, xtrim
-
Methods 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, strlen
-
Methods inherited from interface com.redis.lettucemod.api.async.RedisTimeSeriesAsyncCommands
tsAdd, tsAdd, tsAlter, tsCreate, tsCreaterule, tsDecrby, tsDecrby, tsDeleterule, tsGet, tsIncrby, tsIncrby, tsInfo, tsInfoDebug, tsMadd, tsMget, tsMget, tsMgetWithLabels, tsMrange, tsMrange, tsMrevrange, tsMrevrange, tsRange, tsRange, tsRevrange, tsRevrange
-
-
-
-
Method Detail
-
getConnection
RedisModulesClusterAsyncCommands<K,V> getConnection(java.lang.String nodeId)
-
getConnection
RedisModulesClusterAsyncCommands<K,V> getConnection(java.lang.String host, int port)
-
getStatefulConnection
StatefulRedisModulesClusterConnection<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 interfaceRedisModulesAsyncCommands<K,V>- Specified by:
getStatefulConnectionin interfaceRedisModulesClusterAsyncCommands<K,V>
-
-