类 RedisClusterCommands

java.lang.Object
com.cdkjframework.redis.realize.RedisClusterCommands
所有已实现的接口:
io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>, io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>, io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>, io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>, io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>, io.lettuce.core.api.async.RedisHLLAsyncCommands<String,String>, io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>, io.lettuce.core.api.async.RedisListAsyncCommands<String,String>, io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>, io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>, io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>, io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>, io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>, io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>, io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>, io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>

public class RedisClusterCommands extends Object implements io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
  • 构造器详细资料

    • RedisClusterCommands

      public RedisClusterCommands()
  • 方法详细资料

    • getConnection

      public io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String> getConnection(String s)
      指定者:
      getConnection 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
    • getConnection

      public io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String> getConnection(String s, int i)
      指定者:
      getConnection 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
    • getStatefulConnection

      public io.lettuce.core.cluster.api.StatefulRedisClusterConnection<String,String> getStatefulConnection()
      指定者:
      getStatefulConnection 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
    • readonly

      public io.lettuce.core.cluster.api.async.AsyncNodeSelection<String,String> readonly(Predicate<io.lettuce.core.cluster.models.partitions.RedisClusterNode> predicate)
      指定者:
      readonly 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
    • nodes

      public io.lettuce.core.cluster.api.async.AsyncNodeSelection<String,String> nodes(Predicate<io.lettuce.core.cluster.models.partitions.RedisClusterNode> predicate)
      指定者:
      nodes 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
    • nodes

      public io.lettuce.core.cluster.api.async.AsyncNodeSelection<String,String> nodes(Predicate<io.lettuce.core.cluster.models.partitions.RedisClusterNode> predicate, boolean b)
      指定者:
      nodes 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
    • setTimeout

      public void setTimeout(Duration duration)
      指定者:
      setTimeout 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterBumpepoch

      public io.lettuce.core.RedisFuture<String> clusterBumpepoch()
      指定者:
      clusterBumpepoch 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterMeet

      public io.lettuce.core.RedisFuture<String> clusterMeet(String s, int i)
      指定者:
      clusterMeet 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterForget

      public io.lettuce.core.RedisFuture<String> clusterForget(String s)
      指定者:
      clusterForget 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterAddSlots

      public io.lettuce.core.RedisFuture<String> clusterAddSlots(int... ints)
      指定者:
      clusterAddSlots 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterDelSlots

      public io.lettuce.core.RedisFuture<String> clusterDelSlots(int... ints)
      指定者:
      clusterDelSlots 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterDelSlotsRange

      public io.lettuce.core.RedisFuture<String> clusterDelSlotsRange(io.lettuce.core.Range<Integer>... ranges)
      指定者:
      clusterDelSlotsRange 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterSetSlotNode

      public io.lettuce.core.RedisFuture<String> clusterSetSlotNode(int i, String s)
      指定者:
      clusterSetSlotNode 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterSetSlotStable

      public io.lettuce.core.RedisFuture<String> clusterSetSlotStable(int i)
      指定者:
      clusterSetSlotStable 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterShards

      public io.lettuce.core.RedisFuture<List<Object>> clusterShards()
      指定者:
      clusterShards 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterSetSlotMigrating

      public io.lettuce.core.RedisFuture<String> clusterSetSlotMigrating(int i, String s)
      指定者:
      clusterSetSlotMigrating 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterSetSlotImporting

      public io.lettuce.core.RedisFuture<String> clusterSetSlotImporting(int i, String s)
      指定者:
      clusterSetSlotImporting 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterInfo

      public io.lettuce.core.RedisFuture<String> clusterInfo()
      指定者:
      clusterInfo 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterMyId

      public io.lettuce.core.RedisFuture<String> clusterMyId()
      指定者:
      clusterMyId 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterNodes

      public io.lettuce.core.RedisFuture<String> clusterNodes()
      指定者:
      clusterNodes 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterSlaves

      public io.lettuce.core.RedisFuture<List<String>> clusterSlaves(String s)
      指定者:
      clusterSlaves 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterGetKeysInSlot

      public io.lettuce.core.RedisFuture<List<String>> clusterGetKeysInSlot(int i, int i1)
      指定者:
      clusterGetKeysInSlot 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterCountKeysInSlot

      public io.lettuce.core.RedisFuture<Long> clusterCountKeysInSlot(int i)
      指定者:
      clusterCountKeysInSlot 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterAddSlotsRange

      public io.lettuce.core.RedisFuture<String> clusterAddSlotsRange(io.lettuce.core.Range<Integer>... ranges)
      指定者:
      clusterAddSlotsRange 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterCountFailureReports

      public io.lettuce.core.RedisFuture<Long> clusterCountFailureReports(String s)
      指定者:
      clusterCountFailureReports 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterKeyslot

      public io.lettuce.core.RedisFuture<Long> clusterKeyslot(String s)
      指定者:
      clusterKeyslot 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterSaveconfig

      public io.lettuce.core.RedisFuture<String> clusterSaveconfig()
      指定者:
      clusterSaveconfig 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterSetConfigEpoch

      public io.lettuce.core.RedisFuture<String> clusterSetConfigEpoch(long l)
      指定者:
      clusterSetConfigEpoch 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterSlots

      public io.lettuce.core.RedisFuture<List<Object>> clusterSlots()
      指定者:
      clusterSlots 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • asking

      public io.lettuce.core.RedisFuture<String> asking()
      指定者:
      asking 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • auth

      public io.lettuce.core.RedisFuture<String> auth(CharSequence charSequence)
      指定者:
      auth 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • auth

      public io.lettuce.core.RedisFuture<String> auth(String s, CharSequence charSequence)
      指定者:
      auth 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterReplicate

      public io.lettuce.core.RedisFuture<String> clusterReplicate(String s)
      指定者:
      clusterReplicate 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterReplicas

      public io.lettuce.core.RedisFuture<List<String>> clusterReplicas(String s)
      指定者:
      clusterReplicas 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterFailover

      public io.lettuce.core.RedisFuture<String> clusterFailover(boolean b)
      指定者:
      clusterFailover 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterFailover

      public io.lettuce.core.RedisFuture<String> clusterFailover(boolean b, boolean b1)
      指定者:
      clusterFailover 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterReset

      public io.lettuce.core.RedisFuture<String> clusterReset(boolean b)
      指定者:
      clusterReset 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • clusterFlushslots

      public io.lettuce.core.RedisFuture<String> clusterFlushslots()
      指定者:
      clusterFlushslots 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • publish

      public io.lettuce.core.RedisFuture<Long> publish(String s, String s2)
      指定者:
      publish 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • pubsubChannels

      public io.lettuce.core.RedisFuture<List<String>> pubsubChannels()
      指定者:
      pubsubChannels 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • pubsubChannels

      public io.lettuce.core.RedisFuture<List<String>> pubsubChannels(String s)
      指定者:
      pubsubChannels 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • pubsubNumsub

      public io.lettuce.core.RedisFuture<Map<String,Long>> pubsubNumsub(String... strings)
      指定者:
      pubsubNumsub 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • pubsubNumpat

      public io.lettuce.core.RedisFuture<Long> pubsubNumpat()
      指定者:
      pubsubNumpat 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • echo

      public io.lettuce.core.RedisFuture<String> echo(String s)
      指定者:
      echo 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • role

      public io.lettuce.core.RedisFuture<List<Object>> role()
      指定者:
      role 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • ping

      public io.lettuce.core.RedisFuture<String> ping()
      指定者:
      ping 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • readOnly

      public io.lettuce.core.RedisFuture<String> readOnly()
      指定者:
      readOnly 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
      指定者:
      readOnly 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • readWrite

      public io.lettuce.core.RedisFuture<String> readWrite()
      指定者:
      readWrite 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
      指定者:
      readWrite 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
    • quit

      public io.lettuce.core.RedisFuture<String> quit()
      指定者:
      quit 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • waitForReplication

      public io.lettuce.core.RedisFuture<Long> waitForReplication(int i, long l)
      指定者:
      waitForReplication 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • dispatch

      public <T> io.lettuce.core.RedisFuture<T> dispatch(io.lettuce.core.protocol.ProtocolKeyword protocolKeyword, io.lettuce.core.output.CommandOutput<String,String,T> commandOutput)
      指定者:
      dispatch 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • dispatch

      public <T> io.lettuce.core.RedisFuture<T> dispatch(io.lettuce.core.protocol.ProtocolKeyword protocolKeyword, io.lettuce.core.output.CommandOutput<String,String,T> commandOutput, io.lettuce.core.protocol.CommandArgs<String,String> commandArgs)
      指定者:
      dispatch 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • isOpen

      public boolean isOpen()
      指定者:
      isOpen 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • reset

      public void reset()
      指定者:
      reset 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • setAutoFlushCommands

      public void setAutoFlushCommands(boolean b)
      指定者:
      setAutoFlushCommands 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • flushCommands

      public void flushCommands()
      指定者:
      flushCommands 在接口中 io.lettuce.core.api.async.BaseRedisAsyncCommands<String,String>
    • copy

      public io.lettuce.core.RedisFuture<Boolean> copy(String s, String k1)
      指定者:
      copy 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • copy

      public io.lettuce.core.RedisFuture<Boolean> copy(String s, String k1, io.lettuce.core.CopyArgs copyArgs)
      指定者:
      copy 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • del

      public io.lettuce.core.RedisFuture<Long> del(String... strings)
      指定者:
      del 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      del 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • unlink

      public io.lettuce.core.RedisFuture<Long> unlink(String... strings)
      指定者:
      unlink 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      unlink 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • dump

      public io.lettuce.core.RedisFuture<byte[]> dump(String s)
      指定者:
      dump 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • exists

      public io.lettuce.core.RedisFuture<Long> exists(String... strings)
      指定者:
      exists 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      exists 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expire

      public io.lettuce.core.RedisFuture<Boolean> expire(String s, long l)
      指定者:
      expire 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expire

      public io.lettuce.core.RedisFuture<Boolean> expire(String s, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expire 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expire

      public io.lettuce.core.RedisFuture<Boolean> expire(String s, Duration duration)
      指定者:
      expire 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expire

      public io.lettuce.core.RedisFuture<Boolean> expire(String s, Duration duration, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expire 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expireat

      public io.lettuce.core.RedisFuture<Boolean> expireat(String s, Date date)
      指定者:
      expireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expireat

      public io.lettuce.core.RedisFuture<Boolean> expireat(String s, Date date, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expireat

      public io.lettuce.core.RedisFuture<Boolean> expireat(String s, Instant instant)
      指定者:
      expireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expireat

      public io.lettuce.core.RedisFuture<Boolean> expireat(String s, Instant instant, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expiretime

      public io.lettuce.core.RedisFuture<Long> expiretime(String s)
      指定者:
      expiretime 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expireat

      public io.lettuce.core.RedisFuture<Boolean> expireat(String s, long l)
      指定者:
      expireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • expireat

      public io.lettuce.core.RedisFuture<Boolean> expireat(String s, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • append

      public io.lettuce.core.RedisFuture<Long> append(String s, String s2)
      指定者:
      append 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bitcount

      public io.lettuce.core.RedisFuture<Long> bitcount(String s)
      指定者:
      bitcount 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bitcount

      public io.lettuce.core.RedisFuture<Long> bitcount(String s, long l, long l1)
      指定者:
      bitcount 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bitfield

      public io.lettuce.core.RedisFuture<List<Long>> bitfield(String s, io.lettuce.core.BitFieldArgs bitFieldArgs)
      指定者:
      bitfield 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bitpos

      public io.lettuce.core.RedisFuture<Long> bitpos(String s, boolean b)
      指定者:
      bitpos 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bitpos

      public io.lettuce.core.RedisFuture<Long> bitpos(String s, boolean b, long l)
      指定者:
      bitpos 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bitpos

      public io.lettuce.core.RedisFuture<Long> bitpos(String s, boolean b, long l, long l1)
      指定者:
      bitpos 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bitopAnd

      public io.lettuce.core.RedisFuture<Long> bitopAnd(String s, String... strings)
      指定者:
      bitopAnd 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bitopNot

      public io.lettuce.core.RedisFuture<Long> bitopNot(String s, String k1)
      指定者:
      bitopNot 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bitopOr

      public io.lettuce.core.RedisFuture<Long> bitopOr(String s, String... strings)
      指定者:
      bitopOr 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bitopXor

      public io.lettuce.core.RedisFuture<Long> bitopXor(String s, String... strings)
      指定者:
      bitopXor 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • decr

      public io.lettuce.core.RedisFuture<Long> decr(String s)
      指定者:
      decr 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • decrby

      public io.lettuce.core.RedisFuture<Long> decrby(String s, long l)
      指定者:
      decrby 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • get

      public io.lettuce.core.RedisFuture<String> get(String s)
      指定者:
      get 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • getbit

      public io.lettuce.core.RedisFuture<Long> getbit(String s, long l)
      指定者:
      getbit 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • getdel

      public io.lettuce.core.RedisFuture<String> getdel(String s)
      指定者:
      getdel 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • getex

      public io.lettuce.core.RedisFuture<String> getex(String s, io.lettuce.core.GetExArgs getExArgs)
      指定者:
      getex 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • getrange

      public io.lettuce.core.RedisFuture<String> getrange(String s, long l, long l1)
      指定者:
      getrange 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • getset

      public io.lettuce.core.RedisFuture<String> getset(String s, String s2)
      指定者:
      getset 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • incr

      public io.lettuce.core.RedisFuture<Long> incr(String s)
      指定者:
      incr 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • incrby

      public io.lettuce.core.RedisFuture<Long> incrby(String s, long l)
      指定者:
      incrby 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • incrbyfloat

      public io.lettuce.core.RedisFuture<Double> incrbyfloat(String s, double v)
      指定者:
      incrbyfloat 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • mget

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.KeyValue<String,String>>> mget(String... strings)
      指定者:
      mget 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      mget 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • mget

      public io.lettuce.core.RedisFuture<Long> mget(io.lettuce.core.output.KeyValueStreamingChannel<String,String> keyValueStreamingChannel, String... strings)
      指定者:
      mget 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • mset

      public io.lettuce.core.RedisFuture<String> mset(Map<String,String> map)
      指定者:
      mset 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      mset 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • msetnx

      public io.lettuce.core.RedisFuture<Boolean> msetnx(Map<String,String> map)
      指定者:
      msetnx 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      msetnx 在接口中 io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<String,String>
      指定者:
      msetnx 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • set

      public io.lettuce.core.RedisFuture<String> set(String s, String s2)
      指定者:
      set 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • set

      public io.lettuce.core.RedisFuture<String> set(String s, String s2, io.lettuce.core.SetArgs setArgs)
      指定者:
      set 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • setGet

      public io.lettuce.core.RedisFuture<String> setGet(String s, String s2)
      指定者:
      setGet 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • setGet

      public io.lettuce.core.RedisFuture<String> setGet(String s, String s2, io.lettuce.core.SetArgs setArgs)
      指定者:
      setGet 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • setbit

      public io.lettuce.core.RedisFuture<Long> setbit(String s, long l, int i)
      指定者:
      setbit 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • setex

      public io.lettuce.core.RedisFuture<String> setex(String s, long l, String s2)
      指定者:
      setex 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • psetex

      public io.lettuce.core.RedisFuture<String> psetex(String s, long l, String s2)
      指定者:
      psetex 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • setnx

      public io.lettuce.core.RedisFuture<Boolean> setnx(String s, String s2)
      指定者:
      setnx 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • setrange

      public io.lettuce.core.RedisFuture<Long> setrange(String s, long l, String s2)
      指定者:
      setrange 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • stralgoLcs

      public io.lettuce.core.RedisFuture<io.lettuce.core.StringMatchResult> stralgoLcs(io.lettuce.core.StrAlgoArgs strAlgoArgs)
      指定者:
      stralgoLcs 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • strlen

      public io.lettuce.core.RedisFuture<Long> strlen(String s)
      指定者:
      strlen 在接口中 io.lettuce.core.api.async.RedisStringAsyncCommands<String,String>
    • bgrewriteaof

      public io.lettuce.core.RedisFuture<String> bgrewriteaof()
      指定者:
      bgrewriteaof 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • bgsave

      public io.lettuce.core.RedisFuture<String> bgsave()
      指定者:
      bgsave 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientCaching

      public io.lettuce.core.RedisFuture<String> clientCaching(boolean b)
      指定者:
      clientCaching 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientGetname

      public io.lettuce.core.RedisFuture<String> clientGetname()
      指定者:
      clientGetname 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientGetredir

      public io.lettuce.core.RedisFuture<Long> clientGetredir()
      指定者:
      clientGetredir 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientSetname

      public io.lettuce.core.RedisFuture<String> clientSetname(String s)
      指定者:
      clientSetname 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      clientSetname 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientSetinfo

      public io.lettuce.core.RedisFuture<String> clientSetinfo(String s, String s1)
      指定者:
      clientSetinfo 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientTracking

      public io.lettuce.core.RedisFuture<String> clientTracking(io.lettuce.core.TrackingArgs trackingArgs)
      指定者:
      clientTracking 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientKill

      public io.lettuce.core.RedisFuture<String> clientKill(String s)
      指定者:
      clientKill 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientKill

      public io.lettuce.core.RedisFuture<Long> clientKill(io.lettuce.core.KillArgs killArgs)
      指定者:
      clientKill 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientUnblock

      public io.lettuce.core.RedisFuture<Long> clientUnblock(long l, io.lettuce.core.UnblockType unblockType)
      指定者:
      clientUnblock 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientPause

      public io.lettuce.core.RedisFuture<String> clientPause(long l)
      指定者:
      clientPause 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientList

      public io.lettuce.core.RedisFuture<String> clientList()
      指定者:
      clientList 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientList

      public io.lettuce.core.RedisFuture<String> clientList(io.lettuce.core.ClientListArgs clientListArgs)
      指定者:
      clientList 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientInfo

      public io.lettuce.core.RedisFuture<String> clientInfo()
      指定者:
      clientInfo 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientNoEvict

      public io.lettuce.core.RedisFuture<String> clientNoEvict(boolean b)
      指定者:
      clientNoEvict 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • clientId

      public io.lettuce.core.RedisFuture<Long> clientId()
      指定者:
      clientId 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • command

      public io.lettuce.core.RedisFuture<List<Object>> command()
      指定者:
      command 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • commandInfo

      public io.lettuce.core.RedisFuture<List<Object>> commandInfo(String... strings)
      指定者:
      commandInfo 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • commandInfo

      public io.lettuce.core.RedisFuture<List<Object>> commandInfo(io.lettuce.core.protocol.CommandType... commandTypes)
      指定者:
      commandInfo 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • commandCount

      public io.lettuce.core.RedisFuture<Long> commandCount()
      指定者:
      commandCount 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • configGet

      public io.lettuce.core.RedisFuture<Map<String,String>> configGet(String s)
      指定者:
      configGet 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • configGet

      public io.lettuce.core.RedisFuture<Map<String,String>> configGet(String... strings)
      指定者:
      configGet 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • configResetstat

      public io.lettuce.core.RedisFuture<String> configResetstat()
      指定者:
      configResetstat 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • configRewrite

      public io.lettuce.core.RedisFuture<String> configRewrite()
      指定者:
      configRewrite 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • configSet

      public io.lettuce.core.RedisFuture<String> configSet(String s, String s1)
      指定者:
      configSet 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • configSet

      public io.lettuce.core.RedisFuture<String> configSet(Map<String,String> map)
      指定者:
      configSet 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • flushall

      public io.lettuce.core.RedisFuture<String> flushall()
      指定者:
      flushall 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      flushall 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • flushall

      public io.lettuce.core.RedisFuture<String> flushall(io.lettuce.core.FlushMode flushMode)
      指定者:
      flushall 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • flushallAsync

      public io.lettuce.core.RedisFuture<String> flushallAsync()
      指定者:
      flushallAsync 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      flushallAsync 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • flushdb

      public io.lettuce.core.RedisFuture<String> flushdb()
      指定者:
      flushdb 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      flushdb 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • flushdb

      public io.lettuce.core.RedisFuture<String> flushdb(io.lettuce.core.FlushMode flushMode)
      指定者:
      flushdb 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • flushdbAsync

      public io.lettuce.core.RedisFuture<String> flushdbAsync()
      指定者:
      flushdbAsync 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • info

      public io.lettuce.core.RedisFuture<String> info()
      指定者:
      info 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • info

      public io.lettuce.core.RedisFuture<String> info(String s)
      指定者:
      info 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • lastsave

      public io.lettuce.core.RedisFuture<Date> lastsave()
      指定者:
      lastsave 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • memoryUsage

      public io.lettuce.core.RedisFuture<Long> memoryUsage(String s)
      指定者:
      memoryUsage 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • replicaof

      public io.lettuce.core.RedisFuture<String> replicaof(String s, int i)
      指定者:
      replicaof 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • replicaofNoOne

      public io.lettuce.core.RedisFuture<String> replicaofNoOne()
      指定者:
      replicaofNoOne 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • save

      public io.lettuce.core.RedisFuture<String> save()
      指定者:
      save 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • dbsize

      public io.lettuce.core.RedisFuture<Long> dbsize()
      指定者:
      dbsize 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      dbsize 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • debugCrashAndRecover

      public io.lettuce.core.RedisFuture<String> debugCrashAndRecover(Long aLong)
      指定者:
      debugCrashAndRecover 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • debugHtstats

      public io.lettuce.core.RedisFuture<String> debugHtstats(int i)
      指定者:
      debugHtstats 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • debugObject

      public io.lettuce.core.RedisFuture<String> debugObject(String s)
      指定者:
      debugObject 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • debugOom

      public void debugOom()
      指定者:
      debugOom 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • debugSegfault

      public void debugSegfault()
      指定者:
      debugSegfault 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • debugReload

      public io.lettuce.core.RedisFuture<String> debugReload()
      指定者:
      debugReload 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • debugRestart

      public io.lettuce.core.RedisFuture<String> debugRestart(Long aLong)
      指定者:
      debugRestart 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • debugSdslen

      public io.lettuce.core.RedisFuture<String> debugSdslen(String s)
      指定者:
      debugSdslen 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • keys

      public io.lettuce.core.RedisFuture<List<String>> keys(String s)
      指定者:
      keys 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      keys 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • keys

      public io.lettuce.core.RedisFuture<Long> keys(io.lettuce.core.output.KeyStreamingChannel<String> keyStreamingChannel, String s)
      指定者:
      keys 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      keys 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • migrate

      public io.lettuce.core.RedisFuture<String> migrate(String s, int i, String s2, int i1, long l)
      指定者:
      migrate 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • migrate

      public io.lettuce.core.RedisFuture<String> migrate(String s, int i, int i1, long l, io.lettuce.core.MigrateArgs<String> migrateArgs)
      指定者:
      migrate 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • move

      public io.lettuce.core.RedisFuture<Boolean> move(String s, int i)
      指定者:
      move 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • objectEncoding

      public io.lettuce.core.RedisFuture<String> objectEncoding(String s)
      指定者:
      objectEncoding 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • objectFreq

      public io.lettuce.core.RedisFuture<Long> objectFreq(String s)
      指定者:
      objectFreq 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • objectIdletime

      public io.lettuce.core.RedisFuture<Long> objectIdletime(String s)
      指定者:
      objectIdletime 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • objectRefcount

      public io.lettuce.core.RedisFuture<Long> objectRefcount(String s)
      指定者:
      objectRefcount 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • persist

      public io.lettuce.core.RedisFuture<Boolean> persist(String s)
      指定者:
      persist 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpire

      public io.lettuce.core.RedisFuture<Boolean> pexpire(String s, long l)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpire

      public io.lettuce.core.RedisFuture<Boolean> pexpire(String s, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpire

      public io.lettuce.core.RedisFuture<Boolean> pexpire(String s, Duration duration)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpire

      public io.lettuce.core.RedisFuture<Boolean> pexpire(String s, Duration duration, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpireat

      public io.lettuce.core.RedisFuture<Boolean> pexpireat(String s, Date date)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpireat

      public io.lettuce.core.RedisFuture<Boolean> pexpireat(String s, Date date, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpireat

      public io.lettuce.core.RedisFuture<Boolean> pexpireat(String s, Instant instant)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpireat

      public io.lettuce.core.RedisFuture<Boolean> pexpireat(String s, Instant instant, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpiretime

      public io.lettuce.core.RedisFuture<Long> pexpiretime(String s)
      指定者:
      pexpiretime 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpireat

      public io.lettuce.core.RedisFuture<Boolean> pexpireat(String s, long l)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pexpireat

      public io.lettuce.core.RedisFuture<Boolean> pexpireat(String s, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • pttl

      public io.lettuce.core.RedisFuture<Long> pttl(String s)
      指定者:
      pttl 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • randomkey

      public io.lettuce.core.RedisFuture<String> randomkey()
      指定者:
      randomkey 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      randomkey 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • rename

      public io.lettuce.core.RedisFuture<String> rename(String s, String k1)
      指定者:
      rename 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • renamenx

      public io.lettuce.core.RedisFuture<Boolean> renamenx(String s, String k1)
      指定者:
      renamenx 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • restore

      public io.lettuce.core.RedisFuture<String> restore(String s, long l, byte[] bytes)
      指定者:
      restore 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • restore

      public io.lettuce.core.RedisFuture<String> restore(String s, byte[] bytes, io.lettuce.core.RestoreArgs restoreArgs)
      指定者:
      restore 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • sort

      public io.lettuce.core.RedisFuture<List<String>> sort(String s)
      指定者:
      sort 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • sort

      public io.lettuce.core.RedisFuture<Long> sort(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s)
      指定者:
      sort 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • sort

      public io.lettuce.core.RedisFuture<List<String>> sort(String s, io.lettuce.core.SortArgs sortArgs)
      指定者:
      sort 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • sort

      public io.lettuce.core.RedisFuture<Long> sort(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, io.lettuce.core.SortArgs sortArgs)
      指定者:
      sort 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • sortReadOnly

      public io.lettuce.core.RedisFuture<List<String>> sortReadOnly(String s)
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • sortReadOnly

      public io.lettuce.core.RedisFuture<Long> sortReadOnly(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s)
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • sortReadOnly

      public io.lettuce.core.RedisFuture<List<String>> sortReadOnly(String s, io.lettuce.core.SortArgs sortArgs)
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • sortReadOnly

      public io.lettuce.core.RedisFuture<Long> sortReadOnly(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, io.lettuce.core.SortArgs sortArgs)
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • sortStore

      public io.lettuce.core.RedisFuture<Long> sortStore(String s, io.lettuce.core.SortArgs sortArgs, String k1)
      指定者:
      sortStore 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • eval

      public <T> io.lettuce.core.RedisFuture<T> eval(String s, io.lettuce.core.ScriptOutputType scriptOutputType, String... strings)
      指定者:
      eval 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • eval

      public <T> io.lettuce.core.RedisFuture<T> eval(byte[] bytes, io.lettuce.core.ScriptOutputType scriptOutputType, String... strings)
      指定者:
      eval 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • eval

      public <T> io.lettuce.core.RedisFuture<T> eval(String s, io.lettuce.core.ScriptOutputType scriptOutputType, String[] strings, String... strings2)
      指定者:
      eval 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • eval

      public <T> io.lettuce.core.RedisFuture<T> eval(byte[] bytes, io.lettuce.core.ScriptOutputType scriptOutputType, String[] strings, String... strings2)
      指定者:
      eval 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • evalReadOnly

      public <T> io.lettuce.core.RedisFuture<T> evalReadOnly(byte[] bytes, io.lettuce.core.ScriptOutputType scriptOutputType, String[] strings, String... strings2)
      指定者:
      evalReadOnly 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • evalsha

      public <T> io.lettuce.core.RedisFuture<T> evalsha(String s, io.lettuce.core.ScriptOutputType scriptOutputType, String... strings)
      指定者:
      evalsha 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • evalsha

      public <T> io.lettuce.core.RedisFuture<T> evalsha(String s, io.lettuce.core.ScriptOutputType scriptOutputType, String[] strings, String... strings2)
      指定者:
      evalsha 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • evalshaReadOnly

      public <T> io.lettuce.core.RedisFuture<T> evalshaReadOnly(String s, io.lettuce.core.ScriptOutputType scriptOutputType, String[] strings, String... strings2)
      指定者:
      evalshaReadOnly 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • scriptExists

      public io.lettuce.core.RedisFuture<List<Boolean>> scriptExists(String... strings)
      指定者:
      scriptExists 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • scriptFlush

      public io.lettuce.core.RedisFuture<String> scriptFlush()
      指定者:
      scriptFlush 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scriptFlush 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • scriptFlush

      public io.lettuce.core.RedisFuture<String> scriptFlush(io.lettuce.core.FlushMode flushMode)
      指定者:
      scriptFlush 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • scriptKill

      public io.lettuce.core.RedisFuture<String> scriptKill()
      指定者:
      scriptKill 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scriptKill 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • scriptLoad

      public io.lettuce.core.RedisFuture<String> scriptLoad(String s)
      指定者:
      scriptLoad 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scriptLoad 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • scriptLoad

      public io.lettuce.core.RedisFuture<String> scriptLoad(byte[] bytes)
      指定者:
      scriptLoad 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scriptLoad 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • digest

      public String digest(String s)
      指定者:
      digest 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • digest

      public String digest(byte[] bytes)
      指定者:
      digest 在接口中 io.lettuce.core.api.async.RedisScriptingAsyncCommands<String,String>
    • shutdown

      public void shutdown(boolean b)
      指定者:
      shutdown 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      shutdown 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • shutdown

      public void shutdown(io.lettuce.core.ShutdownArgs shutdownArgs)
      指定者:
      shutdown 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • slaveof

      public io.lettuce.core.RedisFuture<String> slaveof(String s, int i)
      指定者:
      slaveof 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • slaveofNoOne

      public io.lettuce.core.RedisFuture<String> slaveofNoOne()
      指定者:
      slaveofNoOne 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • slowlogGet

      public io.lettuce.core.RedisFuture<List<Object>> slowlogGet()
      指定者:
      slowlogGet 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • slowlogGet

      public io.lettuce.core.RedisFuture<List<Object>> slowlogGet(int i)
      指定者:
      slowlogGet 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • slowlogLen

      public io.lettuce.core.RedisFuture<Long> slowlogLen()
      指定者:
      slowlogLen 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • slowlogReset

      public io.lettuce.core.RedisFuture<String> slowlogReset()
      指定者:
      slowlogReset 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • time

      public io.lettuce.core.RedisFuture<List<String>> time()
      指定者:
      time 在接口中 io.lettuce.core.api.async.RedisServerAsyncCommands<String,String>
    • scan

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyScanCursor<String>> scan()
      指定者:
      scan 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scan 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • scan

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyScanCursor<String>> scan(io.lettuce.core.ScanArgs scanArgs)
      指定者:
      scan 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scan 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • scan

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyScanCursor<String>> scan(io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      scan 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scan 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • scan

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyScanCursor<String>> scan(io.lettuce.core.ScanCursor scanCursor)
      指定者:
      scan 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scan 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • scan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> scan(io.lettuce.core.output.KeyStreamingChannel<String> keyStreamingChannel)
      指定者:
      scan 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scan 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • scan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> scan(io.lettuce.core.output.KeyStreamingChannel<String> keyStreamingChannel, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      scan 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scan 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • scan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> scan(io.lettuce.core.output.KeyStreamingChannel<String> keyStreamingChannel, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      scan 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scan 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • scan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> scan(io.lettuce.core.output.KeyStreamingChannel<String> keyStreamingChannel, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      scan 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      scan 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • touch

      public io.lettuce.core.RedisFuture<Long> touch(String... strings)
      指定者:
      touch 在接口中 io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String,String>
      指定者:
      touch 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • ttl

      public io.lettuce.core.RedisFuture<Long> ttl(String s)
      指定者:
      ttl 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • type

      public io.lettuce.core.RedisFuture<String> type(String s)
      指定者:
      type 在接口中 io.lettuce.core.api.async.RedisKeyAsyncCommands<String,String>
    • geoadd

      public io.lettuce.core.RedisFuture<Long> geoadd(String s, double v, double v1, String v2)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geoadd

      public io.lettuce.core.RedisFuture<Long> geoadd(String s, double v, double v1, String v2, io.lettuce.core.GeoAddArgs geoAddArgs)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geoadd

      public io.lettuce.core.RedisFuture<Long> geoadd(String s, Object... objects)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geoadd

      public io.lettuce.core.RedisFuture<Long> geoadd(String s, io.lettuce.core.GeoValue<String>... geoValues)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geoadd

      public io.lettuce.core.RedisFuture<Long> geoadd(String s, io.lettuce.core.GeoAddArgs geoAddArgs, Object... objects)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geoadd

      public io.lettuce.core.RedisFuture<Long> geoadd(String s, io.lettuce.core.GeoAddArgs geoAddArgs, io.lettuce.core.GeoValue<String>... geoValues)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geohash

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.Value<String>>> geohash(String s, String... strings)
      指定者:
      geohash 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • georadius

      public io.lettuce.core.RedisFuture<Set<String>> georadius(String s, double v, double v1, double v2, io.lettuce.core.GeoArgs.Unit unit)
      指定者:
      georadius 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • georadius

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.GeoWithin<String>>> georadius(String s, double v, double v1, double v2, io.lettuce.core.GeoArgs.Unit unit, io.lettuce.core.GeoArgs geoArgs)
      指定者:
      georadius 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • georadius

      public io.lettuce.core.RedisFuture<Long> georadius(String s, double v, double v1, double v2, io.lettuce.core.GeoArgs.Unit unit, io.lettuce.core.GeoRadiusStoreArgs<String> geoRadiusStoreArgs)
      指定者:
      georadius 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • georadiusbymember

      public io.lettuce.core.RedisFuture<Set<String>> georadiusbymember(String s, String s2, double v1, io.lettuce.core.GeoArgs.Unit unit)
      指定者:
      georadiusbymember 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • georadiusbymember

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.GeoWithin<String>>> georadiusbymember(String s, String s2, double v1, io.lettuce.core.GeoArgs.Unit unit, io.lettuce.core.GeoArgs geoArgs)
      指定者:
      georadiusbymember 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • georadiusbymember

      public io.lettuce.core.RedisFuture<Long> georadiusbymember(String s, String s2, double v1, io.lettuce.core.GeoArgs.Unit unit, io.lettuce.core.GeoRadiusStoreArgs<String> geoRadiusStoreArgs)
      指定者:
      georadiusbymember 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geosearch

      public io.lettuce.core.RedisFuture<Set<String>> geosearch(String s, io.lettuce.core.GeoSearch.GeoRef<String> geoRef, io.lettuce.core.GeoSearch.GeoPredicate geoPredicate)
      指定者:
      geosearch 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geosearch

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.GeoWithin<String>>> geosearch(String s, io.lettuce.core.GeoSearch.GeoRef<String> geoRef, io.lettuce.core.GeoSearch.GeoPredicate geoPredicate, io.lettuce.core.GeoArgs geoArgs)
      指定者:
      geosearch 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geosearchstore

      public io.lettuce.core.RedisFuture<Long> geosearchstore(String s, String k1, io.lettuce.core.GeoSearch.GeoRef<String> geoRef, io.lettuce.core.GeoSearch.GeoPredicate geoPredicate, io.lettuce.core.GeoArgs geoArgs, boolean b)
      指定者:
      geosearchstore 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geopos

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.GeoCoordinates>> geopos(String s, String... strings)
      指定者:
      geopos 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • geodist

      public io.lettuce.core.RedisFuture<Double> geodist(String s, String s2, String v1, io.lettuce.core.GeoArgs.Unit unit)
      指定者:
      geodist 在接口中 io.lettuce.core.api.async.RedisGeoAsyncCommands<String,String>
    • pfadd

      public io.lettuce.core.RedisFuture<Long> pfadd(String s, String... strings)
      指定者:
      pfadd 在接口中 io.lettuce.core.api.async.RedisHLLAsyncCommands<String,String>
    • pfmerge

      public io.lettuce.core.RedisFuture<String> pfmerge(String s, String... strings)
      指定者:
      pfmerge 在接口中 io.lettuce.core.api.async.RedisHLLAsyncCommands<String,String>
    • pfcount

      public io.lettuce.core.RedisFuture<Long> pfcount(String... strings)
      指定者:
      pfcount 在接口中 io.lettuce.core.api.async.RedisHLLAsyncCommands<String,String>
    • hdel

      public io.lettuce.core.RedisFuture<Long> hdel(String s, String... strings)
      指定者:
      hdel 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hexists

      public io.lettuce.core.RedisFuture<Boolean> hexists(String s, String k1)
      指定者:
      hexists 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hget

      public io.lettuce.core.RedisFuture<String> hget(String s, String k1)
      指定者:
      hget 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hincrby

      public io.lettuce.core.RedisFuture<Long> hincrby(String s, String k1, long l)
      指定者:
      hincrby 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hincrbyfloat

      public io.lettuce.core.RedisFuture<Double> hincrbyfloat(String s, String k1, double v)
      指定者:
      hincrbyfloat 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hgetall

      public io.lettuce.core.RedisFuture<Map<String,String>> hgetall(String s)
      指定者:
      hgetall 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hgetall

      public io.lettuce.core.RedisFuture<Long> hgetall(io.lettuce.core.output.KeyValueStreamingChannel<String,String> keyValueStreamingChannel, String s)
      指定者:
      hgetall 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hkeys

      public io.lettuce.core.RedisFuture<List<String>> hkeys(String s)
      指定者:
      hkeys 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hkeys

      public io.lettuce.core.RedisFuture<Long> hkeys(io.lettuce.core.output.KeyStreamingChannel<String> keyStreamingChannel, String s)
      指定者:
      hkeys 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hlen

      public io.lettuce.core.RedisFuture<Long> hlen(String s)
      指定者:
      hlen 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hmget

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.KeyValue<String,String>>> hmget(String s, String... strings)
      指定者:
      hmget 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hmget

      public io.lettuce.core.RedisFuture<Long> hmget(io.lettuce.core.output.KeyValueStreamingChannel<String,String> keyValueStreamingChannel, String s, String... strings)
      指定者:
      hmget 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hmset

      public io.lettuce.core.RedisFuture<String> hmset(String s, Map<String,String> map)
      指定者:
      hmset 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hrandfield

      public io.lettuce.core.RedisFuture<String> hrandfield(String s)
      指定者:
      hrandfield 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hrandfield

      public io.lettuce.core.RedisFuture<List<String>> hrandfield(String s, long l)
      指定者:
      hrandfield 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hrandfieldWithvalues

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,String>> hrandfieldWithvalues(String s)
      指定者:
      hrandfieldWithvalues 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hrandfieldWithvalues

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.KeyValue<String,String>>> hrandfieldWithvalues(String s, long l)
      指定者:
      hrandfieldWithvalues 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.MapScanCursor<String,String>> hscan(String s)
      指定者:
      hscan 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.MapScanCursor<String,String>> hscan(String s, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      hscan 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.MapScanCursor<String,String>> hscan(String s, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      hscan 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.MapScanCursor<String,String>> hscan(String s, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      hscan 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> hscan(io.lettuce.core.output.KeyValueStreamingChannel<String,String> keyValueStreamingChannel, String s)
      指定者:
      hscan 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> hscan(io.lettuce.core.output.KeyValueStreamingChannel<String,String> keyValueStreamingChannel, String s, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      hscan 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> hscan(io.lettuce.core.output.KeyValueStreamingChannel<String,String> keyValueStreamingChannel, String s, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      hscan 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> hscan(io.lettuce.core.output.KeyValueStreamingChannel<String,String> keyValueStreamingChannel, String s, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      hscan 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hset

      public io.lettuce.core.RedisFuture<Boolean> hset(String s, String k1, String s2)
      指定者:
      hset 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hset

      public io.lettuce.core.RedisFuture<Long> hset(String s, Map<String,String> map)
      指定者:
      hset 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hsetnx

      public io.lettuce.core.RedisFuture<Boolean> hsetnx(String s, String k1, String s2)
      指定者:
      hsetnx 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hstrlen

      public io.lettuce.core.RedisFuture<Long> hstrlen(String s, String k1)
      指定者:
      hstrlen 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hvals

      public io.lettuce.core.RedisFuture<List<String>> hvals(String s)
      指定者:
      hvals 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • hvals

      public io.lettuce.core.RedisFuture<Long> hvals(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s)
      指定者:
      hvals 在接口中 io.lettuce.core.api.async.RedisHashAsyncCommands<String,String>
    • blmove

      public io.lettuce.core.RedisFuture<String> blmove(String s, String k1, io.lettuce.core.LMoveArgs lMoveArgs, long l)
      指定者:
      blmove 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • blmove

      public io.lettuce.core.RedisFuture<String> blmove(String s, String k1, io.lettuce.core.LMoveArgs lMoveArgs, double v)
      指定者:
      blmove 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • blmpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,List<String>>> blmpop(long l, io.lettuce.core.LMPopArgs lmPopArgs, String... strings)
      指定者:
      blmpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • blmpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,List<String>>> blmpop(double v, io.lettuce.core.LMPopArgs lmPopArgs, String... strings)
      指定者:
      blmpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • blpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,String>> blpop(long l, String... strings)
      指定者:
      blpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • blpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,String>> blpop(double v, String... strings)
      指定者:
      blpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • brpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,String>> brpop(long l, String... strings)
      指定者:
      brpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • brpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,String>> brpop(double v, String... strings)
      指定者:
      brpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • brpoplpush

      public io.lettuce.core.RedisFuture<String> brpoplpush(long l, String s, String k1)
      指定者:
      brpoplpush 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • brpoplpush

      public io.lettuce.core.RedisFuture<String> brpoplpush(double v, String s, String k1)
      指定者:
      brpoplpush 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lindex

      public io.lettuce.core.RedisFuture<String> lindex(String s, long l)
      指定者:
      lindex 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • linsert

      public io.lettuce.core.RedisFuture<Long> linsert(String s, boolean b, String s2, String v1)
      指定者:
      linsert 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • llen

      public io.lettuce.core.RedisFuture<Long> llen(String s)
      指定者:
      llen 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lmove

      public io.lettuce.core.RedisFuture<String> lmove(String s, String k1, io.lettuce.core.LMoveArgs lMoveArgs)
      指定者:
      lmove 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lmpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,List<String>>> lmpop(io.lettuce.core.LMPopArgs lmPopArgs, String... strings)
      指定者:
      lmpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lpop

      public io.lettuce.core.RedisFuture<String> lpop(String s)
      指定者:
      lpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lpop

      public io.lettuce.core.RedisFuture<List<String>> lpop(String s, long l)
      指定者:
      lpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lpos

      public io.lettuce.core.RedisFuture<Long> lpos(String s, String s2)
      指定者:
      lpos 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lpos

      public io.lettuce.core.RedisFuture<Long> lpos(String s, String s2, io.lettuce.core.LPosArgs lPosArgs)
      指定者:
      lpos 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lpos

      public io.lettuce.core.RedisFuture<List<Long>> lpos(String s, String s2, int i)
      指定者:
      lpos 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lpos

      public io.lettuce.core.RedisFuture<List<Long>> lpos(String s, String s2, int i, io.lettuce.core.LPosArgs lPosArgs)
      指定者:
      lpos 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lpush

      public io.lettuce.core.RedisFuture<Long> lpush(String s, String... strings)
      指定者:
      lpush 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lpushx

      public io.lettuce.core.RedisFuture<Long> lpushx(String s, String... strings)
      指定者:
      lpushx 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lrange

      public io.lettuce.core.RedisFuture<List<String>> lrange(String s, long l, long l1)
      指定者:
      lrange 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lrange

      public io.lettuce.core.RedisFuture<Long> lrange(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, long l, long l1)
      指定者:
      lrange 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lrem

      public io.lettuce.core.RedisFuture<Long> lrem(String s, long l, String s2)
      指定者:
      lrem 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • lset

      public io.lettuce.core.RedisFuture<String> lset(String s, long l, String s2)
      指定者:
      lset 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • ltrim

      public io.lettuce.core.RedisFuture<String> ltrim(String s, long l, long l1)
      指定者:
      ltrim 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • rpop

      public io.lettuce.core.RedisFuture<String> rpop(String s)
      指定者:
      rpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • rpop

      public io.lettuce.core.RedisFuture<List<String>> rpop(String s, long l)
      指定者:
      rpop 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • rpoplpush

      public io.lettuce.core.RedisFuture<String> rpoplpush(String s, String k1)
      指定者:
      rpoplpush 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • rpush

      public io.lettuce.core.RedisFuture<Long> rpush(String s, String... strings)
      指定者:
      rpush 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • rpushx

      public io.lettuce.core.RedisFuture<Long> rpushx(String s, String... strings)
      指定者:
      rpushx 在接口中 io.lettuce.core.api.async.RedisListAsyncCommands<String,String>
    • sadd

      public io.lettuce.core.RedisFuture<Long> sadd(String s, String... strings)
      指定者:
      sadd 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • scard

      public io.lettuce.core.RedisFuture<Long> scard(String s)
      指定者:
      scard 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sdiff

      public io.lettuce.core.RedisFuture<Set<String>> sdiff(String... strings)
      指定者:
      sdiff 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sdiff

      public io.lettuce.core.RedisFuture<Long> sdiff(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String... strings)
      指定者:
      sdiff 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sdiffstore

      public io.lettuce.core.RedisFuture<Long> sdiffstore(String s, String... strings)
      指定者:
      sdiffstore 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sinter

      public io.lettuce.core.RedisFuture<Set<String>> sinter(String... strings)
      指定者:
      sinter 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sinter

      public io.lettuce.core.RedisFuture<Long> sinter(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String... strings)
      指定者:
      sinter 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sintercard

      public io.lettuce.core.RedisFuture<Long> sintercard(String... strings)
      指定者:
      sintercard 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sintercard

      public io.lettuce.core.RedisFuture<Long> sintercard(long l, String... strings)
      指定者:
      sintercard 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sinterstore

      public io.lettuce.core.RedisFuture<Long> sinterstore(String s, String... strings)
      指定者:
      sinterstore 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sismember

      public io.lettuce.core.RedisFuture<Boolean> sismember(String s, String s2)
      指定者:
      sismember 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • smove

      public io.lettuce.core.RedisFuture<Boolean> smove(String s, String k1, String s2)
      指定者:
      smove 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • smembers

      public io.lettuce.core.RedisFuture<Set<String>> smembers(String s)
      指定者:
      smembers 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • smembers

      public io.lettuce.core.RedisFuture<Long> smembers(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s)
      指定者:
      smembers 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • smismember

      public io.lettuce.core.RedisFuture<List<Boolean>> smismember(String s, String... strings)
      指定者:
      smismember 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • spop

      public io.lettuce.core.RedisFuture<String> spop(String s)
      指定者:
      spop 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • spop

      public io.lettuce.core.RedisFuture<Set<String>> spop(String s, long l)
      指定者:
      spop 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • srandmember

      public io.lettuce.core.RedisFuture<String> srandmember(String s)
      指定者:
      srandmember 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • srandmember

      public io.lettuce.core.RedisFuture<List<String>> srandmember(String s, long l)
      指定者:
      srandmember 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • srandmember

      public io.lettuce.core.RedisFuture<Long> srandmember(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, long l)
      指定者:
      srandmember 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • srem

      public io.lettuce.core.RedisFuture<Long> srem(String s, String... strings)
      指定者:
      srem 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sunion

      public io.lettuce.core.RedisFuture<Set<String>> sunion(String... strings)
      指定者:
      sunion 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sunion

      public io.lettuce.core.RedisFuture<Long> sunion(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String... strings)
      指定者:
      sunion 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sunionstore

      public io.lettuce.core.RedisFuture<Long> sunionstore(String s, String... strings)
      指定者:
      sunionstore 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.ValueScanCursor<String>> sscan(String s)
      指定者:
      sscan 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.ValueScanCursor<String>> sscan(String s, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      sscan 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.ValueScanCursor<String>> sscan(String s, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      sscan 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.ValueScanCursor<String>> sscan(String s, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      sscan 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> sscan(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s)
      指定者:
      sscan 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> sscan(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      sscan 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> sscan(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      sscan 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • sscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> sscan(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      sscan 在接口中 io.lettuce.core.api.async.RedisSetAsyncCommands<String,String>
    • bzmpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,io.lettuce.core.ScoredValue<String>>> bzmpop(long l, io.lettuce.core.ZPopArgs zPopArgs, String... strings)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • bzmpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,List<io.lettuce.core.ScoredValue<String>>>> bzmpop(long l, long l1, io.lettuce.core.ZPopArgs zPopArgs, String... strings)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • bzmpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,io.lettuce.core.ScoredValue<String>>> bzmpop(double v, io.lettuce.core.ZPopArgs zPopArgs, String... strings)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • bzmpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,List<io.lettuce.core.ScoredValue<String>>>> bzmpop(double v, int i, io.lettuce.core.ZPopArgs zPopArgs, String... strings)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • bzpopmin

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,io.lettuce.core.ScoredValue<String>>> bzpopmin(long l, String... strings)
      指定者:
      bzpopmin 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • bzpopmin

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,io.lettuce.core.ScoredValue<String>>> bzpopmin(double v, String... strings)
      指定者:
      bzpopmin 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • bzpopmax

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,io.lettuce.core.ScoredValue<String>>> bzpopmax(long l, String... strings)
      指定者:
      bzpopmax 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • bzpopmax

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,io.lettuce.core.ScoredValue<String>>> bzpopmax(double v, String... strings)
      指定者:
      bzpopmax 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zadd

      public io.lettuce.core.RedisFuture<Long> zadd(String s, double v, String v1)
      指定者:
      zadd 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zadd

      public io.lettuce.core.RedisFuture<Long> zadd(String s, Object... objects)
      指定者:
      zadd 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zadd

      public io.lettuce.core.RedisFuture<Long> zadd(String s, io.lettuce.core.ScoredValue<String>... scoredValues)
      指定者:
      zadd 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zadd

      public io.lettuce.core.RedisFuture<Long> zadd(String s, io.lettuce.core.ZAddArgs zAddArgs, double v, String v1)
      指定者:
      zadd 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zadd

      public io.lettuce.core.RedisFuture<Long> zadd(String s, io.lettuce.core.ZAddArgs zAddArgs, Object... objects)
      指定者:
      zadd 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zadd

      public io.lettuce.core.RedisFuture<Long> zadd(String s, io.lettuce.core.ZAddArgs zAddArgs, io.lettuce.core.ScoredValue<String>... scoredValues)
      指定者:
      zadd 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zaddincr

      public io.lettuce.core.RedisFuture<Double> zaddincr(String s, double v, String v1)
      指定者:
      zaddincr 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zaddincr

      public io.lettuce.core.RedisFuture<Double> zaddincr(String s, io.lettuce.core.ZAddArgs zAddArgs, double v, String v1)
      指定者:
      zaddincr 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zcard

      public io.lettuce.core.RedisFuture<Long> zcard(String s)
      指定者:
      zcard 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zcount

      @Deprecated public io.lettuce.core.RedisFuture<Long> zcount(String s, double v, double v1)
      已过时。
      指定者:
      zcount 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      v -
      v1 -
    • zcount

      @Deprecated public io.lettuce.core.RedisFuture<Long> zcount(String s, String s2, String s1)
      已过时。
      指定者:
      zcount 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
    • zcount

      public io.lettuce.core.RedisFuture<Long> zcount(String s, io.lettuce.core.Range<? extends Number> range)
      指定者:
      zcount 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zdiff

      public io.lettuce.core.RedisFuture<List<String>> zdiff(String... strings)
      指定者:
      zdiff 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zdiffstore

      public io.lettuce.core.RedisFuture<Long> zdiffstore(String s, String... strings)
      指定者:
      zdiffstore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zdiffWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zdiffWithScores(String... strings)
      指定者:
      zdiffWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zincrby

      public io.lettuce.core.RedisFuture<Double> zincrby(String s, double v, String v1)
      指定者:
      zincrby 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zinter

      public io.lettuce.core.RedisFuture<List<String>> zinter(String... strings)
      指定者:
      zinter 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zinter

      public io.lettuce.core.RedisFuture<List<String>> zinter(io.lettuce.core.ZAggregateArgs zAggregateArgs, String... strings)
      指定者:
      zinter 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zintercard

      public io.lettuce.core.RedisFuture<Long> zintercard(String... strings)
      指定者:
      zintercard 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zintercard

      public io.lettuce.core.RedisFuture<Long> zintercard(long l, String... strings)
      指定者:
      zintercard 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zinterWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zinterWithScores(io.lettuce.core.ZAggregateArgs zAggregateArgs, String... strings)
      指定者:
      zinterWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zinterWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zinterWithScores(String... strings)
      指定者:
      zinterWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zinterstore

      public io.lettuce.core.RedisFuture<Long> zinterstore(String s, String... strings)
      指定者:
      zinterstore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zinterstore

      public io.lettuce.core.RedisFuture<Long> zinterstore(String s, io.lettuce.core.ZStoreArgs zStoreArgs, String... strings)
      指定者:
      zinterstore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zlexcount

      @Deprecated public io.lettuce.core.RedisFuture<Long> zlexcount(String s, String s2, String s1)
      已过时。
      指定者:
      zlexcount 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
    • zlexcount

      public io.lettuce.core.RedisFuture<Long> zlexcount(String s, io.lettuce.core.Range<? extends String> range)
      指定者:
      zlexcount 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zmscore

      public io.lettuce.core.RedisFuture<List<Double>> zmscore(String s, String... strings)
      指定者:
      zmscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zmpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,io.lettuce.core.ScoredValue<String>>> zmpop(io.lettuce.core.ZPopArgs zPopArgs, String... strings)
      指定者:
      zmpop 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zmpop

      public io.lettuce.core.RedisFuture<io.lettuce.core.KeyValue<String,List<io.lettuce.core.ScoredValue<String>>>> zmpop(int i, io.lettuce.core.ZPopArgs zPopArgs, String... strings)
      指定者:
      zmpop 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zpopmin

      public io.lettuce.core.RedisFuture<io.lettuce.core.ScoredValue<String>> zpopmin(String s)
      指定者:
      zpopmin 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zpopmin

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zpopmin(String s, long l)
      指定者:
      zpopmin 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zpopmax

      public io.lettuce.core.RedisFuture<io.lettuce.core.ScoredValue<String>> zpopmax(String s)
      指定者:
      zpopmax 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zpopmax

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zpopmax(String s, long l)
      指定者:
      zpopmax 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrandmember

      public io.lettuce.core.RedisFuture<String> zrandmember(String s)
      指定者:
      zrandmember 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrandmember

      public io.lettuce.core.RedisFuture<List<String>> zrandmember(String s, long l)
      指定者:
      zrandmember 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrandmemberWithScores

      public io.lettuce.core.RedisFuture<io.lettuce.core.ScoredValue<String>> zrandmemberWithScores(String s)
      指定者:
      zrandmemberWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrandmemberWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrandmemberWithScores(String s, long l)
      指定者:
      zrandmemberWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrange

      public io.lettuce.core.RedisFuture<List<String>> zrange(String s, long l, long l1)
      指定者:
      zrange 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrange

      public io.lettuce.core.RedisFuture<Long> zrange(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, long l, long l1)
      指定者:
      zrange 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangeWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrangeWithScores(String s, long l, long l1)
      指定者:
      zrangeWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangeWithScores

      public io.lettuce.core.RedisFuture<Long> zrangeWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, long l, long l1)
      指定者:
      zrangeWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangebylex

      @Deprecated public io.lettuce.core.RedisFuture<List<String>> zrangebylex(String s, String s2, String s1)
      已过时。
      指定者:
      zrangebylex 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
    • zrangebylex

      public io.lettuce.core.RedisFuture<List<String>> zrangebylex(String s, io.lettuce.core.Range<? extends String> range)
      指定者:
      zrangebylex 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangebylex

      @Deprecated public io.lettuce.core.RedisFuture<List<String>> zrangebylex(String s, String s2, String s1, long l, long l1)
      已过时。
      指定者:
      zrangebylex 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
      l -
      l1 -
    • zrangebylex

      public io.lettuce.core.RedisFuture<List<String>> zrangebylex(String s, io.lettuce.core.Range<? extends String> range, io.lettuce.core.Limit limit)
      指定者:
      zrangebylex 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<List<String>> zrangebyscore(String s, double v, double v1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      v -
      v1 -
    • zrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<List<String>> zrangebyscore(String s, String s2, String s1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
    • zrangebyscore

      public io.lettuce.core.RedisFuture<List<String>> zrangebyscore(String s, io.lettuce.core.Range<? extends Number> range)
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<List<String>> zrangebyscore(String s, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      v -
      v1 -
      l -
      l1 -
    • zrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<List<String>> zrangebyscore(String s, String s2, String s1, long l, long l1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
      l -
      l1 -
    • zrangebyscore

      public io.lettuce.core.RedisFuture<List<String>> zrangebyscore(String s, io.lettuce.core.Range<? extends Number> range, io.lettuce.core.Limit limit)
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, double v, double v1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      valueStreamingChannel -
      s -
      v -
      v1 -
    • zrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, String s2, String s1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      valueStreamingChannel -
      s -
      s2 -
      s1 -
    • zrangebyscore

      public io.lettuce.core.RedisFuture<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, io.lettuce.core.Range<? extends Number> range)
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      valueStreamingChannel -
      s -
      v -
      v1 -
      l -
      l1 -
    • zrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, String s2, String s1, long l, long l1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      valueStreamingChannel -
      s -
      s2 -
      s1 -
      l -
      l1 -
    • zrangebyscore

      public io.lettuce.core.RedisFuture<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, io.lettuce.core.Range<? extends Number> range, io.lettuce.core.Limit limit)
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrangebyscoreWithScores(String s, double v, double v1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      v -
      v1 -
    • zrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrangebyscoreWithScores(String s, String s2, String s1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
    • zrangebyscoreWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrangebyscoreWithScores(String s, io.lettuce.core.Range<? extends Number> range)
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrangebyscoreWithScores(String s, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      v -
      v1 -
      l -
      l1 -
    • zrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrangebyscoreWithScores(String s, String s2, String s1, long l, long l1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
      l -
      l1 -
    • zrangebyscoreWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrangebyscoreWithScores(String s, io.lettuce.core.Range<? extends Number> range, io.lettuce.core.Limit limit)
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, double v, double v1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      scoredValueStreamingChannel -
      s -
      v -
      v1 -
    • zrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, String s2, String s1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      scoredValueStreamingChannel -
      s -
      s2 -
      s1 -
    • zrangebyscoreWithScores

      public io.lettuce.core.RedisFuture<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, io.lettuce.core.Range<? extends Number> range)
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      scoredValueStreamingChannel -
      s -
      v -
      v1 -
      l -
      l1 -
    • zrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, String s2, String s1, long l, long l1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      scoredValueStreamingChannel -
      s -
      s2 -
      s1 -
      l -
      l1 -
    • zrangebyscoreWithScores

      public io.lettuce.core.RedisFuture<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, io.lettuce.core.Range<? extends Number> range, io.lettuce.core.Limit limit)
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangestore

      public io.lettuce.core.RedisFuture<Long> zrangestore(String s, String k1, io.lettuce.core.Range<Long> range)
      指定者:
      zrangestore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangestorebylex

      public io.lettuce.core.RedisFuture<Long> zrangestorebylex(String s, String k1, io.lettuce.core.Range<? extends String> range, io.lettuce.core.Limit limit)
      指定者:
      zrangestorebylex 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrangestorebyscore

      public io.lettuce.core.RedisFuture<Long> zrangestorebyscore(String s, String k1, io.lettuce.core.Range<? extends Number> range, io.lettuce.core.Limit limit)
      指定者:
      zrangestorebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrank

      public io.lettuce.core.RedisFuture<Long> zrank(String s, String s2)
      指定者:
      zrank 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrankWithScore

      public io.lettuce.core.RedisFuture<io.lettuce.core.ScoredValue<Long>> zrankWithScore(String s, String s2)
      指定者:
      zrankWithScore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrem

      public io.lettuce.core.RedisFuture<Long> zrem(String s, String... strings)
      指定者:
      zrem 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zremrangebylex

      @Deprecated public io.lettuce.core.RedisFuture<Long> zremrangebylex(String s, String s2, String s1)
      已过时。
      指定者:
      zremrangebylex 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
    • zremrangebylex

      public io.lettuce.core.RedisFuture<Long> zremrangebylex(String s, io.lettuce.core.Range<? extends String> range)
      指定者:
      zremrangebylex 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zremrangebyrank

      public io.lettuce.core.RedisFuture<Long> zremrangebyrank(String s, long l, long l1)
      指定者:
      zremrangebyrank 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zremrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<Long> zremrangebyscore(String s, double v, double v1)
      已过时。
      指定者:
      zremrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      v -
      v1 -
    • zremrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<Long> zremrangebyscore(String s, String s2, String s1)
      已过时。
      指定者:
      zremrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
    • zremrangebyscore

      public io.lettuce.core.RedisFuture<Long> zremrangebyscore(String s, io.lettuce.core.Range<? extends Number> range)
      指定者:
      zremrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrange

      public io.lettuce.core.RedisFuture<List<String>> zrevrange(String s, long l, long l1)
      指定者:
      zrevrange 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrange

      public io.lettuce.core.RedisFuture<Long> zrevrange(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, long l, long l1)
      指定者:
      zrevrange 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangeWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrevrangeWithScores(String s, long l, long l1)
      指定者:
      zrevrangeWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangeWithScores

      public io.lettuce.core.RedisFuture<Long> zrevrangeWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, long l, long l1)
      指定者:
      zrevrangeWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangebylex

      public io.lettuce.core.RedisFuture<List<String>> zrevrangebylex(String s, io.lettuce.core.Range<? extends String> range)
      指定者:
      zrevrangebylex 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangebylex

      public io.lettuce.core.RedisFuture<List<String>> zrevrangebylex(String s, io.lettuce.core.Range<? extends String> range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangebylex 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<List<String>> zrevrangebyscore(String s, double v, double v1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      v -
      v1 -
    • zrevrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<List<String>> zrevrangebyscore(String s, String s2, String s1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
    • zrevrangebyscore

      public io.lettuce.core.RedisFuture<List<String>> zrevrangebyscore(String s, io.lettuce.core.Range<? extends Number> range)
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<List<String>> zrevrangebyscore(String s, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      v -
      v1 -
      l -
      l1 -
    • zrevrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<List<String>> zrevrangebyscore(String s, String s2, String s1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
      l -
      l1 -
    • zrevrangebyscore

      public io.lettuce.core.RedisFuture<List<String>> zrevrangebyscore(String s, io.lettuce.core.Range<? extends Number> range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, double v, double v1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      valueStreamingChannel -
      s -
      v -
      v1 -
    • zrevrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, String s2, String s1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      valueStreamingChannel -
      s -
      s2 -
      s1 -
    • zrevrangebyscore

      public io.lettuce.core.RedisFuture<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, io.lettuce.core.Range<? extends Number> range)
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      valueStreamingChannel -
      s -
      v -
      v1 -
      l -
      l1 -
    • zrevrangebyscore

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, String s2, String s1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      valueStreamingChannel -
      s -
      s2 -
      s1 -
      l -
      l1 -
    • zrevrangebyscore

      public io.lettuce.core.RedisFuture<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel<String> valueStreamingChannel, String s, io.lettuce.core.Range<? extends Number> range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrevrangebyscoreWithScores(String s, double v, double v1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      v -
      v1 -
    • zrevrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrevrangebyscoreWithScores(String s, String s2, String s1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
    • zrevrangebyscoreWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrevrangebyscoreWithScores(String s, io.lettuce.core.Range<? extends Number> range)
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrevrangebyscoreWithScores(String s, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      v -
      v1 -
      l -
      l1 -
    • zrevrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrevrangebyscoreWithScores(String s, String s2, String s1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      s -
      s2 -
      s1 -
      l -
      l1 -
    • zrevrangebyscoreWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zrevrangebyscoreWithScores(String s, io.lettuce.core.Range<? extends Number> range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, double v, double v1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      scoredValueStreamingChannel -
      s -
      v -
      v1 -
    • zrevrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, String s2, String s1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      scoredValueStreamingChannel -
      s -
      s2 -
      s1 -
    • zrevrangebyscoreWithScores

      public io.lettuce.core.RedisFuture<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, io.lettuce.core.Range<? extends Number> range)
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      scoredValueStreamingChannel -
      s -
      v -
      v1 -
      l -
      l1 -
    • zrevrangebyscoreWithScores

      @Deprecated public io.lettuce.core.RedisFuture<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, String s2, String s1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
      参数:
      scoredValueStreamingChannel -
      s -
      s2 -
      s1 -
      l -
      l1 -
    • zrevrangebyscoreWithScores

      public io.lettuce.core.RedisFuture<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, io.lettuce.core.Range<? extends Number> range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangestore

      public io.lettuce.core.RedisFuture<Long> zrevrangestore(String s, String k1, io.lettuce.core.Range<Long> range)
      指定者:
      zrevrangestore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangestorebylex

      public io.lettuce.core.RedisFuture<Long> zrevrangestorebylex(String s, String k1, io.lettuce.core.Range<? extends String> range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangestorebylex 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrangestorebyscore

      public io.lettuce.core.RedisFuture<Long> zrevrangestorebyscore(String s, String k1, io.lettuce.core.Range<? extends Number> range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangestorebyscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrank

      public io.lettuce.core.RedisFuture<Long> zrevrank(String s, String s2)
      指定者:
      zrevrank 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zrevrankWithScore

      public io.lettuce.core.RedisFuture<io.lettuce.core.ScoredValue<Long>> zrevrankWithScore(String s, String s2)
      指定者:
      zrevrankWithScore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.ScoredValueScanCursor<String>> zscan(String s)
      指定者:
      zscan 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.ScoredValueScanCursor<String>> zscan(String s, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      zscan 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.ScoredValueScanCursor<String>> zscan(String s, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      zscan 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.ScoredValueScanCursor<String>> zscan(String s, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      zscan 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> zscan(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s)
      指定者:
      zscan 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> zscan(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      zscan 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> zscan(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      zscan 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zscan

      public io.lettuce.core.RedisFuture<io.lettuce.core.StreamScanCursor> zscan(io.lettuce.core.output.ScoredValueStreamingChannel<String> scoredValueStreamingChannel, String s, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      zscan 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zscore

      public io.lettuce.core.RedisFuture<Double> zscore(String s, String s2)
      指定者:
      zscore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zunion

      public io.lettuce.core.RedisFuture<List<String>> zunion(String... strings)
      指定者:
      zunion 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zunion

      public io.lettuce.core.RedisFuture<List<String>> zunion(io.lettuce.core.ZAggregateArgs zAggregateArgs, String... strings)
      指定者:
      zunion 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zunionWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zunionWithScores(io.lettuce.core.ZAggregateArgs zAggregateArgs, String... strings)
      指定者:
      zunionWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zunionWithScores

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.ScoredValue<String>>> zunionWithScores(String... strings)
      指定者:
      zunionWithScores 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zunionstore

      public io.lettuce.core.RedisFuture<Long> zunionstore(String s, String... strings)
      指定者:
      zunionstore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • zunionstore

      public io.lettuce.core.RedisFuture<Long> zunionstore(String s, io.lettuce.core.ZStoreArgs zStoreArgs, String... strings)
      指定者:
      zunionstore 在接口中 io.lettuce.core.api.async.RedisSortedSetAsyncCommands<String,String>
    • xack

      public io.lettuce.core.RedisFuture<Long> xack(String s, String k1, String... strings)
      指定者:
      xack 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xadd

      public io.lettuce.core.RedisFuture<String> xadd(String s, Map<String,String> map)
      指定者:
      xadd 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xadd

      public io.lettuce.core.RedisFuture<String> xadd(String s, io.lettuce.core.XAddArgs xAddArgs, Map<String,String> map)
      指定者:
      xadd 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xadd

      public io.lettuce.core.RedisFuture<String> xadd(String s, Object... objects)
      指定者:
      xadd 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xadd

      public io.lettuce.core.RedisFuture<String> xadd(String s, io.lettuce.core.XAddArgs xAddArgs, Object... objects)
      指定者:
      xadd 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xautoclaim

      public io.lettuce.core.RedisFuture<io.lettuce.core.models.stream.ClaimedMessages<String,String>> xautoclaim(String s, io.lettuce.core.XAutoClaimArgs<String> xAutoClaimArgs)
      指定者:
      xautoclaim 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xclaim

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.StreamMessage<String,String>>> xclaim(String s, io.lettuce.core.Consumer<String> consumer, long l, String... strings)
      指定者:
      xclaim 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xclaim

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.StreamMessage<String,String>>> xclaim(String s, io.lettuce.core.Consumer<String> consumer, io.lettuce.core.XClaimArgs xClaimArgs, String... strings)
      指定者:
      xclaim 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xdel

      public io.lettuce.core.RedisFuture<Long> xdel(String s, String... strings)
      指定者:
      xdel 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xgroupCreate

      public io.lettuce.core.RedisFuture<String> xgroupCreate(io.lettuce.core.XReadArgs.StreamOffset<String> streamOffset, String s)
      指定者:
      xgroupCreate 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xgroupCreate

      public io.lettuce.core.RedisFuture<String> xgroupCreate(io.lettuce.core.XReadArgs.StreamOffset<String> streamOffset, String s, io.lettuce.core.XGroupCreateArgs xGroupCreateArgs)
      指定者:
      xgroupCreate 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xgroupCreateconsumer

      public io.lettuce.core.RedisFuture<Boolean> xgroupCreateconsumer(String s, io.lettuce.core.Consumer<String> consumer)
      指定者:
      xgroupCreateconsumer 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xgroupDelconsumer

      public io.lettuce.core.RedisFuture<Long> xgroupDelconsumer(String s, io.lettuce.core.Consumer<String> consumer)
      指定者:
      xgroupDelconsumer 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xgroupDestroy

      public io.lettuce.core.RedisFuture<Boolean> xgroupDestroy(String s, String k1)
      指定者:
      xgroupDestroy 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xgroupSetid

      public io.lettuce.core.RedisFuture<String> xgroupSetid(io.lettuce.core.XReadArgs.StreamOffset<String> streamOffset, String s)
      指定者:
      xgroupSetid 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xinfoStream

      public io.lettuce.core.RedisFuture<List<Object>> xinfoStream(String s)
      指定者:
      xinfoStream 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xinfoGroups

      public io.lettuce.core.RedisFuture<List<Object>> xinfoGroups(String s)
      指定者:
      xinfoGroups 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xinfoConsumers

      public io.lettuce.core.RedisFuture<List<Object>> xinfoConsumers(String s, String k1)
      指定者:
      xinfoConsumers 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xlen

      public io.lettuce.core.RedisFuture<Long> xlen(String s)
      指定者:
      xlen 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xpending

      public io.lettuce.core.RedisFuture<io.lettuce.core.models.stream.PendingMessages> xpending(String s, String k1)
      指定者:
      xpending 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xpending

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.models.stream.PendingMessage>> xpending(String s, String k1, io.lettuce.core.Range<String> range, io.lettuce.core.Limit limit)
      指定者:
      xpending 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xpending

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.models.stream.PendingMessage>> xpending(String s, io.lettuce.core.Consumer<String> consumer, io.lettuce.core.Range<String> range, io.lettuce.core.Limit limit)
      指定者:
      xpending 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xpending

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.models.stream.PendingMessage>> xpending(String s, io.lettuce.core.XPendingArgs<String> xPendingArgs)
      指定者:
      xpending 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xrange

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.StreamMessage<String,String>>> xrange(String s, io.lettuce.core.Range<String> range)
      指定者:
      xrange 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xrange

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.StreamMessage<String,String>>> xrange(String s, io.lettuce.core.Range<String> range, io.lettuce.core.Limit limit)
      指定者:
      xrange 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xread

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.StreamMessage<String,String>>> xread(io.lettuce.core.XReadArgs.StreamOffset<String>... streamOffsets)
      指定者:
      xread 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xread

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.StreamMessage<String,String>>> xread(io.lettuce.core.XReadArgs xReadArgs, io.lettuce.core.XReadArgs.StreamOffset<String>... streamOffsets)
      指定者:
      xread 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xreadgroup

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.StreamMessage<String,String>>> xreadgroup(io.lettuce.core.Consumer<String> consumer, io.lettuce.core.XReadArgs.StreamOffset<String>... streamOffsets)
      指定者:
      xreadgroup 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xreadgroup

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.StreamMessage<String,String>>> xreadgroup(io.lettuce.core.Consumer<String> consumer, io.lettuce.core.XReadArgs xReadArgs, io.lettuce.core.XReadArgs.StreamOffset<String>... streamOffsets)
      指定者:
      xreadgroup 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xrevrange

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.StreamMessage<String,String>>> xrevrange(String s, io.lettuce.core.Range<String> range)
      指定者:
      xrevrange 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xrevrange

      public io.lettuce.core.RedisFuture<List<io.lettuce.core.StreamMessage<String,String>>> xrevrange(String s, io.lettuce.core.Range<String> range, io.lettuce.core.Limit limit)
      指定者:
      xrevrange 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xtrim

      public io.lettuce.core.RedisFuture<Long> xtrim(String s, long l)
      指定者:
      xtrim 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xtrim

      public io.lettuce.core.RedisFuture<Long> xtrim(String s, boolean b, long l)
      指定者:
      xtrim 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • xtrim

      public io.lettuce.core.RedisFuture<Long> xtrim(String s, io.lettuce.core.XTrimArgs xTrimArgs)
      指定者:
      xtrim 在接口中 io.lettuce.core.api.async.RedisStreamAsyncCommands<String,String>
    • aclCat

      public io.lettuce.core.RedisFuture<Set<io.lettuce.core.AclCategory>> aclCat()
      指定者:
      aclCat 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclCat

      public io.lettuce.core.RedisFuture<Set<io.lettuce.core.protocol.CommandType>> aclCat(io.lettuce.core.AclCategory aclCategory)
      指定者:
      aclCat 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclDeluser

      public io.lettuce.core.RedisFuture<Long> aclDeluser(String... strings)
      指定者:
      aclDeluser 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclDryRun

      public io.lettuce.core.RedisFuture<String> aclDryRun(String s, String s1, String... strings)
      指定者:
      aclDryRun 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclDryRun

      public io.lettuce.core.RedisFuture<String> aclDryRun(String s, io.lettuce.core.protocol.RedisCommand<String,String,?> redisCommand)
      指定者:
      aclDryRun 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclGenpass

      public io.lettuce.core.RedisFuture<String> aclGenpass()
      指定者:
      aclGenpass 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclGenpass

      public io.lettuce.core.RedisFuture<String> aclGenpass(int i)
      指定者:
      aclGenpass 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclGetuser

      public io.lettuce.core.RedisFuture<List<Object>> aclGetuser(String s)
      指定者:
      aclGetuser 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclList

      public io.lettuce.core.RedisFuture<List<String>> aclList()
      指定者:
      aclList 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclLoad

      public io.lettuce.core.RedisFuture<String> aclLoad()
      指定者:
      aclLoad 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclLog

      public io.lettuce.core.RedisFuture<List<Map<String,Object>>> aclLog()
      指定者:
      aclLog 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclLog

      public io.lettuce.core.RedisFuture<List<Map<String,Object>>> aclLog(int i)
      指定者:
      aclLog 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclLogReset

      public io.lettuce.core.RedisFuture<String> aclLogReset()
      指定者:
      aclLogReset 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclSave

      public io.lettuce.core.RedisFuture<String> aclSave()
      指定者:
      aclSave 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclSetuser

      public io.lettuce.core.RedisFuture<String> aclSetuser(String s, io.lettuce.core.AclSetuserArgs aclSetuserArgs)
      指定者:
      aclSetuser 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclUsers

      public io.lettuce.core.RedisFuture<List<String>> aclUsers()
      指定者:
      aclUsers 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • aclWhoami

      public io.lettuce.core.RedisFuture<String> aclWhoami()
      指定者:
      aclWhoami 在接口中 io.lettuce.core.api.async.RedisAclAsyncCommands<String,String>
    • fcall

      public <T> io.lettuce.core.RedisFuture<T> fcall(String s, io.lettuce.core.ScriptOutputType scriptOutputType, String... strings)
      指定者:
      fcall 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • fcall

      public <T> io.lettuce.core.RedisFuture<T> fcall(String s, io.lettuce.core.ScriptOutputType scriptOutputType, String[] strings, String... strings2)
      指定者:
      fcall 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • fcallReadOnly

      public <T> io.lettuce.core.RedisFuture<T> fcallReadOnly(String s, io.lettuce.core.ScriptOutputType scriptOutputType, String... strings)
      指定者:
      fcallReadOnly 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • fcallReadOnly

      public <T> io.lettuce.core.RedisFuture<T> fcallReadOnly(String s, io.lettuce.core.ScriptOutputType scriptOutputType, String[] strings, String... strings2)
      指定者:
      fcallReadOnly 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • functionLoad

      public io.lettuce.core.RedisFuture<String> functionLoad(String s)
      指定者:
      functionLoad 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • functionLoad

      public io.lettuce.core.RedisFuture<String> functionLoad(String s, boolean b)
      指定者:
      functionLoad 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • functionDump

      public io.lettuce.core.RedisFuture<byte[]> functionDump()
      指定者:
      functionDump 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • functionRestore

      public io.lettuce.core.RedisFuture<String> functionRestore(byte[] bytes)
      指定者:
      functionRestore 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • functionRestore

      public io.lettuce.core.RedisFuture<String> functionRestore(byte[] bytes, io.lettuce.core.FunctionRestoreMode functionRestoreMode)
      指定者:
      functionRestore 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • functionFlush

      public io.lettuce.core.RedisFuture<String> functionFlush(io.lettuce.core.FlushMode flushMode)
      指定者:
      functionFlush 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • functionKill

      public io.lettuce.core.RedisFuture<String> functionKill()
      指定者:
      functionKill 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • functionList

      public io.lettuce.core.RedisFuture<List<Map<String,Object>>> functionList()
      指定者:
      functionList 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>
    • functionList

      public io.lettuce.core.RedisFuture<List<Map<String,Object>>> functionList(String s)
      指定者:
      functionList 在接口中 io.lettuce.core.api.async.RedisFunctionAsyncCommands<String,String>