Class RedisModulesAsyncCommandsImpl<K,​V>

  • All Implemented Interfaces:
    RediSearchAsyncCommands<K,​V>, RedisGearsAsyncCommands<K,​V>, RedisJSONAsyncCommands<K,​V>, RedisModulesAsyncCommands<K,​V>, RedisTimeSeriesAsyncCommands<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.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.RedisClusterAsyncCommands<K,​V>

    public class RedisModulesAsyncCommandsImpl<K,​V>
    extends io.lettuce.core.RedisAsyncCommandsImpl<K,​V>
    implements RedisModulesAsyncCommands<K,​V>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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<java.lang.String> ftAliasadd​(K name, K index)  
      io.lettuce.core.RedisFuture<java.lang.String> ftAliasdel​(K name)  
      io.lettuce.core.RedisFuture<java.lang.String> ftAliasupdate​(K name, K index)  
      io.lettuce.core.RedisFuture<java.lang.String> ftAlter​(K index, Field<K> field)  
      io.lettuce.core.RedisFuture<java.lang.String> ftCreate​(K index, CreateOptions<K,​V> options, Field<K>... fields)  
      io.lettuce.core.RedisFuture<java.lang.String> ftCreate​(K index, Field<K>... fields)  
      io.lettuce.core.RedisFuture<java.lang.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<java.lang.Long> ftDictadd​(K dict, V... terms)  
      io.lettuce.core.RedisFuture<java.lang.Long> ftDictdel​(K dict, V... terms)  
      io.lettuce.core.RedisFuture<java.util.List<V>> ftDictdump​(K dict)  
      io.lettuce.core.RedisFuture<java.lang.String> ftDropindex​(K index)  
      io.lettuce.core.RedisFuture<java.lang.String> ftDropindexDeleteDocs​(K index)  
      io.lettuce.core.RedisFuture<java.util.List<java.lang.Object>> ftInfo​(K index)  
      io.lettuce.core.RedisFuture<java.util.List<K>> ftList()  
      io.lettuce.core.RedisFuture<SearchResults<K,​V>> ftSearch​(K index, V query)  
      io.lettuce.core.RedisFuture<SearchResults<K,​V>> ftSearch​(K index, V query, SearchOptions<K,​V> options)  
      io.lettuce.core.RedisFuture<java.lang.Long> ftSugadd​(K key, Suggestion<V> suggestion)  
      io.lettuce.core.RedisFuture<java.lang.Long> ftSugaddIncr​(K key, Suggestion<V> suggestion)  
      io.lettuce.core.RedisFuture<java.lang.Boolean> ftSugdel​(K key, V string)  
      io.lettuce.core.RedisFuture<java.util.List<Suggestion<V>>> ftSugget​(K key, V prefix)  
      io.lettuce.core.RedisFuture<java.util.List<Suggestion<V>>> ftSugget​(K key, V prefix, SuggetOptions options)  
      io.lettuce.core.RedisFuture<java.lang.Long> ftSuglen​(K key)  
      io.lettuce.core.RedisFuture<java.util.List<V>> ftTagvals​(K index, K field)  
      StatefulRedisModulesConnection<K,​V> getStatefulConnection()  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonArrappend​(K key, java.lang.String path, V... jsons)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonArrindex​(K key, java.lang.String path, V scalar)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonArrindex​(K key, java.lang.String path, V scalar, Slice slice)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonArrinsert​(K key, java.lang.String path, long index, V... jsons)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonArrlen​(K key)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonArrlen​(K key, java.lang.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<java.lang.Long> jsonArrtrim​(K key, java.lang.String path, long start, long stop)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonDel​(K key)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonDel​(K key, java.lang.String path)  
      io.lettuce.core.RedisFuture<V> jsonGet​(K key, GetOptions options, K... paths)  
      io.lettuce.core.RedisFuture<V> jsonGet​(K key, K... paths)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonMget​(io.lettuce.core.output.KeyValueStreamingChannel<K,​V> channel, java.lang.String path, java.lang.Iterable<K> keys)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonMget​(io.lettuce.core.output.KeyValueStreamingChannel<K,​V> channel, java.lang.String path, K... keys)  
      io.lettuce.core.RedisFuture<java.util.List<io.lettuce.core.KeyValue<K,​V>>> jsonMget​(java.lang.String path, java.lang.Iterable<K> keys)  
      io.lettuce.core.RedisFuture<java.util.List<io.lettuce.core.KeyValue<K,​V>>> jsonMget​(java.lang.String path, K... keys)  
      io.lettuce.core.RedisFuture<V> jsonNumincrby​(K key, java.lang.String path, double number)  
      io.lettuce.core.RedisFuture<V> jsonNummultby​(K key, java.lang.String path, double number)  
      io.lettuce.core.RedisFuture<java.util.List<K>> jsonObjkeys​(K key)  
      io.lettuce.core.RedisFuture<java.util.List<K>> jsonObjkeys​(K key, java.lang.String path)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonObjlen​(K key)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonObjlen​(K key, java.lang.String path)  
      io.lettuce.core.RedisFuture<java.lang.String> jsonSet​(K key, java.lang.String path, V json)  
      io.lettuce.core.RedisFuture<java.lang.String> jsonSet​(K key, java.lang.String path, V json, SetMode options)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonStrappend​(K key, java.lang.String path, V json)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonStrappend​(K key, V json)  
      io.lettuce.core.RedisFuture<java.lang.Long> jsonStrlen​(K key, java.lang.String path)  
      io.lettuce.core.RedisFuture<java.lang.String> jsonType​(K key)  
      io.lettuce.core.RedisFuture<java.lang.String> jsonType​(K key, java.lang.String path)  
      io.lettuce.core.RedisFuture<java.lang.String> rgAbortexecution​(java.lang.String id)  
      io.lettuce.core.RedisFuture<java.util.List<V>> rgConfigget​(K... keys)  
      io.lettuce.core.RedisFuture<java.util.List<V>> rgConfigset​(java.util.Map<K,​V> map)  
      io.lettuce.core.RedisFuture<java.lang.String> rgDropexecution​(java.lang.String id)  
      io.lettuce.core.RedisFuture<java.util.List<Execution>> rgDumpexecutions()  
      io.lettuce.core.RedisFuture<java.util.List<Registration>> rgDumpregistrations()  
      io.lettuce.core.RedisFuture<ExecutionDetails> rgGetexecution​(java.lang.String id)  
      io.lettuce.core.RedisFuture<ExecutionDetails> rgGetexecution​(java.lang.String id, ExecutionMode mode)  
      io.lettuce.core.RedisFuture<ExecutionResults> rgGetresults​(java.lang.String id)  
      io.lettuce.core.RedisFuture<ExecutionResults> rgGetresultsblocking​(java.lang.String id)  
      io.lettuce.core.RedisFuture<ExecutionResults> rgPyexecute​(java.lang.String function, V... requirements)  
      io.lettuce.core.RedisFuture<java.lang.String> rgPyexecuteUnblocking​(java.lang.String function, V... requirements)  
      io.lettuce.core.RedisFuture<java.util.List<java.lang.Object>> rgTrigger​(java.lang.String trigger, V... args)  
      io.lettuce.core.RedisFuture<java.lang.String> rgUnregister​(java.lang.String id)  
      io.lettuce.core.RedisFuture<java.lang.Long> tsAdd​(K key, Sample sample)  
      io.lettuce.core.RedisFuture<java.lang.Long> tsAdd​(K key, Sample sample, AddOptions<K,​V> options)  
      io.lettuce.core.RedisFuture<java.lang.String> tsAlter​(K key, AlterOptions<K,​V> options)  
      io.lettuce.core.RedisFuture<java.lang.String> tsCreate​(K key, CreateOptions<K,​V> options)  
      io.lettuce.core.RedisFuture<java.lang.String> tsCreaterule​(K sourceKey, K destKey, CreateRuleOptions options)  
      io.lettuce.core.RedisFuture<java.lang.Long> tsDecrby​(K key, double value)  
      io.lettuce.core.RedisFuture<java.lang.Long> tsDecrby​(K key, double value, IncrbyOptions<K,​V> options)  
      io.lettuce.core.RedisFuture<java.lang.String> tsDeleterule​(K sourceKey, K destKey)  
      io.lettuce.core.RedisFuture<Sample> tsGet​(K key)
      Get the last sample.
      io.lettuce.core.RedisFuture<java.lang.Long> tsIncrby​(K key, double value)  
      io.lettuce.core.RedisFuture<java.lang.Long> tsIncrby​(K key, double value, IncrbyOptions<K,​V> options)  
      io.lettuce.core.RedisFuture<java.util.List<java.lang.Object>> tsInfo​(K key)  
      io.lettuce.core.RedisFuture<java.util.List<java.lang.Object>> tsInfoDebug​(K key)  
      io.lettuce.core.RedisFuture<java.util.List<java.lang.Long>> tsMadd​(KeySample<K>... samples)  
      io.lettuce.core.RedisFuture<java.util.List<GetResult<K,​V>>> tsMget​(MGetOptions<K,​V> options)  
      io.lettuce.core.RedisFuture<java.util.List<GetResult<K,​V>>> tsMget​(V... filters)  
      io.lettuce.core.RedisFuture<java.util.List<GetResult<K,​V>>> tsMgetWithLabels​(V... filters)  
      io.lettuce.core.RedisFuture<java.util.List<RangeResult<K,​V>>> tsMrange​(TimeRange range)  
      io.lettuce.core.RedisFuture<java.util.List<RangeResult<K,​V>>> tsMrange​(TimeRange range, MRangeOptions<K,​V> options)  
      io.lettuce.core.RedisFuture<java.util.List<RangeResult<K,​V>>> tsMrevrange​(TimeRange range)  
      io.lettuce.core.RedisFuture<java.util.List<RangeResult<K,​V>>> tsMrevrange​(TimeRange range, MRangeOptions<K,​V> options)  
      io.lettuce.core.RedisFuture<java.util.List<Sample>> tsRange​(K key, TimeRange range)  
      io.lettuce.core.RedisFuture<java.util.List<Sample>> tsRange​(K key, TimeRange range, RangeOptions options)  
      io.lettuce.core.RedisFuture<java.util.List<Sample>> tsRevrange​(K key, TimeRange range)  
      io.lettuce.core.RedisFuture<java.util.List<Sample>> tsRevrange​(K key, TimeRange range, RangeOptions options)  
      • Methods 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, bzpopmax, bzpopmax, bzpopmin, bzpopmin, clientCaching, clientGetname, clientGetredir, clientId, clientKill, clientKill, clientList, clientNoEvict, clientPause, clientSetname, clientTracking, clientUnblock, 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, command, commandCount, commandInfo, commandInfo, configGet, configGet, configResetstat, configRewrite, configSet, configSet, copy, copy, dbsize, debugCrashAndRecover, debugHtstats, debugObject, debugOom, debugReload, debugRestart, debugSdslen, debugSegfault, decr, decrby, del, del, digest, digest, discard, dispatch, dispatch, dispatch, dispatch, dispatch, dump, echo, eval, eval, eval, eval, evalReadOnly, evalsha, evalsha, evalshaReadOnly, exec, exists, exists, expire, expire, expire, expire, expireat, expireat, expireat, expireat, expireat, expireat, expiretime, flushall, flushall, flushallAsync, flushCommands, flushdb, flushdb, flushdbAsync, geoadd, geoadd, geoadd, geoadd, geoadd, geoadd, geodist, geohash, geopos, georadius, georadius, georadius, georadius_ro, georadius_ro, georadiusbymember, georadiusbymember, georadiusbymember, georadiusbymember_ro, georadiusbymember_ro, geosearch, geosearch, geosearchstore, get, getbit, getConnection, getdel, getex, getrange, getset, 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, incr, incrby, incrbyfloat, info, info, isOpen, keys, keys, lastsave, lindex, linsert, llen, lmove, lmpop, lpop, lpop, lpos, lpos, lpos, lpos, lpush, lpushx, lrange, lrange, lrem, lset, ltrim, memoryUsage, mget, mget, mget, mget, migrate, migrate, move, mset, msetnx, 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, quit, randomkey, readOnly, readWrite, rename, renamenx, replicaof, replicaofNoOne, reset, restore, restore, role, rpop, rpop, rpoplpush, rpush, rpushx, sadd, save, scan, scan, scan, scan, scan, scan, scan, scan, scard, scriptExists, scriptFlush, scriptFlush, scriptKill, scriptLoad, scriptLoad, sdiff, sdiff, sdiffstore, select, set, set, setAutoFlushCommands, setbit, setex, setGet, setGet, setnx, setrange, setTimeout, shutdown, 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, srandmember, srandmember, srandmember, srem, sscan, sscan, sscan, sscan, sscan, sscan, sscan, sscan, stralgoLcs, strlen, sunion, sunion, sunionstore, swapdb, time, touch, touch, ttl, type, unlink, unlink, 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, 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 class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 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.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, msetnx, readOnly, readWrite, setTimeout
      • 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 io.lettuce.core.api.async.RedisKeyAsyncCommands

        copy, copy, del, dump, exists, expire, expire, expire, expire, expireat, expireat, expireat, expireat, expireat, expireat, expiretime, keys, keys, migrate, migrate, move, objectEncoding, objectFreq, objectIdletime, objectRefcount, persist, pexpire, pexpire, pexpire, pexpire, pexpireat, pexpireat, pexpireat, pexpireat, pexpireat, pexpireat, pexpiretime, pttl, randomkey, rename, renamenx, restore, restore, scan, scan, scan, scan, scan, scan, scan, scan, sort, sort, sort, sort, sortReadOnly, sortReadOnly, sortReadOnly, sortReadOnly, sortStore, touch, ttl, type, unlink
      • 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, scriptFlush, scriptKill, scriptLoad, scriptLoad
      • Methods inherited from interface io.lettuce.core.api.async.RedisServerAsyncCommands

        bgrewriteaof, bgsave, clientCaching, clientGetname, clientGetredir, clientId, clientKill, clientKill, clientList, clientNoEvict, clientPause, clientSetname, clientTracking, clientUnblock, command, commandCount, commandInfo, commandInfo, configGet, configGet, configResetstat, configRewrite, configSet, configSet, dbsize, debugCrashAndRecover, debugHtstats, debugObject, debugOom, debugReload, debugRestart, debugSdslen, debugSegfault, flushall, flushall, flushallAsync, flushdb, flushdb, flushdbAsync, info, info, lastsave, memoryUsage, replicaof, replicaofNoOne, save, shutdown, 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, mget, mset, psetex, set, set, setbit, setex, setGet, setGet, setnx, setrange, stralgoLcs, strlen
      • Methods inherited from interface io.lettuce.core.api.async.RedisTransactionalAsyncCommands

        discard, exec, multi, unwatch, watch