类 ReactiveCommands

java.lang.Object
com.cdkjframework.redis.realize.ReactiveCommands
所有已实现的接口:
io.lettuce.core.api.reactive.BaseRedisReactiveCommands, io.lettuce.core.api.reactive.RedisAclReactiveCommands, io.lettuce.core.api.reactive.RedisFunctionReactiveCommands, io.lettuce.core.api.reactive.RedisGeoReactiveCommands, io.lettuce.core.api.reactive.RedisHashReactiveCommands, io.lettuce.core.api.reactive.RedisHLLReactiveCommands, io.lettuce.core.api.reactive.RedisKeyReactiveCommands, io.lettuce.core.api.reactive.RedisListReactiveCommands, io.lettuce.core.api.reactive.RedisReactiveCommands, io.lettuce.core.api.reactive.RedisScriptingReactiveCommands, io.lettuce.core.api.reactive.RedisServerReactiveCommands, io.lettuce.core.api.reactive.RedisSetReactiveCommands, io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands, io.lettuce.core.api.reactive.RedisStreamReactiveCommands, io.lettuce.core.api.reactive.RedisStringReactiveCommands, io.lettuce.core.api.reactive.RedisTransactionalReactiveCommands, io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands

public class ReactiveCommands extends Object implements io.lettuce.core.api.reactive.RedisReactiveCommands
  • 构造器详细资料

    • ReactiveCommands

      public ReactiveCommands()
  • 方法详细资料

    • setTimeout

      @Deprecated public void setTimeout(Duration duration)
      已过时。
      指定者:
      setTimeout 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
      参数:
      duration -
    • asking

      public reactor.core.publisher.Mono<String> asking()
      指定者:
      asking 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • auth

      public reactor.core.publisher.Mono<String> auth(CharSequence charSequence)
      指定者:
      auth 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
      指定者:
      auth 在接口中 io.lettuce.core.api.reactive.RedisReactiveCommands
    • auth

      public reactor.core.publisher.Mono<String> auth(String s, CharSequence charSequence)
      指定者:
      auth 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
      指定者:
      auth 在接口中 io.lettuce.core.api.reactive.RedisReactiveCommands
    • clusterAddSlots

      public reactor.core.publisher.Mono<String> clusterAddSlots(int... ints)
      指定者:
      clusterAddSlots 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterBumpepoch

      public reactor.core.publisher.Mono<String> clusterBumpepoch()
      指定者:
      clusterBumpepoch 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterCountFailureReports

      public reactor.core.publisher.Mono<Long> clusterCountFailureReports(String s)
      指定者:
      clusterCountFailureReports 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterCountKeysInSlot

      public reactor.core.publisher.Mono<Long> clusterCountKeysInSlot(int i)
      指定者:
      clusterCountKeysInSlot 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterDelSlots

      public reactor.core.publisher.Mono<String> clusterDelSlots(int... ints)
      指定者:
      clusterDelSlots 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterFailover

      public reactor.core.publisher.Mono<String> clusterFailover(boolean b)
      指定者:
      clusterFailover 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterFailover

      public reactor.core.publisher.Mono<String> clusterFailover(boolean b, boolean b1)
      指定者:
      clusterFailover 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterFlushslots

      public reactor.core.publisher.Mono<String> clusterFlushslots()
      指定者:
      clusterFlushslots 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterForget

      public reactor.core.publisher.Mono<String> clusterForget(String s)
      指定者:
      clusterForget 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterGetKeysInSlot

      public reactor.core.publisher.Flux clusterGetKeysInSlot(int i, int i1)
      指定者:
      clusterGetKeysInSlot 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterInfo

      public reactor.core.publisher.Mono<String> clusterInfo()
      指定者:
      clusterInfo 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterKeyslot

      public reactor.core.publisher.Mono<Long> clusterKeyslot(Object o)
      指定者:
      clusterKeyslot 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterMeet

      public reactor.core.publisher.Mono<String> clusterMeet(String s, int i)
      指定者:
      clusterMeet 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterMyId

      public reactor.core.publisher.Mono<String> clusterMyId()
      指定者:
      clusterMyId 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterNodes

      public reactor.core.publisher.Mono<String> clusterNodes()
      指定者:
      clusterNodes 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterReplicate

      public reactor.core.publisher.Mono<String> clusterReplicate(String s)
      指定者:
      clusterReplicate 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterReplicas

      public reactor.core.publisher.Flux<String> clusterReplicas(String s)
      指定者:
      clusterReplicas 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterReset

      public reactor.core.publisher.Mono<String> clusterReset(boolean b)
      指定者:
      clusterReset 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterSaveconfig

      public reactor.core.publisher.Mono<String> clusterSaveconfig()
      指定者:
      clusterSaveconfig 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterSetConfigEpoch

      public reactor.core.publisher.Mono<String> clusterSetConfigEpoch(long l)
      指定者:
      clusterSetConfigEpoch 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterSetSlotImporting

      public reactor.core.publisher.Mono<String> clusterSetSlotImporting(int i, String s)
      指定者:
      clusterSetSlotImporting 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterSetSlotMigrating

      public reactor.core.publisher.Mono<String> clusterSetSlotMigrating(int i, String s)
      指定者:
      clusterSetSlotMigrating 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterSetSlotNode

      public reactor.core.publisher.Mono<String> clusterSetSlotNode(int i, String s)
      指定者:
      clusterSetSlotNode 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterSetSlotStable

      public reactor.core.publisher.Mono<String> clusterSetSlotStable(int i)
      指定者:
      clusterSetSlotStable 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterShards

      public reactor.core.publisher.Mono<List<Object>> clusterShards()
      指定者:
      clusterShards 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterSlaves

      @Deprecated public reactor.core.publisher.Flux<String> clusterSlaves(String s)
      已过时。
      指定者:
      clusterSlaves 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
      参数:
      s -
    • clusterSlots

      public reactor.core.publisher.Flux<Object> clusterSlots()
      指定者:
      clusterSlots 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterDelSlotsRange

      public reactor.core.publisher.Mono<String> clusterDelSlotsRange(io.lettuce.core.Range[] ranges)
      指定者:
      clusterDelSlotsRange 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • clusterAddSlotsRange

      public reactor.core.publisher.Mono<String> clusterAddSlotsRange(io.lettuce.core.Range[] ranges)
      指定者:
      clusterAddSlotsRange 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • select

      public reactor.core.publisher.Mono<String> select(int i)
      指定者:
      select 在接口中 io.lettuce.core.api.reactive.RedisReactiveCommands
    • swapdb

      public reactor.core.publisher.Mono<String> swapdb(int i, int i1)
      指定者:
      swapdb 在接口中 io.lettuce.core.api.reactive.RedisReactiveCommands
    • getStatefulConnection

      @Deprecated public io.lettuce.core.api.StatefulRedisConnection getStatefulConnection()
      已过时。
      指定者:
      getStatefulConnection 在接口中 io.lettuce.core.api.reactive.RedisReactiveCommands
    • publish

      public reactor.core.publisher.Mono<Long> publish(Object o, Object o2)
      指定者:
      publish 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • pubsubChannels

      public reactor.core.publisher.Flux pubsubChannels()
      指定者:
      pubsubChannels 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • pubsubChannels

      public reactor.core.publisher.Flux pubsubChannels(Object o)
      指定者:
      pubsubChannels 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • pubsubNumsub

      public reactor.core.publisher.Mono<Map> pubsubNumsub(Object[] objects)
      指定者:
      pubsubNumsub 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • pubsubNumpat

      public reactor.core.publisher.Mono<Long> pubsubNumpat()
      指定者:
      pubsubNumpat 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • echo

      public reactor.core.publisher.Mono echo(Object o)
      指定者:
      echo 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • role

      public reactor.core.publisher.Flux<Object> role()
      指定者:
      role 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • ping

      public reactor.core.publisher.Mono<String> ping()
      指定者:
      ping 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • readOnly

      public reactor.core.publisher.Mono<String> readOnly()
      指定者:
      readOnly 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
      指定者:
      readOnly 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • readWrite

      public reactor.core.publisher.Mono<String> readWrite()
      指定者:
      readWrite 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
      指定者:
      readWrite 在接口中 io.lettuce.core.cluster.api.reactive.RedisClusterReactiveCommands
    • quit

      public reactor.core.publisher.Mono<String> quit()
      指定者:
      quit 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • waitForReplication

      public reactor.core.publisher.Mono<Long> waitForReplication(int i, long l)
      指定者:
      waitForReplication 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • isOpen

      @Deprecated public boolean isOpen()
      已过时。
      指定者:
      isOpen 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • reset

      @Deprecated public void reset()
      已过时。
      指定者:
      reset 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • setAutoFlushCommands

      @Deprecated public void setAutoFlushCommands(boolean b)
      已过时。
      指定者:
      setAutoFlushCommands 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
      参数:
      b -
    • flushCommands

      @Deprecated public void flushCommands()
      已过时。
      指定者:
      flushCommands 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • dispatch

      public reactor.core.publisher.Flux dispatch(io.lettuce.core.protocol.ProtocolKeyword protocolKeyword, io.lettuce.core.output.CommandOutput commandOutput, io.lettuce.core.protocol.CommandArgs commandArgs)
      指定者:
      dispatch 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • dispatch

      public reactor.core.publisher.Flux dispatch(io.lettuce.core.protocol.ProtocolKeyword protocolKeyword, io.lettuce.core.output.CommandOutput commandOutput)
      指定者:
      dispatch 在接口中 io.lettuce.core.api.reactive.BaseRedisReactiveCommands
    • aclCat

      public reactor.core.publisher.Mono<Set<io.lettuce.core.AclCategory>> aclCat()
      指定者:
      aclCat 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclCat

      public reactor.core.publisher.Mono<Set<io.lettuce.core.protocol.CommandType>> aclCat(io.lettuce.core.AclCategory aclCategory)
      指定者:
      aclCat 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclDeluser

      public reactor.core.publisher.Mono<Long> aclDeluser(String... strings)
      指定者:
      aclDeluser 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclDryRun

      public reactor.core.publisher.Mono<String> aclDryRun(String s, String s1, String... strings)
      指定者:
      aclDryRun 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclGenpass

      public reactor.core.publisher.Mono<String> aclGenpass()
      指定者:
      aclGenpass 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclGenpass

      public reactor.core.publisher.Mono<String> aclGenpass(int i)
      指定者:
      aclGenpass 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclGetuser

      public reactor.core.publisher.Mono<List<Object>> aclGetuser(String s)
      指定者:
      aclGetuser 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclList

      public reactor.core.publisher.Flux<String> aclList()
      指定者:
      aclList 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclLoad

      public reactor.core.publisher.Mono<String> aclLoad()
      指定者:
      aclLoad 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclLog

      public reactor.core.publisher.Flux<Map<String,Object>> aclLog()
      指定者:
      aclLog 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclLog

      public reactor.core.publisher.Flux<Map<String,Object>> aclLog(int i)
      指定者:
      aclLog 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclLogReset

      public reactor.core.publisher.Mono<String> aclLogReset()
      指定者:
      aclLogReset 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclSave

      public reactor.core.publisher.Mono<String> aclSave()
      指定者:
      aclSave 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclSetuser

      public reactor.core.publisher.Mono<String> aclSetuser(String s, io.lettuce.core.AclSetuserArgs aclSetuserArgs)
      指定者:
      aclSetuser 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclUsers

      public reactor.core.publisher.Flux<String> aclUsers()
      指定者:
      aclUsers 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclWhoami

      public reactor.core.publisher.Mono<String> aclWhoami()
      指定者:
      aclWhoami 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • aclDryRun

      public reactor.core.publisher.Mono<String> aclDryRun(String s, io.lettuce.core.protocol.RedisCommand redisCommand)
      指定者:
      aclDryRun 在接口中 io.lettuce.core.api.reactive.RedisAclReactiveCommands
    • fcall

      public reactor.core.publisher.Flux fcall(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      fcall 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • fcallReadOnly

      public reactor.core.publisher.Flux fcallReadOnly(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects)
      指定者:
      fcallReadOnly 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • fcallReadOnly

      public reactor.core.publisher.Flux fcallReadOnly(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      fcallReadOnly 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • fcall

      public reactor.core.publisher.Flux fcall(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects)
      指定者:
      fcall 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • functionLoad

      public reactor.core.publisher.Mono<String> functionLoad(String s)
      指定者:
      functionLoad 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • functionLoad

      public reactor.core.publisher.Mono<String> functionLoad(String s, boolean b)
      指定者:
      functionLoad 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • functionDump

      public reactor.core.publisher.Mono<byte[]> functionDump()
      指定者:
      functionDump 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • functionRestore

      public reactor.core.publisher.Mono<String> functionRestore(byte[] bytes)
      指定者:
      functionRestore 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • functionRestore

      public reactor.core.publisher.Mono<String> functionRestore(byte[] bytes, io.lettuce.core.FunctionRestoreMode functionRestoreMode)
      指定者:
      functionRestore 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • functionFlush

      public reactor.core.publisher.Mono<String> functionFlush(io.lettuce.core.FlushMode flushMode)
      指定者:
      functionFlush 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • functionKill

      public reactor.core.publisher.Mono<String> functionKill()
      指定者:
      functionKill 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • functionList

      public reactor.core.publisher.Flux<Map<String,Object>> functionList()
      指定者:
      functionList 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • functionList

      public reactor.core.publisher.Flux<Map<String,Object>> functionList(String s)
      指定者:
      functionList 在接口中 io.lettuce.core.api.reactive.RedisFunctionReactiveCommands
    • geoadd

      public reactor.core.publisher.Mono<Long> geoadd(Object o, double v, double v1, Object v2)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geoadd

      public reactor.core.publisher.Mono<Long> geoadd(Object o, double v, double v1, Object v2, io.lettuce.core.GeoAddArgs geoAddArgs)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geoadd

      public reactor.core.publisher.Mono<Long> geoadd(Object o, Object... objects)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geoadd

      public reactor.core.publisher.Mono<Long> geoadd(Object o, io.lettuce.core.GeoValue[] geoValues)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geoadd

      public reactor.core.publisher.Mono<Long> geoadd(Object o, io.lettuce.core.GeoAddArgs geoAddArgs, Object... objects)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geoadd

      public reactor.core.publisher.Mono<Long> geoadd(Object o, io.lettuce.core.GeoAddArgs geoAddArgs, io.lettuce.core.GeoValue[] geoValues)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geodist

      public reactor.core.publisher.Mono<Double> geodist(Object o, Object o2, Object v1, io.lettuce.core.GeoArgs.Unit unit)
      指定者:
      geodist 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geohash

      public reactor.core.publisher.Flux<io.lettuce.core.Value<String>> geohash(Object o, Object[] objects)
      指定者:
      geohash 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geopos

      public reactor.core.publisher.Flux<io.lettuce.core.Value<io.lettuce.core.GeoCoordinates>> geopos(Object o, Object[] objects)
      指定者:
      geopos 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • georadius

      public reactor.core.publisher.Flux georadius(Object o, double v, double v1, double v2, io.lettuce.core.GeoArgs.Unit unit)
      指定者:
      georadius 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • georadius

      public reactor.core.publisher.Flux<io.lettuce.core.GeoWithin> georadius(Object o, double v, double v1, double v2, io.lettuce.core.GeoArgs.Unit unit, io.lettuce.core.GeoArgs geoArgs)
      指定者:
      georadius 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • georadius

      public reactor.core.publisher.Mono<Long> georadius(Object o, double v, double v1, double v2, io.lettuce.core.GeoArgs.Unit unit, io.lettuce.core.GeoRadiusStoreArgs geoRadiusStoreArgs)
      指定者:
      georadius 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • georadiusbymember

      public reactor.core.publisher.Flux georadiusbymember(Object o, Object o2, double v1, io.lettuce.core.GeoArgs.Unit unit)
      指定者:
      georadiusbymember 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • georadiusbymember

      public reactor.core.publisher.Flux<io.lettuce.core.GeoWithin> georadiusbymember(Object o, Object o2, double v1, io.lettuce.core.GeoArgs.Unit unit, io.lettuce.core.GeoArgs geoArgs)
      指定者:
      georadiusbymember 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • georadiusbymember

      public reactor.core.publisher.Mono<Long> georadiusbymember(Object o, Object o2, double v1, io.lettuce.core.GeoArgs.Unit unit, io.lettuce.core.GeoRadiusStoreArgs geoRadiusStoreArgs)
      指定者:
      georadiusbymember 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geosearch

      public reactor.core.publisher.Flux geosearch(Object o, io.lettuce.core.GeoSearch.GeoRef geoRef, io.lettuce.core.GeoSearch.GeoPredicate geoPredicate)
      指定者:
      geosearch 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geosearch

      public reactor.core.publisher.Flux<io.lettuce.core.GeoWithin> geosearch(Object o, io.lettuce.core.GeoSearch.GeoRef geoRef, io.lettuce.core.GeoSearch.GeoPredicate geoPredicate, io.lettuce.core.GeoArgs geoArgs)
      指定者:
      geosearch 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • geosearchstore

      public reactor.core.publisher.Mono<Long> geosearchstore(Object o, Object k1, io.lettuce.core.GeoSearch.GeoRef geoRef, io.lettuce.core.GeoSearch.GeoPredicate geoPredicate, io.lettuce.core.GeoArgs geoArgs, boolean b)
      指定者:
      geosearchstore 在接口中 io.lettuce.core.api.reactive.RedisGeoReactiveCommands
    • pfadd

      public reactor.core.publisher.Mono<Long> pfadd(Object o, Object[] objects)
      指定者:
      pfadd 在接口中 io.lettuce.core.api.reactive.RedisHLLReactiveCommands
    • pfmerge

      public reactor.core.publisher.Mono<String> pfmerge(Object o, Object[] objects)
      指定者:
      pfmerge 在接口中 io.lettuce.core.api.reactive.RedisHLLReactiveCommands
    • pfcount

      public reactor.core.publisher.Mono<Long> pfcount(Object[] objects)
      指定者:
      pfcount 在接口中 io.lettuce.core.api.reactive.RedisHLLReactiveCommands
    • hdel

      public reactor.core.publisher.Mono<Long> hdel(Object o, Object[] objects)
      指定者:
      hdel 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hexists

      public reactor.core.publisher.Mono<Boolean> hexists(Object o, Object k1)
      指定者:
      hexists 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hget

      public reactor.core.publisher.Mono hget(Object o, Object k1)
      指定者:
      hget 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hincrby

      public reactor.core.publisher.Mono<Long> hincrby(Object o, Object k1, long l)
      指定者:
      hincrby 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hincrbyfloat

      public reactor.core.publisher.Mono<Double> hincrbyfloat(Object o, Object k1, double v)
      指定者:
      hincrbyfloat 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hgetall

      public reactor.core.publisher.Flux<io.lettuce.core.KeyValue> hgetall(Object o)
      指定者:
      hgetall 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hgetall

      @Deprecated public reactor.core.publisher.Mono<Long> hgetall(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o)
      已过时。
      指定者:
      hgetall 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
      参数:
      keyValueStreamingChannel -
      o -
    • hkeys

      public reactor.core.publisher.Flux hkeys(Object o)
      指定者:
      hkeys 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hkeys

      @Deprecated public reactor.core.publisher.Mono<Long> hkeys(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel, Object o)
      已过时。
      指定者:
      hkeys 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
      参数:
      keyStreamingChannel -
      o -
    • hlen

      public reactor.core.publisher.Mono<Long> hlen(Object o)
      指定者:
      hlen 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hmget

      public reactor.core.publisher.Flux<io.lettuce.core.KeyValue> hmget(Object o, Object[] objects)
      指定者:
      hmget 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hmget

      @Deprecated public reactor.core.publisher.Mono<Long> hmget(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o, Object[] objects)
      已过时。
      指定者:
      hmget 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
      参数:
      keyValueStreamingChannel -
      o -
      objects -
    • hmset

      public reactor.core.publisher.Mono<String> hmset(Object o, Map map)
      指定者:
      hmset 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hrandfield

      public reactor.core.publisher.Mono hrandfield(Object o)
      指定者:
      hrandfield 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hrandfield

      public reactor.core.publisher.Flux hrandfield(Object o, long l)
      指定者:
      hrandfield 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hrandfieldWithvalues

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> hrandfieldWithvalues(Object o)
      指定者:
      hrandfieldWithvalues 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hrandfieldWithvalues

      public reactor.core.publisher.Flux<io.lettuce.core.KeyValue> hrandfieldWithvalues(Object o, long l)
      指定者:
      hrandfieldWithvalues 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hscan

      public reactor.core.publisher.Mono<io.lettuce.core.MapScanCursor> hscan(Object o)
      指定者:
      hscan 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hscan

      public reactor.core.publisher.Mono<io.lettuce.core.MapScanCursor> hscan(Object o, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      hscan 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hscan

      public reactor.core.publisher.Mono<io.lettuce.core.MapScanCursor> hscan(Object o, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      hscan 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hscan

      public reactor.core.publisher.Mono<io.lettuce.core.MapScanCursor> hscan(Object o, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      hscan 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> hscan(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o)
      已过时。
      指定者:
      hscan 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
      参数:
      keyValueStreamingChannel -
      o -
    • hscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> hscan(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o, io.lettuce.core.ScanArgs scanArgs)
      已过时。
      指定者:
      hscan 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
      参数:
      keyValueStreamingChannel -
      o -
      scanArgs -
    • hscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> hscan(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      已过时。
      指定者:
      hscan 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
      参数:
      keyValueStreamingChannel -
      o -
      scanCursor -
      scanArgs -
    • hscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> hscan(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o, io.lettuce.core.ScanCursor scanCursor)
      已过时。
      指定者:
      hscan 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
      参数:
      keyValueStreamingChannel -
      o -
      scanCursor -
    • hset

      public reactor.core.publisher.Mono<Boolean> hset(Object o, Object k1, Object o2)
      指定者:
      hset 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hset

      public reactor.core.publisher.Mono<Long> hset(Object o, Map map)
      指定者:
      hset 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hsetnx

      public reactor.core.publisher.Mono<Boolean> hsetnx(Object o, Object k1, Object o2)
      指定者:
      hsetnx 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hstrlen

      public reactor.core.publisher.Mono<Long> hstrlen(Object o, Object k1)
      指定者:
      hstrlen 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hvals

      public reactor.core.publisher.Flux hvals(Object o)
      指定者:
      hvals 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
    • hvals

      @Deprecated public reactor.core.publisher.Mono<Long> hvals(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o)
      已过时。
      指定者:
      hvals 在接口中 io.lettuce.core.api.reactive.RedisHashReactiveCommands
      参数:
      valueStreamingChannel -
      o -
    • copy

      public reactor.core.publisher.Mono<Boolean> copy(Object o, Object k1)
      指定者:
      copy 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • copy

      public reactor.core.publisher.Mono<Boolean> copy(Object o, Object k1, io.lettuce.core.CopyArgs copyArgs)
      指定者:
      copy 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • del

      public reactor.core.publisher.Mono<Long> del(Object[] objects)
      指定者:
      del 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • unlink

      public reactor.core.publisher.Mono<Long> unlink(Object[] objects)
      指定者:
      unlink 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • dump

      public reactor.core.publisher.Mono<byte[]> dump(Object o)
      指定者:
      dump 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • exists

      public reactor.core.publisher.Mono<Long> exists(Object[] objects)
      指定者:
      exists 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expire

      public reactor.core.publisher.Mono<Boolean> expire(Object o, long l)
      指定者:
      expire 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expire

      public reactor.core.publisher.Mono<Boolean> expire(Object o, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expire 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expire

      public reactor.core.publisher.Mono<Boolean> expire(Object o, Duration duration)
      指定者:
      expire 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expire

      public reactor.core.publisher.Mono<Boolean> expire(Object o, Duration duration, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expire 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expireat

      public reactor.core.publisher.Mono<Boolean> expireat(Object o, long l)
      指定者:
      expireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expireat

      public reactor.core.publisher.Mono<Boolean> expireat(Object o, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expireat

      public reactor.core.publisher.Mono<Boolean> expireat(Object o, Date date)
      指定者:
      expireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expireat

      public reactor.core.publisher.Mono<Boolean> expireat(Object o, Date date, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expireat

      public reactor.core.publisher.Mono<Boolean> expireat(Object o, Instant instant)
      指定者:
      expireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expireat

      public reactor.core.publisher.Mono<Boolean> expireat(Object o, Instant instant, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • expiretime

      public reactor.core.publisher.Mono<Long> expiretime(Object o)
      指定者:
      expiretime 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • keys

      public reactor.core.publisher.Flux keys(Object o)
      指定者:
      keys 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • keys

      @Deprecated public reactor.core.publisher.Mono<Long> keys(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel, Object o)
      已过时。
      指定者:
      keys 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
      参数:
      keyStreamingChannel -
      o -
    • migrate

      public reactor.core.publisher.Mono<String> migrate(String s, int i, Object o, int i1, long l)
      指定者:
      migrate 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • migrate

      public reactor.core.publisher.Mono<String> migrate(String s, int i, int i1, long l, io.lettuce.core.MigrateArgs migrateArgs)
      指定者:
      migrate 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • move

      public reactor.core.publisher.Mono<Boolean> move(Object o, int i)
      指定者:
      move 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • objectEncoding

      public reactor.core.publisher.Mono<String> objectEncoding(Object o)
      指定者:
      objectEncoding 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • objectFreq

      public reactor.core.publisher.Mono<Long> objectFreq(Object o)
      指定者:
      objectFreq 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • objectIdletime

      public reactor.core.publisher.Mono<Long> objectIdletime(Object o)
      指定者:
      objectIdletime 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • objectRefcount

      public reactor.core.publisher.Mono<Long> objectRefcount(Object o)
      指定者:
      objectRefcount 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • persist

      public reactor.core.publisher.Mono<Boolean> persist(Object o)
      指定者:
      persist 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpire

      public reactor.core.publisher.Mono<Boolean> pexpire(Object o, long l)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpire

      public reactor.core.publisher.Mono<Boolean> pexpire(Object o, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpire

      public reactor.core.publisher.Mono<Boolean> pexpire(Object o, Duration duration)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpire

      public reactor.core.publisher.Mono<Boolean> pexpire(Object o, Duration duration, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpireat

      public reactor.core.publisher.Mono<Boolean> pexpireat(Object o, long l)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpireat

      public reactor.core.publisher.Mono<Boolean> pexpireat(Object o, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpireat

      public reactor.core.publisher.Mono<Boolean> pexpireat(Object o, Date date)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpireat

      public reactor.core.publisher.Mono<Boolean> pexpireat(Object o, Date date, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpireat

      public reactor.core.publisher.Mono<Boolean> pexpireat(Object o, Instant instant)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpireat

      public reactor.core.publisher.Mono<Boolean> pexpireat(Object o, Instant instant, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pexpiretime

      public reactor.core.publisher.Mono<Long> pexpiretime(Object o)
      指定者:
      pexpiretime 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • pttl

      public reactor.core.publisher.Mono<Long> pttl(Object o)
      指定者:
      pttl 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • randomkey

      public reactor.core.publisher.Mono randomkey()
      指定者:
      randomkey 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • rename

      public reactor.core.publisher.Mono<String> rename(Object o, Object k1)
      指定者:
      rename 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • renamenx

      public reactor.core.publisher.Mono<Boolean> renamenx(Object o, Object k1)
      指定者:
      renamenx 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • restore

      public reactor.core.publisher.Mono<String> restore(Object o, long l, byte[] bytes)
      指定者:
      restore 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • restore

      public reactor.core.publisher.Mono<String> restore(Object o, byte[] bytes, io.lettuce.core.RestoreArgs restoreArgs)
      指定者:
      restore 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • sort

      public reactor.core.publisher.Flux sort(Object o)
      指定者:
      sort 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • sort

      @Deprecated public reactor.core.publisher.Mono<Long> sort(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o)
      已过时。
      指定者:
      sort 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
      参数:
      valueStreamingChannel -
      o -
    • sort

      public reactor.core.publisher.Flux sort(Object o, io.lettuce.core.SortArgs sortArgs)
      指定者:
      sort 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • sort

      @Deprecated public reactor.core.publisher.Mono<Long> sort(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.SortArgs sortArgs)
      已过时。
      指定者:
      sort 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      sortArgs -
    • sortReadOnly

      public reactor.core.publisher.Flux sortReadOnly(Object o)
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • sortReadOnly

      @Deprecated public reactor.core.publisher.Mono<Long> sortReadOnly(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o)
      已过时。
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
      参数:
      valueStreamingChannel -
      o -
    • sortReadOnly

      public reactor.core.publisher.Flux sortReadOnly(Object o, io.lettuce.core.SortArgs sortArgs)
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • sortReadOnly

      @Deprecated public reactor.core.publisher.Mono<Long> sortReadOnly(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.SortArgs sortArgs)
      已过时。
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      sortArgs -
    • sortStore

      public reactor.core.publisher.Mono<Long> sortStore(Object o, io.lettuce.core.SortArgs sortArgs, Object k1)
      指定者:
      sortStore 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • touch

      public reactor.core.publisher.Mono<Long> touch(Object[] objects)
      指定者:
      touch 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • ttl

      public reactor.core.publisher.Mono<Long> ttl(Object o)
      指定者:
      ttl 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • type

      public reactor.core.publisher.Mono<String> type(Object o)
      指定者:
      type 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • scan

      public reactor.core.publisher.Mono<io.lettuce.core.KeyScanCursor> scan()
      指定者:
      scan 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • scan

      public reactor.core.publisher.Mono<io.lettuce.core.KeyScanCursor> scan(io.lettuce.core.ScanArgs scanArgs)
      指定者:
      scan 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • scan

      public reactor.core.publisher.Mono<io.lettuce.core.KeyScanCursor> scan(io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      scan 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • scan

      public reactor.core.publisher.Mono<io.lettuce.core.KeyScanCursor> scan(io.lettuce.core.ScanCursor scanCursor)
      指定者:
      scan 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
    • scan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> scan(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel)
      已过时。
      指定者:
      scan 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
      参数:
      keyStreamingChannel -
    • scan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> scan(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel, io.lettuce.core.ScanArgs scanArgs)
      已过时。
      指定者:
      scan 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
      参数:
      keyStreamingChannel -
      scanArgs -
    • scan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> scan(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      已过时。
      指定者:
      scan 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
      参数:
      keyStreamingChannel -
      scanCursor -
      scanArgs -
    • scan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> scan(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel, io.lettuce.core.ScanCursor scanCursor)
      已过时。
      指定者:
      scan 在接口中 io.lettuce.core.api.reactive.RedisKeyReactiveCommands
      参数:
      keyStreamingChannel -
      scanCursor -
    • blmove

      public reactor.core.publisher.Mono blmove(Object o, Object k1, io.lettuce.core.LMoveArgs lMoveArgs, long l)
      指定者:
      blmove 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • blmove

      public reactor.core.publisher.Mono blmove(Object o, Object k1, io.lettuce.core.LMoveArgs lMoveArgs, double v)
      指定者:
      blmove 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • blmpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> blmpop(long l, io.lettuce.core.LMPopArgs lmPopArgs, Object[] objects)
      指定者:
      blmpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • blmpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> blmpop(double v, io.lettuce.core.LMPopArgs lmPopArgs, Object[] objects)
      指定者:
      blmpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • blpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> blpop(long l, Object[] objects)
      指定者:
      blpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • blpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> blpop(double v, Object[] objects)
      指定者:
      blpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • brpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> brpop(long l, Object[] objects)
      指定者:
      brpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • brpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> brpop(double v, Object[] objects)
      指定者:
      brpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • brpoplpush

      public reactor.core.publisher.Mono brpoplpush(long l, Object o, Object k1)
      指定者:
      brpoplpush 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • brpoplpush

      public reactor.core.publisher.Mono brpoplpush(double v, Object o, Object k1)
      指定者:
      brpoplpush 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lindex

      public reactor.core.publisher.Mono lindex(Object o, long l)
      指定者:
      lindex 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • linsert

      public reactor.core.publisher.Mono<Long> linsert(Object o, boolean b, Object o2, Object v1)
      指定者:
      linsert 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • llen

      public reactor.core.publisher.Mono<Long> llen(Object o)
      指定者:
      llen 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lmove

      public reactor.core.publisher.Mono lmove(Object o, Object k1, io.lettuce.core.LMoveArgs lMoveArgs)
      指定者:
      lmove 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lmpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> lmpop(io.lettuce.core.LMPopArgs lmPopArgs, Object[] objects)
      指定者:
      lmpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lpop

      public reactor.core.publisher.Mono lpop(Object o)
      指定者:
      lpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lpop

      public reactor.core.publisher.Flux lpop(Object o, long l)
      指定者:
      lpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lpos

      public reactor.core.publisher.Mono<Long> lpos(Object o, Object o2)
      指定者:
      lpos 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lpos

      public reactor.core.publisher.Mono<Long> lpos(Object o, Object o2, io.lettuce.core.LPosArgs lPosArgs)
      指定者:
      lpos 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lpos

      public reactor.core.publisher.Flux<Long> lpos(Object o, Object o2, int i)
      指定者:
      lpos 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lpos

      public reactor.core.publisher.Flux<Long> lpos(Object o, Object o2, int i, io.lettuce.core.LPosArgs lPosArgs)
      指定者:
      lpos 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lpush

      public reactor.core.publisher.Mono<Long> lpush(Object o, Object[] objects)
      指定者:
      lpush 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lpushx

      public reactor.core.publisher.Mono<Long> lpushx(Object o, Object[] objects)
      指定者:
      lpushx 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lrange

      public reactor.core.publisher.Flux lrange(Object o, long l, long l1)
      指定者:
      lrange 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lrange

      @Deprecated public reactor.core.publisher.Mono<Long> lrange(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, long l, long l1)
      已过时。
      指定者:
      lrange 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      l -
      l1 -
    • lrem

      public reactor.core.publisher.Mono<Long> lrem(Object o, long l, Object o2)
      指定者:
      lrem 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • lset

      public reactor.core.publisher.Mono<String> lset(Object o, long l, Object o2)
      指定者:
      lset 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • ltrim

      public reactor.core.publisher.Mono<String> ltrim(Object o, long l, long l1)
      指定者:
      ltrim 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • rpop

      public reactor.core.publisher.Mono rpop(Object o)
      指定者:
      rpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • rpop

      public reactor.core.publisher.Flux rpop(Object o, long l)
      指定者:
      rpop 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • rpoplpush

      public reactor.core.publisher.Mono rpoplpush(Object o, Object k1)
      指定者:
      rpoplpush 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • rpush

      public reactor.core.publisher.Mono<Long> rpush(Object o, Object[] objects)
      指定者:
      rpush 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • rpushx

      public reactor.core.publisher.Mono<Long> rpushx(Object o, Object[] objects)
      指定者:
      rpushx 在接口中 io.lettuce.core.api.reactive.RedisListReactiveCommands
    • eval

      public reactor.core.publisher.Flux eval(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects)
      指定者:
      eval 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • eval

      public reactor.core.publisher.Flux eval(byte[] bytes, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects)
      指定者:
      eval 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • eval

      public reactor.core.publisher.Flux eval(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      eval 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • eval

      public reactor.core.publisher.Flux eval(byte[] bytes, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      eval 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • evalReadOnly

      public reactor.core.publisher.Flux evalReadOnly(byte[] bytes, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      evalReadOnly 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • evalsha

      public reactor.core.publisher.Flux evalsha(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects)
      指定者:
      evalsha 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • evalsha

      public reactor.core.publisher.Flux evalsha(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      evalsha 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • evalshaReadOnly

      public reactor.core.publisher.Flux evalshaReadOnly(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      evalshaReadOnly 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • scriptExists

      public reactor.core.publisher.Flux<Boolean> scriptExists(String... strings)
      指定者:
      scriptExists 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • scriptFlush

      public reactor.core.publisher.Mono<String> scriptFlush()
      指定者:
      scriptFlush 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • scriptFlush

      public reactor.core.publisher.Mono<String> scriptFlush(io.lettuce.core.FlushMode flushMode)
      指定者:
      scriptFlush 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • scriptKill

      public reactor.core.publisher.Mono<String> scriptKill()
      指定者:
      scriptKill 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • scriptLoad

      public reactor.core.publisher.Mono<String> scriptLoad(String s)
      指定者:
      scriptLoad 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • scriptLoad

      public reactor.core.publisher.Mono<String> scriptLoad(byte[] bytes)
      指定者:
      scriptLoad 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • digest

      public String digest(String s)
      指定者:
      digest 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • digest

      public String digest(byte[] bytes)
      指定者:
      digest 在接口中 io.lettuce.core.api.reactive.RedisScriptingReactiveCommands
    • bgrewriteaof

      public reactor.core.publisher.Mono<String> bgrewriteaof()
      指定者:
      bgrewriteaof 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • bgsave

      public reactor.core.publisher.Mono<String> bgsave()
      指定者:
      bgsave 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientCaching

      public reactor.core.publisher.Mono<String> clientCaching(boolean b)
      指定者:
      clientCaching 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientGetname

      public reactor.core.publisher.Mono clientGetname()
      指定者:
      clientGetname 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientGetredir

      public reactor.core.publisher.Mono<Long> clientGetredir()
      指定者:
      clientGetredir 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientId

      public reactor.core.publisher.Mono<Long> clientId()
      指定者:
      clientId 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientKill

      public reactor.core.publisher.Mono<String> clientKill(String s)
      指定者:
      clientKill 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientKill

      public reactor.core.publisher.Mono<Long> clientKill(io.lettuce.core.KillArgs killArgs)
      指定者:
      clientKill 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientList

      public reactor.core.publisher.Mono<String> clientList()
      指定者:
      clientList 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientList

      public reactor.core.publisher.Mono<String> clientList(io.lettuce.core.ClientListArgs clientListArgs)
      指定者:
      clientList 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientInfo

      public reactor.core.publisher.Mono<String> clientInfo()
      指定者:
      clientInfo 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientNoEvict

      public reactor.core.publisher.Mono<String> clientNoEvict(boolean b)
      指定者:
      clientNoEvict 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientPause

      public reactor.core.publisher.Mono<String> clientPause(long l)
      指定者:
      clientPause 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientSetname

      public reactor.core.publisher.Mono<String> clientSetname(Object o)
      指定者:
      clientSetname 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientSetinfo

      public reactor.core.publisher.Mono<String> clientSetinfo(String s, String s1)
      指定者:
      clientSetinfo 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientTracking

      public reactor.core.publisher.Mono<String> clientTracking(io.lettuce.core.TrackingArgs trackingArgs)
      指定者:
      clientTracking 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • clientUnblock

      public reactor.core.publisher.Mono<Long> clientUnblock(long l, io.lettuce.core.UnblockType unblockType)
      指定者:
      clientUnblock 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • command

      public reactor.core.publisher.Flux<Object> command()
      指定者:
      command 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • commandCount

      public reactor.core.publisher.Mono<Long> commandCount()
      指定者:
      commandCount 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • commandInfo

      public reactor.core.publisher.Flux<Object> commandInfo(String... strings)
      指定者:
      commandInfo 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • commandInfo

      public reactor.core.publisher.Flux<Object> commandInfo(io.lettuce.core.protocol.CommandType... commandTypes)
      指定者:
      commandInfo 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • configGet

      public reactor.core.publisher.Mono<Map<String,String>> configGet(String s)
      指定者:
      configGet 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • configGet

      public reactor.core.publisher.Mono<Map<String,String>> configGet(String... strings)
      指定者:
      configGet 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • configResetstat

      public reactor.core.publisher.Mono<String> configResetstat()
      指定者:
      configResetstat 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • configRewrite

      public reactor.core.publisher.Mono<String> configRewrite()
      指定者:
      configRewrite 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • configSet

      public reactor.core.publisher.Mono<String> configSet(String s, String s1)
      指定者:
      configSet 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • dbsize

      public reactor.core.publisher.Mono<Long> dbsize()
      指定者:
      dbsize 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • debugCrashAndRecover

      public reactor.core.publisher.Mono<String> debugCrashAndRecover(Long aLong)
      指定者:
      debugCrashAndRecover 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • debugHtstats

      public reactor.core.publisher.Mono<String> debugHtstats(int i)
      指定者:
      debugHtstats 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • debugObject

      public reactor.core.publisher.Mono<String> debugObject(Object o)
      指定者:
      debugObject 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • debugOom

      public reactor.core.publisher.Mono<Void> debugOom()
      指定者:
      debugOom 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • debugReload

      public reactor.core.publisher.Mono<String> debugReload()
      指定者:
      debugReload 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • debugRestart

      public reactor.core.publisher.Mono<String> debugRestart(Long aLong)
      指定者:
      debugRestart 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • debugSdslen

      public reactor.core.publisher.Mono<String> debugSdslen(Object o)
      指定者:
      debugSdslen 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • debugSegfault

      public reactor.core.publisher.Mono<Void> debugSegfault()
      指定者:
      debugSegfault 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • flushall

      public reactor.core.publisher.Mono<String> flushall()
      指定者:
      flushall 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • flushall

      public reactor.core.publisher.Mono<String> flushall(io.lettuce.core.FlushMode flushMode)
      指定者:
      flushall 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • flushallAsync

      @Deprecated public reactor.core.publisher.Mono<String> flushallAsync()
      已过时。
      指定者:
      flushallAsync 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • flushdb

      public reactor.core.publisher.Mono<String> flushdb()
      指定者:
      flushdb 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • flushdb

      public reactor.core.publisher.Mono<String> flushdb(io.lettuce.core.FlushMode flushMode)
      指定者:
      flushdb 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • flushdbAsync

      @Deprecated public reactor.core.publisher.Mono<String> flushdbAsync()
      已过时。
      指定者:
      flushdbAsync 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • info

      public reactor.core.publisher.Mono<String> info()
      指定者:
      info 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • info

      public reactor.core.publisher.Mono<String> info(String s)
      指定者:
      info 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • lastsave

      public reactor.core.publisher.Mono<Date> lastsave()
      指定者:
      lastsave 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • memoryUsage

      public reactor.core.publisher.Mono<Long> memoryUsage(Object o)
      指定者:
      memoryUsage 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • replicaof

      public reactor.core.publisher.Mono<String> replicaof(String s, int i)
      指定者:
      replicaof 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • replicaofNoOne

      public reactor.core.publisher.Mono<String> replicaofNoOne()
      指定者:
      replicaofNoOne 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • save

      public reactor.core.publisher.Mono<String> save()
      指定者:
      save 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • shutdown

      public reactor.core.publisher.Mono<Void> shutdown(boolean b)
      指定者:
      shutdown 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • shutdown

      public reactor.core.publisher.Mono<Void> shutdown(io.lettuce.core.ShutdownArgs shutdownArgs)
      指定者:
      shutdown 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • slaveof

      @Deprecated public reactor.core.publisher.Mono<String> slaveof(String s, int i)
      已过时。
      指定者:
      slaveof 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
      参数:
      s -
      i -
    • slaveofNoOne

      @Deprecated public reactor.core.publisher.Mono<String> slaveofNoOne()
      已过时。
      指定者:
      slaveofNoOne 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • slowlogGet

      public reactor.core.publisher.Flux<Object> slowlogGet()
      指定者:
      slowlogGet 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • slowlogGet

      public reactor.core.publisher.Flux<Object> slowlogGet(int i)
      指定者:
      slowlogGet 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • slowlogLen

      public reactor.core.publisher.Mono<Long> slowlogLen()
      指定者:
      slowlogLen 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • slowlogReset

      public reactor.core.publisher.Mono<String> slowlogReset()
      指定者:
      slowlogReset 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • time

      public reactor.core.publisher.Flux time()
      指定者:
      time 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • configSet

      public reactor.core.publisher.Mono<String> configSet(Map map)
      指定者:
      configSet 在接口中 io.lettuce.core.api.reactive.RedisServerReactiveCommands
    • sadd

      public reactor.core.publisher.Mono<Long> sadd(Object o, Object[] objects)
      指定者:
      sadd 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • scard

      public reactor.core.publisher.Mono<Long> scard(Object o)
      指定者:
      scard 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sdiff

      public reactor.core.publisher.Flux sdiff(Object[] objects)
      指定者:
      sdiff 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sdiff

      @Deprecated public reactor.core.publisher.Mono<Long> sdiff(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object[] objects)
      已过时。
      指定者:
      sdiff 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
      参数:
      valueStreamingChannel -
      objects -
    • sdiffstore

      public reactor.core.publisher.Mono<Long> sdiffstore(Object o, Object[] objects)
      指定者:
      sdiffstore 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sinter

      public reactor.core.publisher.Flux sinter(Object[] objects)
      指定者:
      sinter 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sinter

      @Deprecated public reactor.core.publisher.Mono<Long> sinter(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object[] objects)
      已过时。
      指定者:
      sinter 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
      参数:
      valueStreamingChannel -
      objects -
    • sintercard

      public reactor.core.publisher.Mono<Long> sintercard(Object[] objects)
      指定者:
      sintercard 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sintercard

      public reactor.core.publisher.Mono<Long> sintercard(long l, Object[] objects)
      指定者:
      sintercard 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sinterstore

      public reactor.core.publisher.Mono<Long> sinterstore(Object o, Object[] objects)
      指定者:
      sinterstore 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sismember

      public reactor.core.publisher.Mono<Boolean> sismember(Object o, Object o2)
      指定者:
      sismember 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • smembers

      public reactor.core.publisher.Flux smembers(Object o)
      指定者:
      smembers 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • smembers

      @Deprecated public reactor.core.publisher.Mono<Long> smembers(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o)
      已过时。
      指定者:
      smembers 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
    • smismember

      public reactor.core.publisher.Flux<Boolean> smismember(Object o, Object[] objects)
      指定者:
      smismember 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • smove

      public reactor.core.publisher.Mono<Boolean> smove(Object o, Object k1, Object o2)
      指定者:
      smove 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • spop

      public reactor.core.publisher.Mono spop(Object o)
      指定者:
      spop 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • spop

      public reactor.core.publisher.Flux spop(Object o, long l)
      指定者:
      spop 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • srandmember

      public reactor.core.publisher.Mono srandmember(Object o)
      指定者:
      srandmember 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • srandmember

      public reactor.core.publisher.Flux srandmember(Object o, long l)
      指定者:
      srandmember 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • srandmember

      @Deprecated public reactor.core.publisher.Mono<Long> srandmember(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, long l)
      已过时。
      指定者:
      srandmember 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      l -
    • srem

      public reactor.core.publisher.Mono<Long> srem(Object o, Object[] objects)
      指定者:
      srem 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sunion

      public reactor.core.publisher.Flux sunion(Object[] objects)
      指定者:
      sunion 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sunion

      @Deprecated public reactor.core.publisher.Mono<Long> sunion(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object[] objects)
      已过时。
      指定者:
      sunion 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
      参数:
      valueStreamingChannel -
      objects -
    • sunionstore

      public reactor.core.publisher.Mono<Long> sunionstore(Object o, Object[] objects)
      指定者:
      sunionstore 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sscan

      public reactor.core.publisher.Mono<io.lettuce.core.ValueScanCursor> sscan(Object o)
      指定者:
      sscan 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sscan

      public reactor.core.publisher.Mono<io.lettuce.core.ValueScanCursor> sscan(Object o, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      sscan 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sscan

      public reactor.core.publisher.Mono<io.lettuce.core.ValueScanCursor> sscan(Object o, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      sscan 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sscan

      public reactor.core.publisher.Mono<io.lettuce.core.ValueScanCursor> sscan(Object o, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      sscan 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
    • sscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> sscan(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o)
      已过时。
      指定者:
      sscan 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
    • sscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> sscan(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.ScanArgs scanArgs)
      已过时。
      指定者:
      sscan 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      scanArgs -
    • sscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> sscan(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      已过时。
      指定者:
      sscan 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      scanCursor -
      scanArgs -
    • sscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> sscan(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.ScanCursor scanCursor)
      已过时。
      指定者:
      sscan 在接口中 io.lettuce.core.api.reactive.RedisSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      scanCursor -
    • bzmpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> bzmpop(long l, io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • bzmpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> bzmpop(long l, long l1, io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • bzmpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> bzmpop(double v, io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • bzmpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> bzmpop(double v, int i, io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • bzpopmin

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> bzpopmin(long l, Object[] objects)
      指定者:
      bzpopmin 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • bzpopmin

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> bzpopmin(double v, Object[] objects)
      指定者:
      bzpopmin 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • bzpopmax

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> bzpopmax(long l, Object[] objects)
      指定者:
      bzpopmax 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • bzpopmax

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> bzpopmax(double v, Object[] objects)
      指定者:
      bzpopmax 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zadd

      public reactor.core.publisher.Mono<Long> zadd(Object o, double v, Object v1)
      指定者:
      zadd 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zadd

      public reactor.core.publisher.Mono<Long> zadd(Object o, Object... objects)
      指定者:
      zadd 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zadd

      public reactor.core.publisher.Mono<Long> zadd(Object o, io.lettuce.core.ScoredValue[] scoredValues)
      指定者:
      zadd 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zadd

      public reactor.core.publisher.Mono<Long> zadd(Object o, io.lettuce.core.ZAddArgs zAddArgs, double v, Object v1)
      指定者:
      zadd 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zadd

      public reactor.core.publisher.Mono<Long> zadd(Object o, io.lettuce.core.ZAddArgs zAddArgs, Object... objects)
      指定者:
      zadd 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zadd

      public reactor.core.publisher.Mono<Long> zadd(Object o, io.lettuce.core.ZAddArgs zAddArgs, io.lettuce.core.ScoredValue[] scoredValues)
      指定者:
      zadd 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zaddincr

      public reactor.core.publisher.Mono<Double> zaddincr(Object o, double v, Object v1)
      指定者:
      zaddincr 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zaddincr

      public reactor.core.publisher.Mono<Double> zaddincr(Object o, io.lettuce.core.ZAddArgs zAddArgs, double v, Object v1)
      指定者:
      zaddincr 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zcard

      public reactor.core.publisher.Mono<Long> zcard(Object o)
      指定者:
      zcard 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zcount

      @Deprecated public reactor.core.publisher.Mono<Long> zcount(Object o, double v, double v1)
      已过时。
      指定者:
      zcount 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      v -
      v1 -
    • zcount

      @Deprecated public reactor.core.publisher.Mono<Long> zcount(Object o, String s, String s1)
      已过时。
      指定者:
      zcount 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
    • zdiff

      public reactor.core.publisher.Flux zdiff(Object[] objects)
      指定者:
      zdiff 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zdiffstore

      public reactor.core.publisher.Mono<Long> zdiffstore(Object o, Object[] objects)
      指定者:
      zdiffstore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zdiffWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zdiffWithScores(Object[] objects)
      指定者:
      zdiffWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zincrby

      public reactor.core.publisher.Mono<Double> zincrby(Object o, double v, Object v1)
      指定者:
      zincrby 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zinter

      public reactor.core.publisher.Flux zinter(Object[] objects)
      指定者:
      zinter 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zinter

      public reactor.core.publisher.Flux zinter(io.lettuce.core.ZAggregateArgs zAggregateArgs, Object[] objects)
      指定者:
      zinter 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zintercard

      public reactor.core.publisher.Mono<Long> zintercard(Object[] objects)
      指定者:
      zintercard 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zintercard

      public reactor.core.publisher.Mono<Long> zintercard(long l, Object[] objects)
      指定者:
      zintercard 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zinterWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zinterWithScores(io.lettuce.core.ZAggregateArgs zAggregateArgs, Object[] objects)
      指定者:
      zinterWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zinterWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zinterWithScores(Object[] objects)
      指定者:
      zinterWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zinterstore

      public reactor.core.publisher.Mono<Long> zinterstore(Object o, Object[] objects)
      指定者:
      zinterstore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zinterstore

      public reactor.core.publisher.Mono<Long> zinterstore(Object o, io.lettuce.core.ZStoreArgs zStoreArgs, Object[] objects)
      指定者:
      zinterstore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zlexcount

      @Deprecated public reactor.core.publisher.Mono<Long> zlexcount(Object o, String s, String s1)
      已过时。
      指定者:
      zlexcount 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
    • zlexcount

      public reactor.core.publisher.Mono<Long> zlexcount(Object o, io.lettuce.core.Range range)
      指定者:
      zlexcount 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zmscore

      public reactor.core.publisher.Mono<List<Double>> zmscore(Object o, Object[] objects)
      指定者:
      zmscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zmpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> zmpop(io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      zmpop 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zmpop

      public reactor.core.publisher.Mono<io.lettuce.core.KeyValue> zmpop(int i, io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      zmpop 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zpopmin

      public reactor.core.publisher.Mono<io.lettuce.core.ScoredValue> zpopmin(Object o)
      指定者:
      zpopmin 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zpopmin

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zpopmin(Object o, long l)
      指定者:
      zpopmin 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zpopmax

      public reactor.core.publisher.Mono<io.lettuce.core.ScoredValue> zpopmax(Object o)
      指定者:
      zpopmax 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zpopmax

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zpopmax(Object o, long l)
      指定者:
      zpopmax 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrandmember

      public reactor.core.publisher.Mono zrandmember(Object o)
      指定者:
      zrandmember 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrandmember

      public reactor.core.publisher.Flux zrandmember(Object o, long l)
      指定者:
      zrandmember 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrandmemberWithScores

      public reactor.core.publisher.Mono<io.lettuce.core.ScoredValue> zrandmemberWithScores(Object o)
      指定者:
      zrandmemberWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrandmemberWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrandmemberWithScores(Object o, long l)
      指定者:
      zrandmemberWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrange

      public reactor.core.publisher.Flux zrange(Object o, long l, long l1)
      指定者:
      zrange 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrange

      @Deprecated public reactor.core.publisher.Mono<Long> zrange(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, long l, long l1)
      已过时。
      指定者:
      zrange 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      l -
      l1 -
    • zrangeWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrangeWithScores(Object o, long l, long l1)
      指定者:
      zrangeWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrangeWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrangeWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, long l, long l1)
      已过时。
      指定者:
      zrangeWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      l -
      l1 -
    • zrangebylex

      @Deprecated public reactor.core.publisher.Flux zrangebylex(Object o, String s, String s1)
      已过时。
      指定者:
      zrangebylex 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
    • zrangebylex

      public reactor.core.publisher.Flux zrangebylex(Object o, io.lettuce.core.Range range)
      指定者:
      zrangebylex 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrangebylex

      @Deprecated public reactor.core.publisher.Flux zrangebylex(Object o, String s, String s1, long l, long l1)
      已过时。
      指定者:
      zrangebylex 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
      l -
      l1 -
    • zrangebylex

      public reactor.core.publisher.Flux zrangebylex(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrangebylex 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrangebyscore

      @Deprecated public reactor.core.publisher.Flux zrangebyscore(Object o, double v, double v1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      v -
      v1 -
    • zrangebyscore

      @Deprecated public reactor.core.publisher.Flux zrangebyscore(Object o, String s, String s1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
    • zrangebyscore

      @Deprecated public reactor.core.publisher.Flux zrangebyscore(Object o, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      v -
      v1 -
      l -
      l1 -
    • zrangebyscore

      @Deprecated public reactor.core.publisher.Flux zrangebyscore(Object o, String s, String s1, long l, long l1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
      l -
      l1 -
    • zrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, double v, double v1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      v -
      v1 -
    • zrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, String s, String s1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      s -
      s1 -
    • zrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      v -
      v1 -
      l -
      l1 -
    • zrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, String s, String s1, long l, long l1)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      s -
      s1 -
      l -
      l1 -
    • zrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrangebyscoreWithScores(Object o, double v, double v1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      v -
      v1 -
    • zrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrangebyscoreWithScores(Object o, String s, String s1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
    • zrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrangebyscoreWithScores(Object o, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      v -
      v1 -
      l -
      l1 -
    • zrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrangebyscoreWithScores(Object o, String s, String s1, long l, long l1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
      l -
      l1 -
    • zrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, double v, double v1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      v -
      v1 -
    • zrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, String s, String s1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      s -
      s1 -
    • zrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      v -
      v1 -
      l -
      l1 -
    • zrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, String s, String s1, long l, long l1)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      s -
      s1 -
      l -
      l1 -
    • zrangestorebylex

      public reactor.core.publisher.Mono<Long> zrangestorebylex(Object o, Object k1, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrangestorebylex 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrank

      public reactor.core.publisher.Mono<Long> zrank(Object o, Object o2)
      指定者:
      zrank 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrankWithScore

      public reactor.core.publisher.Mono<io.lettuce.core.ScoredValue<Long>> zrankWithScore(Object o, Object o2)
      指定者:
      zrankWithScore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrem

      public reactor.core.publisher.Mono<Long> zrem(Object o, Object[] objects)
      指定者:
      zrem 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zremrangebylex

      @Deprecated public reactor.core.publisher.Mono<Long> zremrangebylex(Object o, String s, String s1)
      已过时。
      指定者:
      zremrangebylex 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
    • zremrangebylex

      public reactor.core.publisher.Mono<Long> zremrangebylex(Object o, io.lettuce.core.Range range)
      指定者:
      zremrangebylex 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zremrangebyrank

      public reactor.core.publisher.Mono<Long> zremrangebyrank(Object o, long l, long l1)
      指定者:
      zremrangebyrank 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zremrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zremrangebyscore(Object o, double v, double v1)
      已过时。
      指定者:
      zremrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      v -
      v1 -
    • zremrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zremrangebyscore(Object o, String s, String s1)
      已过时。
      指定者:
      zremrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
    • zrevrange

      public reactor.core.publisher.Flux zrevrange(Object o, long l, long l1)
      指定者:
      zrevrange 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrange

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrange(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, long l, long l1)
      已过时。
      指定者:
      zrevrange 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      l -
      l1 -
    • zrevrangeWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrevrangeWithScores(Object o, long l, long l1)
      指定者:
      zrevrangeWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrangeWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangeWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, long l, long l1)
      已过时。
      指定者:
      zrevrangeWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      l -
      l1 -
    • zrevrangebylex

      public reactor.core.publisher.Flux zrevrangebylex(Object o, io.lettuce.core.Range range)
      指定者:
      zrevrangebylex 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrangebylex

      @Deprecated public reactor.core.publisher.Flux zrevrangebylex(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      已过时。
      指定者:
      zrevrangebylex 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrangebyscore

      @Deprecated public reactor.core.publisher.Flux zrevrangebyscore(Object o, double v, double v1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      v -
      v1 -
    • zrevrangebyscore

      @Deprecated public reactor.core.publisher.Flux zrevrangebyscore(Object o, String s, String s1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
    • zrevrangebyscore

      @Deprecated public reactor.core.publisher.Flux zrevrangebyscore(Object o, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      v -
      v1 -
      l -
      l1 -
    • zrevrangebyscore

      @Deprecated public reactor.core.publisher.Flux zrevrangebyscore(Object o, String s, String s1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
      l -
      l1 -
    • zrevrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, double v, double v1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      v -
      v1 -
    • zrevrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, String s, String s1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      s -
      s1 -
    • zrevrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      v -
      v1 -
      l -
      l1 -
    • zrevrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, String s, String s1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      s -
      s1 -
      l -
      l1 -
    • zrevrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrevrangebyscoreWithScores(Object o, double v, double v1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      v -
      v1 -
    • zrevrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrevrangebyscoreWithScores(Object o, String s, String s1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
    • zrevrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrevrangebyscoreWithScores(Object o, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      v -
      v1 -
      l -
      l1 -
    • zrevrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrevrangebyscoreWithScores(Object o, String s, String s1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      o -
      s -
      s1 -
      l -
      l1 -
    • zrevrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, double v, double v1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      v -
      v1 -
    • zrevrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, String s, String s1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      s -
      s1 -
    • zrevrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, double v, double v1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      v -
      v1 -
      l -
      l1 -
    • zrevrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, String s, String s1, long l, long l1)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      s -
      s1 -
      l -
      l1 -
    • zrevrangestorebylex

      public reactor.core.publisher.Mono<Long> zrevrangestorebylex(Object o, Object k1, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangestorebylex 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrank

      public reactor.core.publisher.Mono<Long> zrevrank(Object o, Object o2)
      指定者:
      zrevrank 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrankWithScore

      public reactor.core.publisher.Mono<io.lettuce.core.ScoredValue<Long>> zrevrankWithScore(Object o, Object o2)
      指定者:
      zrevrankWithScore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zscan

      public reactor.core.publisher.Mono<io.lettuce.core.ScoredValueScanCursor> zscan(Object o)
      指定者:
      zscan 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zscan

      public reactor.core.publisher.Mono<io.lettuce.core.ScoredValueScanCursor> zscan(Object o, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      zscan 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zscan

      public reactor.core.publisher.Mono<io.lettuce.core.ScoredValueScanCursor> zscan(Object o, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      zscan 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zscan

      public reactor.core.publisher.Mono<io.lettuce.core.ScoredValueScanCursor> zscan(Object o, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      zscan 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> zscan(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o)
      已过时。
      指定者:
      zscan 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
    • zscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> zscan(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.ScanArgs scanArgs)
      已过时。
      指定者:
      zscan 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      scanArgs -
    • zscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> zscan(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      已过时。
      指定者:
      zscan 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      scanCursor -
      scanArgs -
    • zscan

      @Deprecated public reactor.core.publisher.Mono<io.lettuce.core.StreamScanCursor> zscan(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.ScanCursor scanCursor)
      已过时。
      指定者:
      zscan 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      scanCursor -
    • zscore

      public reactor.core.publisher.Mono<Double> zscore(Object o, Object o2)
      指定者:
      zscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zunion

      public reactor.core.publisher.Flux zunion(Object[] objects)
      指定者:
      zunion 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zunion

      public reactor.core.publisher.Flux zunion(io.lettuce.core.ZAggregateArgs zAggregateArgs, Object[] objects)
      指定者:
      zunion 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zunionWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zunionWithScores(io.lettuce.core.ZAggregateArgs zAggregateArgs, Object[] objects)
      指定者:
      zunionWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zunionWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zunionWithScores(Object[] objects)
      指定者:
      zunionWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zunionstore

      public reactor.core.publisher.Mono<Long> zunionstore(Object o, Object[] objects)
      指定者:
      zunionstore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zunionstore

      public reactor.core.publisher.Mono<Long> zunionstore(Object o, io.lettuce.core.ZStoreArgs zStoreArgs, Object[] objects)
      指定者:
      zunionstore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrangestorebyscore

      public reactor.core.publisher.Mono<Long> zrevrangestorebyscore(Object o, Object k1, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangestorebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrangestore

      public reactor.core.publisher.Mono<Long> zrevrangestore(Object o, Object k1, io.lettuce.core.Range range)
      指定者:
      zrevrangestore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      range -
      limit -
    • zrevrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.Range range)
      已过时。
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      range -
    • zrevrangebyscoreWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrevrangebyscoreWithScores(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrangebyscoreWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrevrangebyscoreWithScores(Object o, io.lettuce.core.Range range)
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      range -
      limit -
    • zrevrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.Range range)
      已过时。
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      range -
    • zrevrangebyscore

      public reactor.core.publisher.Flux zrevrangebyscore(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrevrangebyscore

      public reactor.core.publisher.Flux zrevrangebyscore(Object o, io.lettuce.core.Range range)
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zremrangebyscore

      public reactor.core.publisher.Mono<Long> zremrangebyscore(Object o, io.lettuce.core.Range range)
      指定者:
      zremrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrangestorebyscore

      public reactor.core.publisher.Mono<Long> zrangestorebyscore(Object o, Object k1, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrangestorebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrangestore

      public reactor.core.publisher.Mono<Long> zrangestore(Object o, Object k1, io.lettuce.core.Range range)
      指定者:
      zrangestore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      range -
      limit -
    • zrangebyscoreWithScores

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.Range range)
      已过时。
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      scoredValueStreamingChannel -
      o -
      range -
    • zrangebyscoreWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrangebyscoreWithScores(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrangebyscoreWithScores

      public reactor.core.publisher.Flux<io.lettuce.core.ScoredValue> zrangebyscoreWithScores(Object o, io.lettuce.core.Range range)
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      range -
      limit -
    • zrangebyscore

      @Deprecated public reactor.core.publisher.Mono<Long> zrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.Range range)
      已过时。
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
      参数:
      valueStreamingChannel -
      o -
      range -
    • zrangebyscore

      public reactor.core.publisher.Flux zrangebyscore(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zrangebyscore

      public reactor.core.publisher.Flux zrangebyscore(Object o, io.lettuce.core.Range range)
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • zcount

      public reactor.core.publisher.Mono<Long> zcount(Object o, io.lettuce.core.Range range)
      指定者:
      zcount 在接口中 io.lettuce.core.api.reactive.RedisSortedSetReactiveCommands
    • xack

      public reactor.core.publisher.Mono<Long> xack(Object o, Object k1, String... strings)
      指定者:
      xack 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xadd

      public reactor.core.publisher.Mono<String> xadd(Object o, Map map)
      指定者:
      xadd 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xadd

      public reactor.core.publisher.Mono<String> xadd(Object o, io.lettuce.core.XAddArgs xAddArgs, Map map)
      指定者:
      xadd 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xadd

      public reactor.core.publisher.Mono<String> xadd(Object o, Object... objects)
      指定者:
      xadd 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xadd

      public reactor.core.publisher.Mono<String> xadd(Object o, io.lettuce.core.XAddArgs xAddArgs, Object... objects)
      指定者:
      xadd 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xautoclaim

      public reactor.core.publisher.Mono<io.lettuce.core.models.stream.ClaimedMessages> xautoclaim(Object o, io.lettuce.core.XAutoClaimArgs xAutoClaimArgs)
      指定者:
      xautoclaim 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xclaim

      public reactor.core.publisher.Flux<io.lettuce.core.StreamMessage> xclaim(Object o, io.lettuce.core.Consumer consumer, long l, String... strings)
      指定者:
      xclaim 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xclaim

      public reactor.core.publisher.Flux<io.lettuce.core.StreamMessage> xclaim(Object o, io.lettuce.core.Consumer consumer, io.lettuce.core.XClaimArgs xClaimArgs, String... strings)
      指定者:
      xclaim 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xdel

      public reactor.core.publisher.Mono<Long> xdel(Object o, String... strings)
      指定者:
      xdel 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xgroupCreate

      public reactor.core.publisher.Mono<String> xgroupCreate(io.lettuce.core.XReadArgs.StreamOffset streamOffset, Object o)
      指定者:
      xgroupCreate 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xgroupCreate

      public reactor.core.publisher.Mono<String> xgroupCreate(io.lettuce.core.XReadArgs.StreamOffset streamOffset, Object o, io.lettuce.core.XGroupCreateArgs xGroupCreateArgs)
      指定者:
      xgroupCreate 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xgroupCreateconsumer

      public reactor.core.publisher.Mono<Boolean> xgroupCreateconsumer(Object o, io.lettuce.core.Consumer consumer)
      指定者:
      xgroupCreateconsumer 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xgroupDelconsumer

      public reactor.core.publisher.Mono<Long> xgroupDelconsumer(Object o, io.lettuce.core.Consumer consumer)
      指定者:
      xgroupDelconsumer 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xgroupDestroy

      public reactor.core.publisher.Mono<Boolean> xgroupDestroy(Object o, Object k1)
      指定者:
      xgroupDestroy 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xgroupSetid

      public reactor.core.publisher.Mono<String> xgroupSetid(io.lettuce.core.XReadArgs.StreamOffset streamOffset, Object o)
      指定者:
      xgroupSetid 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xinfoStream

      public reactor.core.publisher.Flux<Object> xinfoStream(Object o)
      指定者:
      xinfoStream 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xinfoGroups

      public reactor.core.publisher.Flux<Object> xinfoGroups(Object o)
      指定者:
      xinfoGroups 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xinfoConsumers

      public reactor.core.publisher.Flux<Object> xinfoConsumers(Object o, Object k1)
      指定者:
      xinfoConsumers 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xlen

      public reactor.core.publisher.Mono<Long> xlen(Object o)
      指定者:
      xlen 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xpending

      public reactor.core.publisher.Mono<io.lettuce.core.models.stream.PendingMessages> xpending(Object o, Object k1)
      指定者:
      xpending 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xpending

      public reactor.core.publisher.Flux<io.lettuce.core.models.stream.PendingMessage> xpending(Object o, io.lettuce.core.XPendingArgs xPendingArgs)
      指定者:
      xpending 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xread

      public reactor.core.publisher.Flux<io.lettuce.core.StreamMessage> xread(io.lettuce.core.XReadArgs.StreamOffset[] streamOffsets)
      指定者:
      xread 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xread

      public reactor.core.publisher.Flux<io.lettuce.core.StreamMessage> xread(io.lettuce.core.XReadArgs xReadArgs, io.lettuce.core.XReadArgs.StreamOffset[] streamOffsets)
      指定者:
      xread 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xreadgroup

      public reactor.core.publisher.Flux<io.lettuce.core.StreamMessage> xreadgroup(io.lettuce.core.Consumer consumer, io.lettuce.core.XReadArgs.StreamOffset[] streamOffsets)
      指定者:
      xreadgroup 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xreadgroup

      public reactor.core.publisher.Flux<io.lettuce.core.StreamMessage> xreadgroup(io.lettuce.core.Consumer consumer, io.lettuce.core.XReadArgs xReadArgs, io.lettuce.core.XReadArgs.StreamOffset[] streamOffsets)
      指定者:
      xreadgroup 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xtrim

      public reactor.core.publisher.Mono<Long> xtrim(Object o, long l)
      指定者:
      xtrim 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xtrim

      public reactor.core.publisher.Mono<Long> xtrim(Object o, boolean b, long l)
      指定者:
      xtrim 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xtrim

      public reactor.core.publisher.Mono<Long> xtrim(Object o, io.lettuce.core.XTrimArgs xTrimArgs)
      指定者:
      xtrim 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xrevrange

      public reactor.core.publisher.Flux<io.lettuce.core.StreamMessage> xrevrange(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      xrevrange 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xrevrange

      public reactor.core.publisher.Flux<io.lettuce.core.StreamMessage> xrevrange(Object o, io.lettuce.core.Range range)
      指定者:
      xrevrange 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xrange

      public reactor.core.publisher.Flux<io.lettuce.core.StreamMessage> xrange(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      xrange 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xrange

      public reactor.core.publisher.Flux<io.lettuce.core.StreamMessage> xrange(Object o, io.lettuce.core.Range range)
      指定者:
      xrange 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xpending

      public reactor.core.publisher.Flux<io.lettuce.core.models.stream.PendingMessage> xpending(Object o, io.lettuce.core.Consumer consumer, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      xpending 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • xpending

      public reactor.core.publisher.Flux<io.lettuce.core.models.stream.PendingMessage> xpending(Object o, Object k1, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      xpending 在接口中 io.lettuce.core.api.reactive.RedisStreamReactiveCommands
    • append

      public reactor.core.publisher.Mono<Long> append(Object o, Object o2)
      指定者:
      append 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • bitcount

      public reactor.core.publisher.Mono<Long> bitcount(Object o)
      指定者:
      bitcount 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • bitcount

      public reactor.core.publisher.Mono<Long> bitcount(Object o, long l, long l1)
      指定者:
      bitcount 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • bitfield

      public reactor.core.publisher.Flux<io.lettuce.core.Value<Long>> bitfield(Object o, io.lettuce.core.BitFieldArgs bitFieldArgs)
      指定者:
      bitfield 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • bitpos

      public reactor.core.publisher.Mono<Long> bitpos(Object o, boolean b)
      指定者:
      bitpos 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • bitpos

      public reactor.core.publisher.Mono<Long> bitpos(Object o, boolean b, long l)
      指定者:
      bitpos 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • bitpos

      public reactor.core.publisher.Mono<Long> bitpos(Object o, boolean b, long l, long l1)
      指定者:
      bitpos 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • bitopAnd

      public reactor.core.publisher.Mono<Long> bitopAnd(Object o, Object[] objects)
      指定者:
      bitopAnd 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • bitopNot

      public reactor.core.publisher.Mono<Long> bitopNot(Object o, Object k1)
      指定者:
      bitopNot 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • bitopOr

      public reactor.core.publisher.Mono<Long> bitopOr(Object o, Object[] objects)
      指定者:
      bitopOr 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • bitopXor

      public reactor.core.publisher.Mono<Long> bitopXor(Object o, Object[] objects)
      指定者:
      bitopXor 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • decr

      public reactor.core.publisher.Mono<Long> decr(Object o)
      指定者:
      decr 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • decrby

      public reactor.core.publisher.Mono<Long> decrby(Object o, long l)
      指定者:
      decrby 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • get

      public reactor.core.publisher.Mono get(Object o)
      指定者:
      get 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • getbit

      public reactor.core.publisher.Mono<Long> getbit(Object o, long l)
      指定者:
      getbit 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • getdel

      public reactor.core.publisher.Mono getdel(Object o)
      指定者:
      getdel 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • getex

      public reactor.core.publisher.Mono getex(Object o, io.lettuce.core.GetExArgs getExArgs)
      指定者:
      getex 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • getrange

      public reactor.core.publisher.Mono getrange(Object o, long l, long l1)
      指定者:
      getrange 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • getset

      public reactor.core.publisher.Mono getset(Object o, Object o2)
      指定者:
      getset 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • incr

      public reactor.core.publisher.Mono<Long> incr(Object o)
      指定者:
      incr 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • incrby

      public reactor.core.publisher.Mono<Long> incrby(Object o, long l)
      指定者:
      incrby 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • incrbyfloat

      public reactor.core.publisher.Mono<Double> incrbyfloat(Object o, double v)
      指定者:
      incrbyfloat 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • mget

      public reactor.core.publisher.Flux<io.lettuce.core.KeyValue> mget(Object[] objects)
      指定者:
      mget 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • mget

      @Deprecated public reactor.core.publisher.Mono<Long> mget(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object[] objects)
      已过时。
      指定者:
      mget 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
      参数:
      keyValueStreamingChannel -
      objects -
    • mset

      public reactor.core.publisher.Mono<String> mset(Map map)
      指定者:
      mset 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • msetnx

      public reactor.core.publisher.Mono<Boolean> msetnx(Map map)
      指定者:
      msetnx 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • set

      public reactor.core.publisher.Mono<String> set(Object o, Object o2)
      指定者:
      set 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • set

      public reactor.core.publisher.Mono<String> set(Object o, Object o2, io.lettuce.core.SetArgs setArgs)
      指定者:
      set 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • setGet

      public reactor.core.publisher.Mono setGet(Object o, Object o2)
      指定者:
      setGet 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • setGet

      public reactor.core.publisher.Mono setGet(Object o, Object o2, io.lettuce.core.SetArgs setArgs)
      指定者:
      setGet 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • setbit

      public reactor.core.publisher.Mono<Long> setbit(Object o, long l, int i)
      指定者:
      setbit 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • setex

      public reactor.core.publisher.Mono<String> setex(Object o, long l, Object o2)
      指定者:
      setex 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • psetex

      public reactor.core.publisher.Mono<String> psetex(Object o, long l, Object o2)
      指定者:
      psetex 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • setnx

      public reactor.core.publisher.Mono<Boolean> setnx(Object o, Object o2)
      指定者:
      setnx 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • setrange

      public reactor.core.publisher.Mono<Long> setrange(Object o, long l, Object o2)
      指定者:
      setrange 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • stralgoLcs

      public reactor.core.publisher.Mono<io.lettuce.core.StringMatchResult> stralgoLcs(io.lettuce.core.StrAlgoArgs strAlgoArgs)
      指定者:
      stralgoLcs 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • strlen

      public reactor.core.publisher.Mono<Long> strlen(Object o)
      指定者:
      strlen 在接口中 io.lettuce.core.api.reactive.RedisStringReactiveCommands
    • discard

      public reactor.core.publisher.Mono<String> discard()
      指定者:
      discard 在接口中 io.lettuce.core.api.reactive.RedisTransactionalReactiveCommands
    • exec

      public reactor.core.publisher.Mono<io.lettuce.core.TransactionResult> exec()
      指定者:
      exec 在接口中 io.lettuce.core.api.reactive.RedisTransactionalReactiveCommands
    • multi

      public reactor.core.publisher.Mono<String> multi()
      指定者:
      multi 在接口中 io.lettuce.core.api.reactive.RedisTransactionalReactiveCommands
    • watch

      public reactor.core.publisher.Mono<String> watch(Object[] objects)
      指定者:
      watch 在接口中 io.lettuce.core.api.reactive.RedisTransactionalReactiveCommands
    • unwatch

      public reactor.core.publisher.Mono<String> unwatch()
      指定者:
      unwatch 在接口中 io.lettuce.core.api.reactive.RedisTransactionalReactiveCommands