类 SearchCommands

java.lang.Object
com.cdkjframework.redis.realize.SearchCommands
所有已实现的接口:
com.redislabs.lettusearch.AggregateCommands, com.redislabs.lettusearch.IndexCommands, com.redislabs.lettusearch.RediSearchCommands, com.redislabs.lettusearch.SearchCommands, com.redislabs.lettusearch.SuggestCommands, io.lettuce.core.api.sync.BaseRedisCommands, io.lettuce.core.api.sync.RedisAclCommands, io.lettuce.core.api.sync.RedisCommands, io.lettuce.core.api.sync.RedisFunctionCommands, io.lettuce.core.api.sync.RedisGeoCommands, io.lettuce.core.api.sync.RedisHashCommands, io.lettuce.core.api.sync.RedisHLLCommands, io.lettuce.core.api.sync.RedisKeyCommands, io.lettuce.core.api.sync.RedisListCommands, io.lettuce.core.api.sync.RedisScriptingCommands, io.lettuce.core.api.sync.RedisServerCommands, io.lettuce.core.api.sync.RedisSetCommands, io.lettuce.core.api.sync.RedisSortedSetCommands, io.lettuce.core.api.sync.RedisStreamCommands, io.lettuce.core.api.sync.RedisStringCommands, io.lettuce.core.api.sync.RedisTransactionalCommands, io.lettuce.core.cluster.api.sync.RedisClusterCommands

public class SearchCommands extends Object implements com.redislabs.lettusearch.RediSearchCommands
  • 构造器详细资料

    • SearchCommands

      public SearchCommands()
  • 方法详细资料

    • setTimeout

      public void setTimeout(Duration duration)
      指定者:
      setTimeout 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterBumpepoch

      public String clusterBumpepoch()
      指定者:
      clusterBumpepoch 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterMeet

      public String clusterMeet(String s, int i)
      指定者:
      clusterMeet 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterForget

      public String clusterForget(String s)
      指定者:
      clusterForget 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterAddSlots

      public String clusterAddSlots(int... ints)
      指定者:
      clusterAddSlots 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterDelSlots

      public String clusterDelSlots(int... ints)
      指定者:
      clusterDelSlots 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterDelSlotsRange

      public String clusterDelSlotsRange(io.lettuce.core.Range[] ranges)
      指定者:
      clusterDelSlotsRange 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterSetSlotNode

      public String clusterSetSlotNode(int i, String s)
      指定者:
      clusterSetSlotNode 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterSetSlotStable

      public String clusterSetSlotStable(int i)
      指定者:
      clusterSetSlotStable 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterShards

      public List<Object> clusterShards()
      指定者:
      clusterShards 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterSetSlotMigrating

      public String clusterSetSlotMigrating(int i, String s)
      指定者:
      clusterSetSlotMigrating 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterSetSlotImporting

      public String clusterSetSlotImporting(int i, String s)
      指定者:
      clusterSetSlotImporting 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterInfo

      public String clusterInfo()
      指定者:
      clusterInfo 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterMyId

      public String clusterMyId()
      指定者:
      clusterMyId 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterNodes

      public String clusterNodes()
      指定者:
      clusterNodes 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterSlaves

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

      public List clusterGetKeysInSlot(int i, int i1)
      指定者:
      clusterGetKeysInSlot 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterCountKeysInSlot

      public Long clusterCountKeysInSlot(int i)
      指定者:
      clusterCountKeysInSlot 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterAddSlotsRange

      public String clusterAddSlotsRange(io.lettuce.core.Range[] ranges)
      指定者:
      clusterAddSlotsRange 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterCountFailureReports

      public Long clusterCountFailureReports(String s)
      指定者:
      clusterCountFailureReports 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterKeyslot

      public Long clusterKeyslot(Object o)
      指定者:
      clusterKeyslot 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterSaveconfig

      public String clusterSaveconfig()
      指定者:
      clusterSaveconfig 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterSetConfigEpoch

      public String clusterSetConfigEpoch(long l)
      指定者:
      clusterSetConfigEpoch 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterSlots

      public List<Object> clusterSlots()
      指定者:
      clusterSlots 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • asking

      public String asking()
      指定者:
      asking 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterReplicate

      public String clusterReplicate(String s)
      指定者:
      clusterReplicate 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterReplicas

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

      public String clusterFailover(boolean b)
      指定者:
      clusterFailover 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterFailover

      public String clusterFailover(boolean b, boolean b1)
      指定者:
      clusterFailover 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterReset

      public String clusterReset(boolean b)
      指定者:
      clusterReset 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • clusterFlushslots

      public String clusterFlushslots()
      指定者:
      clusterFlushslots 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • auth

      public String auth(CharSequence charSequence)
      指定者:
      auth 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
      指定者:
      auth 在接口中 io.lettuce.core.api.sync.RedisCommands
    • auth

      public String auth(String s, CharSequence charSequence)
      指定者:
      auth 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
      指定者:
      auth 在接口中 io.lettuce.core.api.sync.RedisCommands
    • select

      public String select(int i)
      指定者:
      select 在接口中 io.lettuce.core.api.sync.RedisCommands
    • swapdb

      public String swapdb(int i, int i1)
      指定者:
      swapdb 在接口中 io.lettuce.core.api.sync.RedisCommands
    • getStatefulConnection

      public com.redislabs.lettusearch.StatefulRediSearchConnection getStatefulConnection()
      指定者:
      getStatefulConnection 在接口中 io.lettuce.core.api.sync.RedisCommands
      指定者:
      getStatefulConnection 在接口中 com.redislabs.lettusearch.RediSearchCommands
    • aggregate

      public com.redislabs.lettusearch.AggregateResults aggregate(Object index, Object query)
      指定者:
      aggregate 在接口中 com.redislabs.lettusearch.AggregateCommands
    • aggregate

      public com.redislabs.lettusearch.AggregateResults aggregate(Object index, Object query, com.redislabs.lettusearch.AggregateOptions options)
      指定者:
      aggregate 在接口中 com.redislabs.lettusearch.AggregateCommands
    • aggregate

      public com.redislabs.lettusearch.AggregateWithCursorResults aggregate(Object index, Object query, com.redislabs.lettusearch.Cursor cursor)
      指定者:
      aggregate 在接口中 com.redislabs.lettusearch.AggregateCommands
    • aggregate

      public com.redislabs.lettusearch.AggregateWithCursorResults aggregate(Object index, Object query, com.redislabs.lettusearch.Cursor cursor, com.redislabs.lettusearch.AggregateOptions options)
      指定者:
      aggregate 在接口中 com.redislabs.lettusearch.AggregateCommands
    • cursorRead

      public com.redislabs.lettusearch.AggregateWithCursorResults cursorRead(Object index, long cursor)
      指定者:
      cursorRead 在接口中 com.redislabs.lettusearch.AggregateCommands
    • cursorRead

      public com.redislabs.lettusearch.AggregateWithCursorResults cursorRead(Object index, long cursor, long count)
      指定者:
      cursorRead 在接口中 com.redislabs.lettusearch.AggregateCommands
    • cursorDelete

      public String cursorDelete(Object index, long cursor)
      指定者:
      cursorDelete 在接口中 com.redislabs.lettusearch.AggregateCommands
    • create

      public String create(Object index, com.redislabs.lettusearch.Field[] fields)
      指定者:
      create 在接口中 com.redislabs.lettusearch.IndexCommands
    • create

      public String create(Object index, com.redislabs.lettusearch.CreateOptions options, com.redislabs.lettusearch.Field[] fields)
      指定者:
      create 在接口中 com.redislabs.lettusearch.IndexCommands
    • dropIndex

      public String dropIndex(Object index)
      指定者:
      dropIndex 在接口中 com.redislabs.lettusearch.IndexCommands
    • dropIndex

      public String dropIndex(Object index, boolean deleteDocs)
      指定者:
      dropIndex 在接口中 com.redislabs.lettusearch.IndexCommands
    • alter

      public String alter(Object index, com.redislabs.lettusearch.Field field)
      指定者:
      alter 在接口中 com.redislabs.lettusearch.IndexCommands
    • ftInfo

      public List<Object> ftInfo(Object index)
      指定者:
      ftInfo 在接口中 com.redislabs.lettusearch.IndexCommands
    • aliasAdd

      public String aliasAdd(Object name, Object index)
      指定者:
      aliasAdd 在接口中 com.redislabs.lettusearch.IndexCommands
    • aliasUpdate

      public String aliasUpdate(Object name, Object index)
      指定者:
      aliasUpdate 在接口中 com.redislabs.lettusearch.IndexCommands
    • aliasDel

      public String aliasDel(Object name)
      指定者:
      aliasDel 在接口中 com.redislabs.lettusearch.IndexCommands
    • list

      public List list()
      指定者:
      list 在接口中 com.redislabs.lettusearch.IndexCommands
    • search

      public com.redislabs.lettusearch.SearchResults search(Object index, Object query)
      指定者:
      search 在接口中 com.redislabs.lettusearch.SearchCommands
    • search

      public com.redislabs.lettusearch.SearchResults search(Object index, Object query, com.redislabs.lettusearch.SearchOptions options)
      指定者:
      search 在接口中 com.redislabs.lettusearch.SearchCommands
    • sugadd

      public Long sugadd(Object key, com.redislabs.lettusearch.Suggestion suggestion)
      指定者:
      sugadd 在接口中 com.redislabs.lettusearch.SuggestCommands
    • sugadd

      public Long sugadd(Object key, com.redislabs.lettusearch.Suggestion suggestion, boolean increment)
      指定者:
      sugadd 在接口中 com.redislabs.lettusearch.SuggestCommands
    • sugget

      public List<com.redislabs.lettusearch.Suggestion> sugget(Object key, Object prefix)
      指定者:
      sugget 在接口中 com.redislabs.lettusearch.SuggestCommands
    • sugget

      public List<com.redislabs.lettusearch.Suggestion> sugget(Object key, Object prefix, com.redislabs.lettusearch.SuggetOptions options)
      指定者:
      sugget 在接口中 com.redislabs.lettusearch.SuggestCommands
    • sugdel

      public Boolean sugdel(Object key, Object string)
      指定者:
      sugdel 在接口中 com.redislabs.lettusearch.SuggestCommands
    • suglen

      public Long suglen(Object key)
      指定者:
      suglen 在接口中 com.redislabs.lettusearch.SuggestCommands
    • publish

      public Long publish(Object o, Object o2)
      指定者:
      publish 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • pubsubChannels

      public List pubsubChannels()
      指定者:
      pubsubChannels 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • pubsubChannels

      public List pubsubChannels(Object o)
      指定者:
      pubsubChannels 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • pubsubNumsub

      public Map pubsubNumsub(Object[] objects)
      指定者:
      pubsubNumsub 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • pubsubNumpat

      public Long pubsubNumpat()
      指定者:
      pubsubNumpat 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • echo

      public Object echo(Object o)
      指定者:
      echo 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • role

      public List<Object> role()
      指定者:
      role 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • ping

      public String ping()
      指定者:
      ping 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • readOnly

      public String readOnly()
      指定者:
      readOnly 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
      指定者:
      readOnly 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • readWrite

      public String readWrite()
      指定者:
      readWrite 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
      指定者:
      readWrite 在接口中 io.lettuce.core.cluster.api.sync.RedisClusterCommands
    • quit

      public String quit()
      指定者:
      quit 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • waitForReplication

      public Long waitForReplication(int i, long l)
      指定者:
      waitForReplication 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • isOpen

      public boolean isOpen()
      指定者:
      isOpen 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • reset

      public void reset()
      指定者:
      reset 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • dispatch

      public Object dispatch(io.lettuce.core.protocol.ProtocolKeyword protocolKeyword, io.lettuce.core.output.CommandOutput commandOutput, io.lettuce.core.protocol.CommandArgs commandArgs)
      指定者:
      dispatch 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • dispatch

      public Object dispatch(io.lettuce.core.protocol.ProtocolKeyword protocolKeyword, io.lettuce.core.output.CommandOutput commandOutput)
      指定者:
      dispatch 在接口中 io.lettuce.core.api.sync.BaseRedisCommands
    • geoadd

      public Long geoadd(Object o, double v, double v1, Object v2)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • geoadd

      public Long geoadd(Object o, double v, double v1, Object v2, io.lettuce.core.GeoAddArgs geoAddArgs)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • geoadd

      public Long geoadd(Object o, Object... objects)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • geoadd

      public Long geoadd(Object o, io.lettuce.core.GeoValue[] geoValues)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • geoadd

      public Long geoadd(Object o, io.lettuce.core.GeoAddArgs geoAddArgs, Object... objects)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • geoadd

      public Long geoadd(Object o, io.lettuce.core.GeoAddArgs geoAddArgs, io.lettuce.core.GeoValue[] geoValues)
      指定者:
      geoadd 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • geohash

      public List<io.lettuce.core.Value<String>> geohash(Object o, Object[] objects)
      指定者:
      geohash 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • georadius

      public Set georadius(Object o, double v, double v1, double v2, io.lettuce.core.GeoArgs.Unit unit)
      指定者:
      georadius 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • georadius

      public List<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.sync.RedisGeoCommands
    • georadius

      public 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.sync.RedisGeoCommands
    • georadiusbymember

      public Set georadiusbymember(Object o, Object o2, double v1, io.lettuce.core.GeoArgs.Unit unit)
      指定者:
      georadiusbymember 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • georadiusbymember

      public List<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.sync.RedisGeoCommands
    • georadiusbymember

      public Long georadiusbymember(Object o, Object o2, double v1, io.lettuce.core.GeoArgs.Unit unit, io.lettuce.core.GeoRadiusStoreArgs geoRadiusStoreArgs)
      指定者:
      georadiusbymember 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • geosearch

      public Set geosearch(Object o, io.lettuce.core.GeoSearch.GeoRef geoRef, io.lettuce.core.GeoSearch.GeoPredicate geoPredicate)
      指定者:
      geosearch 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • geosearch

      public List<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.sync.RedisGeoCommands
    • geosearchstore

      public 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.sync.RedisGeoCommands
    • geopos

      public List<io.lettuce.core.GeoCoordinates> geopos(Object o, Object[] objects)
      指定者:
      geopos 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • geodist

      public Double geodist(Object o, Object o2, Object v1, io.lettuce.core.GeoArgs.Unit unit)
      指定者:
      geodist 在接口中 io.lettuce.core.api.sync.RedisGeoCommands
    • pfadd

      public Long pfadd(Object o, Object[] objects)
      指定者:
      pfadd 在接口中 io.lettuce.core.api.sync.RedisHLLCommands
    • pfmerge

      public String pfmerge(Object o, Object[] objects)
      指定者:
      pfmerge 在接口中 io.lettuce.core.api.sync.RedisHLLCommands
    • pfcount

      public Long pfcount(Object[] objects)
      指定者:
      pfcount 在接口中 io.lettuce.core.api.sync.RedisHLLCommands
    • hdel

      public Long hdel(Object o, Object[] objects)
      指定者:
      hdel 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hexists

      public Boolean hexists(Object o, Object k1)
      指定者:
      hexists 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hget

      public Object hget(Object o, Object k1)
      指定者:
      hget 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hincrby

      public Long hincrby(Object o, Object k1, long l)
      指定者:
      hincrby 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hincrbyfloat

      public Double hincrbyfloat(Object o, Object k1, double v)
      指定者:
      hincrbyfloat 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hgetall

      public Map hgetall(Object o)
      指定者:
      hgetall 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hgetall

      public Long hgetall(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o)
      指定者:
      hgetall 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hkeys

      public List hkeys(Object o)
      指定者:
      hkeys 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hkeys

      public Long hkeys(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel, Object o)
      指定者:
      hkeys 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hlen

      public Long hlen(Object o)
      指定者:
      hlen 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hmget

      public List<io.lettuce.core.KeyValue> hmget(Object o, Object[] objects)
      指定者:
      hmget 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hmget

      public Long hmget(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o, Object[] objects)
      指定者:
      hmget 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hmset

      public String hmset(Object o, Map map)
      指定者:
      hmset 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hrandfield

      public Object hrandfield(Object o)
      指定者:
      hrandfield 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hrandfield

      public List hrandfield(Object o, long l)
      指定者:
      hrandfield 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hrandfieldWithvalues

      public io.lettuce.core.KeyValue hrandfieldWithvalues(Object o)
      指定者:
      hrandfieldWithvalues 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hrandfieldWithvalues

      public List<io.lettuce.core.KeyValue> hrandfieldWithvalues(Object o, long l)
      指定者:
      hrandfieldWithvalues 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hscan

      public io.lettuce.core.MapScanCursor hscan(Object o)
      指定者:
      hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hscan

      public io.lettuce.core.MapScanCursor hscan(Object o, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hscan

      public io.lettuce.core.MapScanCursor hscan(Object o, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hscan

      public io.lettuce.core.MapScanCursor hscan(Object o, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hscan

      public io.lettuce.core.StreamScanCursor hscan(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o)
      指定者:
      hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hscan

      public io.lettuce.core.StreamScanCursor hscan(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hscan

      public 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.sync.RedisHashCommands
    • hscan

      public io.lettuce.core.StreamScanCursor hscan(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object o, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hset

      public Boolean hset(Object o, Object k1, Object o2)
      指定者:
      hset 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hset

      public Long hset(Object o, Map map)
      指定者:
      hset 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hsetnx

      public Boolean hsetnx(Object o, Object k1, Object o2)
      指定者:
      hsetnx 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hstrlen

      public Long hstrlen(Object o, Object k1)
      指定者:
      hstrlen 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hvals

      public List hvals(Object o)
      指定者:
      hvals 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • hvals

      public Long hvals(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o)
      指定者:
      hvals 在接口中 io.lettuce.core.api.sync.RedisHashCommands
    • copy

      public Boolean copy(Object o, Object k1)
      指定者:
      copy 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • copy

      public Boolean copy(Object o, Object k1, io.lettuce.core.CopyArgs copyArgs)
      指定者:
      copy 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • del

      public Long del(Object[] objects)
      指定者:
      del 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • unlink

      public Long unlink(Object[] objects)
      指定者:
      unlink 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • dump

      public byte[] dump(Object o)
      指定者:
      dump 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • exists

      public Long exists(Object[] objects)
      指定者:
      exists 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expire

      public Boolean expire(Object o, long l)
      指定者:
      expire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expire

      public Boolean expire(Object o, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expire

      public Boolean expire(Object o, Duration duration)
      指定者:
      expire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expire

      public Boolean expire(Object o, Duration duration, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expireat

      public Boolean expireat(Object o, Date date)
      指定者:
      expireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expireat

      public Boolean expireat(Object o, Date date, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expireat

      public Boolean expireat(Object o, Instant instant)
      指定者:
      expireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expireat

      public Boolean expireat(Object o, Instant instant, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expiretime

      public Long expiretime(Object o)
      指定者:
      expiretime 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expireat

      public Boolean expireat(Object o, long l)
      指定者:
      expireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • expireat

      public Boolean expireat(Object o, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      expireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • keys

      public List keys(Object o)
      指定者:
      keys 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • keys

      public Long keys(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel, Object o)
      指定者:
      keys 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • migrate

      public String migrate(String s, int i, Object o, int i1, long l)
      指定者:
      migrate 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • migrate

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

      public Boolean move(Object o, int i)
      指定者:
      move 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • objectEncoding

      public String objectEncoding(Object o)
      指定者:
      objectEncoding 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • objectFreq

      public Long objectFreq(Object o)
      指定者:
      objectFreq 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • objectIdletime

      public Long objectIdletime(Object o)
      指定者:
      objectIdletime 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • objectRefcount

      public Long objectRefcount(Object o)
      指定者:
      objectRefcount 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • persist

      public Boolean persist(Object o)
      指定者:
      persist 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpire

      public Boolean pexpire(Object o, long l)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpire

      public Boolean pexpire(Object o, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpire

      public Boolean pexpire(Object o, Duration duration)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpire

      public Boolean pexpire(Object o, Duration duration, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpireat

      public Boolean pexpireat(Object o, Date date)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpireat

      public Boolean pexpireat(Object o, Date date, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpireat

      public Boolean pexpireat(Object o, Instant instant)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpireat

      public Boolean pexpireat(Object o, Instant instant, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpiretime

      public Long pexpiretime(Object o)
      指定者:
      pexpiretime 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpireat

      public Boolean pexpireat(Object o, long l)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pexpireat

      public Boolean pexpireat(Object o, long l, io.lettuce.core.ExpireArgs expireArgs)
      指定者:
      pexpireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • pttl

      public Long pttl(Object o)
      指定者:
      pttl 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • randomkey

      public Object randomkey()
      指定者:
      randomkey 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • rename

      public String rename(Object o, Object k1)
      指定者:
      rename 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • renamenx

      public Boolean renamenx(Object o, Object k1)
      指定者:
      renamenx 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • restore

      public String restore(Object o, long l, byte[] bytes)
      指定者:
      restore 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • restore

      public String restore(Object o, byte[] bytes, io.lettuce.core.RestoreArgs restoreArgs)
      指定者:
      restore 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • sort

      public List sort(Object o)
      指定者:
      sort 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • sort

      public Long sort(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o)
      指定者:
      sort 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • sort

      public List sort(Object o, io.lettuce.core.SortArgs sortArgs)
      指定者:
      sort 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • sort

      public Long sort(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.SortArgs sortArgs)
      指定者:
      sort 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • sortReadOnly

      public List sortReadOnly(Object o)
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • sortReadOnly

      public Long sortReadOnly(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o)
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • sortReadOnly

      public List sortReadOnly(Object o, io.lettuce.core.SortArgs sortArgs)
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • sortReadOnly

      public Long sortReadOnly(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.SortArgs sortArgs)
      指定者:
      sortReadOnly 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • sortStore

      public Long sortStore(Object o, io.lettuce.core.SortArgs sortArgs, Object k1)
      指定者:
      sortStore 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • touch

      public Long touch(Object[] objects)
      指定者:
      touch 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • ttl

      public Long ttl(Object o)
      指定者:
      ttl 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • type

      public String type(Object o)
      指定者:
      type 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • scan

      public io.lettuce.core.KeyScanCursor scan()
      指定者:
      scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • scan

      public io.lettuce.core.KeyScanCursor scan(io.lettuce.core.ScanArgs scanArgs)
      指定者:
      scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • scan

      public io.lettuce.core.KeyScanCursor scan(io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • scan

      public io.lettuce.core.KeyScanCursor scan(io.lettuce.core.ScanCursor scanCursor)
      指定者:
      scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • scan

      public io.lettuce.core.StreamScanCursor scan(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel)
      指定者:
      scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • scan

      public io.lettuce.core.StreamScanCursor scan(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • scan

      public 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.sync.RedisKeyCommands
    • scan

      public io.lettuce.core.StreamScanCursor scan(io.lettuce.core.output.KeyStreamingChannel keyStreamingChannel, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands
    • blmove

      public Object blmove(Object o, Object k1, io.lettuce.core.LMoveArgs lMoveArgs, long l)
      指定者:
      blmove 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • blmove

      public Object blmove(Object o, Object k1, io.lettuce.core.LMoveArgs lMoveArgs, double v)
      指定者:
      blmove 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • blmpop

      public io.lettuce.core.KeyValue blmpop(long l, io.lettuce.core.LMPopArgs lmPopArgs, Object[] objects)
      指定者:
      blmpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • blmpop

      public io.lettuce.core.KeyValue blmpop(double v, io.lettuce.core.LMPopArgs lmPopArgs, Object[] objects)
      指定者:
      blmpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • blpop

      public io.lettuce.core.KeyValue blpop(long l, Object[] objects)
      指定者:
      blpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • blpop

      public io.lettuce.core.KeyValue blpop(double v, Object[] objects)
      指定者:
      blpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • brpop

      public io.lettuce.core.KeyValue brpop(long l, Object[] objects)
      指定者:
      brpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • brpop

      public io.lettuce.core.KeyValue brpop(double v, Object[] objects)
      指定者:
      brpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • brpoplpush

      public Object brpoplpush(long l, Object o, Object k1)
      指定者:
      brpoplpush 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • brpoplpush

      public Object brpoplpush(double v, Object o, Object k1)
      指定者:
      brpoplpush 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lindex

      public Object lindex(Object o, long l)
      指定者:
      lindex 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • linsert

      public Long linsert(Object o, boolean b, Object o2, Object v1)
      指定者:
      linsert 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • llen

      public Long llen(Object o)
      指定者:
      llen 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lmove

      public Object lmove(Object o, Object k1, io.lettuce.core.LMoveArgs lMoveArgs)
      指定者:
      lmove 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lmpop

      public io.lettuce.core.KeyValue lmpop(io.lettuce.core.LMPopArgs lmPopArgs, Object[] objects)
      指定者:
      lmpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lpop

      public Object lpop(Object o)
      指定者:
      lpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lpop

      public List lpop(Object o, long l)
      指定者:
      lpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lpos

      public Long lpos(Object o, Object o2)
      指定者:
      lpos 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lpos

      public Long lpos(Object o, Object o2, io.lettuce.core.LPosArgs lPosArgs)
      指定者:
      lpos 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lpos

      public List<Long> lpos(Object o, Object o2, int i)
      指定者:
      lpos 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lpos

      public List<Long> lpos(Object o, Object o2, int i, io.lettuce.core.LPosArgs lPosArgs)
      指定者:
      lpos 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lpush

      public Long lpush(Object o, Object[] objects)
      指定者:
      lpush 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lpushx

      public Long lpushx(Object o, Object[] objects)
      指定者:
      lpushx 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lrange

      public List lrange(Object o, long l, long l1)
      指定者:
      lrange 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lrange

      public Long lrange(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, long l, long l1)
      指定者:
      lrange 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lrem

      public Long lrem(Object o, long l, Object o2)
      指定者:
      lrem 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • lset

      public String lset(Object o, long l, Object o2)
      指定者:
      lset 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • ltrim

      public String ltrim(Object o, long l, long l1)
      指定者:
      ltrim 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • rpop

      public Object rpop(Object o)
      指定者:
      rpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • rpop

      public List rpop(Object o, long l)
      指定者:
      rpop 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • rpoplpush

      public Object rpoplpush(Object o, Object k1)
      指定者:
      rpoplpush 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • rpush

      public Long rpush(Object o, Object[] objects)
      指定者:
      rpush 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • rpushx

      public Long rpushx(Object o, Object[] objects)
      指定者:
      rpushx 在接口中 io.lettuce.core.api.sync.RedisListCommands
    • eval

      public Object eval(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects)
      指定者:
      eval 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • eval

      public Object eval(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      eval 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • evalsha

      public Object evalsha(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects)
      指定者:
      evalsha 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • evalsha

      public Object evalsha(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      evalsha 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • eval

      public Object eval(byte[] bytes, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects)
      指定者:
      eval 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • eval

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

      public Object evalReadOnly(byte[] bytes, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      evalReadOnly 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • evalshaReadOnly

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

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

      public String scriptFlush()
      指定者:
      scriptFlush 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • scriptFlush

      public String scriptFlush(io.lettuce.core.FlushMode flushMode)
      指定者:
      scriptFlush 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • scriptKill

      public String scriptKill()
      指定者:
      scriptKill 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • scriptLoad

      public String scriptLoad(String s)
      指定者:
      scriptLoad 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • scriptLoad

      public String scriptLoad(byte[] bytes)
      指定者:
      scriptLoad 在接口中 io.lettuce.core.api.sync.RedisScriptingCommands
    • digest

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

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

      public String bgrewriteaof()
      指定者:
      bgrewriteaof 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • bgsave

      public String bgsave()
      指定者:
      bgsave 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientCaching

      public String clientCaching(boolean b)
      指定者:
      clientCaching 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientGetname

      public Object clientGetname()
      指定者:
      clientGetname 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientGetredir

      public Long clientGetredir()
      指定者:
      clientGetredir 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientSetname

      public String clientSetname(Object o)
      指定者:
      clientSetname 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientSetinfo

      public String clientSetinfo(String s, String s1)
      指定者:
      clientSetinfo 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientTracking

      public String clientTracking(io.lettuce.core.TrackingArgs trackingArgs)
      指定者:
      clientTracking 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientKill

      public String clientKill(String s)
      指定者:
      clientKill 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientKill

      public Long clientKill(io.lettuce.core.KillArgs killArgs)
      指定者:
      clientKill 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientUnblock

      public Long clientUnblock(long l, io.lettuce.core.UnblockType unblockType)
      指定者:
      clientUnblock 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientPause

      public String clientPause(long l)
      指定者:
      clientPause 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientList

      public String clientList()
      指定者:
      clientList 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientList

      public String clientList(io.lettuce.core.ClientListArgs clientListArgs)
      指定者:
      clientList 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientInfo

      public String clientInfo()
      指定者:
      clientInfo 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientNoEvict

      public String clientNoEvict(boolean b)
      指定者:
      clientNoEvict 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • clientId

      public Long clientId()
      指定者:
      clientId 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • command

      public List<Object> command()
      指定者:
      command 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • commandInfo

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

      public List<Object> commandInfo(io.lettuce.core.protocol.CommandType... commandTypes)
      指定者:
      commandInfo 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • commandCount

      public Long commandCount()
      指定者:
      commandCount 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • configGet

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

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

      public String configResetstat()
      指定者:
      configResetstat 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • configRewrite

      public String configRewrite()
      指定者:
      configRewrite 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • configSet

      public String configSet(String s, String s1)
      指定者:
      configSet 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • configSet

      public String configSet(Map map)
      指定者:
      configSet 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • dbsize

      public Long dbsize()
      指定者:
      dbsize 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • debugCrashAndRecover

      public String debugCrashAndRecover(Long aLong)
      指定者:
      debugCrashAndRecover 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • debugHtstats

      public String debugHtstats(int i)
      指定者:
      debugHtstats 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • debugObject

      public String debugObject(Object o)
      指定者:
      debugObject 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • debugOom

      public void debugOom()
      指定者:
      debugOom 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • debugSegfault

      public void debugSegfault()
      指定者:
      debugSegfault 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • debugReload

      public String debugReload()
      指定者:
      debugReload 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • debugRestart

      public String debugRestart(Long aLong)
      指定者:
      debugRestart 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • debugSdslen

      public String debugSdslen(Object o)
      指定者:
      debugSdslen 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • flushall

      public String flushall()
      指定者:
      flushall 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • flushall

      public String flushall(io.lettuce.core.FlushMode flushMode)
      指定者:
      flushall 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • flushallAsync

      public String flushallAsync()
      指定者:
      flushallAsync 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • flushdb

      public String flushdb()
      指定者:
      flushdb 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • flushdb

      public String flushdb(io.lettuce.core.FlushMode flushMode)
      指定者:
      flushdb 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • flushdbAsync

      public String flushdbAsync()
      指定者:
      flushdbAsync 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • info

      public String info()
      指定者:
      info 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • info

      public String info(String s)
      指定者:
      info 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • lastsave

      public Date lastsave()
      指定者:
      lastsave 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • memoryUsage

      public Long memoryUsage(Object o)
      指定者:
      memoryUsage 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • replicaof

      public String replicaof(String s, int i)
      指定者:
      replicaof 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • replicaofNoOne

      public String replicaofNoOne()
      指定者:
      replicaofNoOne 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • save

      public String save()
      指定者:
      save 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • shutdown

      public void shutdown(boolean b)
      指定者:
      shutdown 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • shutdown

      public void shutdown(io.lettuce.core.ShutdownArgs shutdownArgs)
      指定者:
      shutdown 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • slaveof

      public String slaveof(String s, int i)
      指定者:
      slaveof 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • slaveofNoOne

      public String slaveofNoOne()
      指定者:
      slaveofNoOne 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • slowlogGet

      public List<Object> slowlogGet()
      指定者:
      slowlogGet 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • slowlogGet

      public List<Object> slowlogGet(int i)
      指定者:
      slowlogGet 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • slowlogLen

      public Long slowlogLen()
      指定者:
      slowlogLen 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • slowlogReset

      public String slowlogReset()
      指定者:
      slowlogReset 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • time

      public List time()
      指定者:
      time 在接口中 io.lettuce.core.api.sync.RedisServerCommands
    • sadd

      public Long sadd(Object o, Object[] objects)
      指定者:
      sadd 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • scard

      public Long scard(Object o)
      指定者:
      scard 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sdiff

      public Set sdiff(Object[] objects)
      指定者:
      sdiff 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sdiff

      public Long sdiff(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object[] objects)
      指定者:
      sdiff 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sdiffstore

      public Long sdiffstore(Object o, Object[] objects)
      指定者:
      sdiffstore 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sinter

      public Set sinter(Object[] objects)
      指定者:
      sinter 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sinter

      public Long sinter(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object[] objects)
      指定者:
      sinter 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sintercard

      public Long sintercard(Object[] objects)
      指定者:
      sintercard 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sintercard

      public Long sintercard(long l, Object[] objects)
      指定者:
      sintercard 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sinterstore

      public Long sinterstore(Object o, Object[] objects)
      指定者:
      sinterstore 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sismember

      public Boolean sismember(Object o, Object o2)
      指定者:
      sismember 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • smove

      public Boolean smove(Object o, Object k1, Object o2)
      指定者:
      smove 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • smembers

      public Set smembers(Object o)
      指定者:
      smembers 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • smembers

      public Long smembers(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o)
      指定者:
      smembers 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • smismember

      public List<Boolean> smismember(Object o, Object[] objects)
      指定者:
      smismember 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • spop

      public Object spop(Object o)
      指定者:
      spop 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • spop

      public Set spop(Object o, long l)
      指定者:
      spop 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • srandmember

      public Object srandmember(Object o)
      指定者:
      srandmember 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • srandmember

      public List srandmember(Object o, long l)
      指定者:
      srandmember 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • srandmember

      public Long srandmember(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, long l)
      指定者:
      srandmember 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • srem

      public Long srem(Object o, Object[] objects)
      指定者:
      srem 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sunion

      public Set sunion(Object[] objects)
      指定者:
      sunion 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sunion

      public Long sunion(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object[] objects)
      指定者:
      sunion 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sunionstore

      public Long sunionstore(Object o, Object[] objects)
      指定者:
      sunionstore 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sscan

      public io.lettuce.core.ValueScanCursor sscan(Object o)
      指定者:
      sscan 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sscan

      public io.lettuce.core.ValueScanCursor sscan(Object o, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      sscan 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sscan

      public io.lettuce.core.ValueScanCursor sscan(Object o, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      sscan 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sscan

      public io.lettuce.core.ValueScanCursor sscan(Object o, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      sscan 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sscan

      public io.lettuce.core.StreamScanCursor sscan(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o)
      指定者:
      sscan 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sscan

      public io.lettuce.core.StreamScanCursor sscan(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      sscan 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • sscan

      public 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.sync.RedisSetCommands
    • sscan

      public io.lettuce.core.StreamScanCursor sscan(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      sscan 在接口中 io.lettuce.core.api.sync.RedisSetCommands
    • bzmpop

      public io.lettuce.core.KeyValue bzmpop(long l, io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • bzmpop

      public io.lettuce.core.KeyValue bzmpop(long l, long l1, io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • bzmpop

      public io.lettuce.core.KeyValue bzmpop(double v, io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • bzmpop

      public io.lettuce.core.KeyValue bzmpop(double v, int i, io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      bzmpop 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • bzpopmin

      public io.lettuce.core.KeyValue bzpopmin(long l, Object[] objects)
      指定者:
      bzpopmin 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • bzpopmin

      public io.lettuce.core.KeyValue bzpopmin(double v, Object[] objects)
      指定者:
      bzpopmin 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • bzpopmax

      public io.lettuce.core.KeyValue bzpopmax(long l, Object[] objects)
      指定者:
      bzpopmax 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • bzpopmax

      public io.lettuce.core.KeyValue bzpopmax(double v, Object[] objects)
      指定者:
      bzpopmax 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zadd

      public Long zadd(Object o, double v, Object v1)
      指定者:
      zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zadd

      public Long zadd(Object o, Object... objects)
      指定者:
      zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zadd

      public Long zadd(Object o, io.lettuce.core.ScoredValue[] scoredValues)
      指定者:
      zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zadd

      public Long zadd(Object o, io.lettuce.core.ZAddArgs zAddArgs, double v, Object v1)
      指定者:
      zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zadd

      public Long zadd(Object o, io.lettuce.core.ZAddArgs zAddArgs, Object... objects)
      指定者:
      zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zadd

      public Long zadd(Object o, io.lettuce.core.ZAddArgs zAddArgs, io.lettuce.core.ScoredValue[] scoredValues)
      指定者:
      zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zaddincr

      public Double zaddincr(Object o, double v, Object v1)
      指定者:
      zaddincr 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zaddincr

      public Double zaddincr(Object o, io.lettuce.core.ZAddArgs zAddArgs, double v, Object v1)
      指定者:
      zaddincr 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zcard

      public Long zcard(Object o)
      指定者:
      zcard 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zcount

      @Deprecated public Long zcount(Object o, double v, double v1)
      已过时。
      指定者:
      zcount 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
      参数:
      o -
      v -
      v1 -
    • zcount

      @Deprecated public Long zcount(Object o, String s, String s1)
      已过时。
      指定者:
      zcount 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
      参数:
      o -
      s -
      s1 -
    • zdiff

      public List zdiff(Object[] objects)
      指定者:
      zdiff 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zdiffstore

      public Long zdiffstore(Object o, Object[] objects)
      指定者:
      zdiffstore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zdiffWithScores

      public List<io.lettuce.core.ScoredValue> zdiffWithScores(Object[] objects)
      指定者:
      zdiffWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zincrby

      public Double zincrby(Object o, double v, Object v1)
      指定者:
      zincrby 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zinter

      public List zinter(Object[] objects)
      指定者:
      zinter 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zinter

      public List zinter(io.lettuce.core.ZAggregateArgs zAggregateArgs, Object[] objects)
      指定者:
      zinter 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zintercard

      public Long zintercard(Object[] objects)
      指定者:
      zintercard 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zintercard

      public Long zintercard(long l, Object[] objects)
      指定者:
      zintercard 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zinterWithScores

      public List<io.lettuce.core.ScoredValue> zinterWithScores(io.lettuce.core.ZAggregateArgs zAggregateArgs, Object[] objects)
      指定者:
      zinterWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zinterWithScores

      public List<io.lettuce.core.ScoredValue> zinterWithScores(Object[] objects)
      指定者:
      zinterWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zinterstore

      public Long zinterstore(Object o, Object[] objects)
      指定者:
      zinterstore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zinterstore

      public Long zinterstore(Object o, io.lettuce.core.ZStoreArgs zStoreArgs, Object[] objects)
      指定者:
      zinterstore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zlexcount

      @Deprecated public Long zlexcount(Object o, String s, String s1)
      已过时。
      指定者:
      zlexcount 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
      参数:
      o -
      s -
      s1 -
    • zlexcount

      public Long zlexcount(Object o, io.lettuce.core.Range range)
      指定者:
      zlexcount 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zmscore

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

      public io.lettuce.core.KeyValue zmpop(io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      zmpop 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zmpop

      public io.lettuce.core.KeyValue zmpop(int i, io.lettuce.core.ZPopArgs zPopArgs, Object[] objects)
      指定者:
      zmpop 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zpopmin

      public io.lettuce.core.ScoredValue zpopmin(Object o)
      指定者:
      zpopmin 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zpopmin

      public List<io.lettuce.core.ScoredValue> zpopmin(Object o, long l)
      指定者:
      zpopmin 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zpopmax

      public io.lettuce.core.ScoredValue zpopmax(Object o)
      指定者:
      zpopmax 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zpopmax

      public List<io.lettuce.core.ScoredValue> zpopmax(Object o, long l)
      指定者:
      zpopmax 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrandmember

      public Object zrandmember(Object o)
      指定者:
      zrandmember 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrandmember

      public List zrandmember(Object o, long l)
      指定者:
      zrandmember 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrandmemberWithScores

      public io.lettuce.core.ScoredValue zrandmemberWithScores(Object o)
      指定者:
      zrandmemberWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrandmemberWithScores

      public List<io.lettuce.core.ScoredValue> zrandmemberWithScores(Object o, long l)
      指定者:
      zrandmemberWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrange

      public List zrange(Object o, long l, long l1)
      指定者:
      zrange 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrange

      public Long zrange(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, long l, long l1)
      指定者:
      zrange 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangeWithScores

      public List<io.lettuce.core.ScoredValue> zrangeWithScores(Object o, long l, long l1)
      指定者:
      zrangeWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangeWithScores

      public Long zrangeWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, long l, long l1)
      指定者:
      zrangeWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangebylex

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

      public List zrangebylex(Object o, io.lettuce.core.Range range)
      指定者:
      zrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangebylex

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

      public List zrangebylex(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangebyscore

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public Long zrangestorebylex(Object o, Object k1, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrangestorebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangestorebyscore

      public Long zrangestorebyscore(Object o, Object k1, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrangestorebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangestore

      public Long zrangestore(Object o, Object k1, io.lettuce.core.Range range)
      指定者:
      zrangestore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrank

      public Long zrank(Object o, Object o2)
      指定者:
      zrank 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrankWithScore

      public io.lettuce.core.ScoredValue<Long> zrankWithScore(Object o, Object o2)
      指定者:
      zrankWithScore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrem

      public Long zrem(Object o, Object[] objects)
      指定者:
      zrem 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zremrangebylex

      @Deprecated public Long zremrangebylex(Object o, String s, String s1)
      已过时。
      指定者:
      zremrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
      参数:
      o -
      s -
      s1 -
    • zremrangebylex

      public Long zremrangebylex(Object o, io.lettuce.core.Range range)
      指定者:
      zremrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zremrangebyrank

      public Long zremrangebyrank(Object o, long l, long l1)
      指定者:
      zremrangebyrank 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zremrangebyscore

      @Deprecated public Long zremrangebyscore(Object o, double v, double v1)
      已过时。
      指定者:
      zremrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
      参数:
      o -
      v -
      v1 -
    • zremrangebyscore

      @Deprecated public Long zremrangebyscore(Object o, String s, String s1)
      已过时。
      指定者:
      zremrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
      参数:
      o -
      s -
      s1 -
    • zrevrange

      public List zrevrange(Object o, long l, long l1)
      指定者:
      zrevrange 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrange

      public Long zrevrange(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, long l, long l1)
      指定者:
      zrevrange 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangeWithScores

      public List<io.lettuce.core.ScoredValue> zrevrangeWithScores(Object o, long l, long l1)
      指定者:
      zrevrangeWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangeWithScores

      public Long zrevrangeWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, long l, long l1)
      指定者:
      zrevrangeWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangebylex

      public List zrevrangebylex(Object o, io.lettuce.core.Range range)
      指定者:
      zrevrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangebylex

      public List zrevrangebylex(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangebyscore

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public Long zrevrangestorebylex(Object o, Object k1, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangestorebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangestorebyscore

      public Long zrevrangestorebyscore(Object o, Object k1, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangestorebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangestore

      public Long zrevrangestore(Object o, Object k1, io.lettuce.core.Range range)
      指定者:
      zrevrangestore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrank

      public Long zrevrank(Object o, Object o2)
      指定者:
      zrevrank 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrankWithScore

      public io.lettuce.core.ScoredValue<Long> zrevrankWithScore(Object o, Object o2)
      指定者:
      zrevrankWithScore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zscan

      public io.lettuce.core.ScoredValueScanCursor zscan(Object o)
      指定者:
      zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zscan

      public io.lettuce.core.ScoredValueScanCursor zscan(Object o, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zscan

      public io.lettuce.core.ScoredValueScanCursor zscan(Object o, io.lettuce.core.ScanCursor scanCursor, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zscan

      public io.lettuce.core.ScoredValueScanCursor zscan(Object o, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zscan

      public io.lettuce.core.StreamScanCursor zscan(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o)
      指定者:
      zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zscan

      public io.lettuce.core.StreamScanCursor zscan(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.ScanArgs scanArgs)
      指定者:
      zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zscan

      public 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.sync.RedisSortedSetCommands
    • zscan

      public io.lettuce.core.StreamScanCursor zscan(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.ScanCursor scanCursor)
      指定者:
      zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zscore

      public Double zscore(Object o, Object o2)
      指定者:
      zscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zunion

      public List zunion(Object[] objects)
      指定者:
      zunion 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zunion

      public List zunion(io.lettuce.core.ZAggregateArgs zAggregateArgs, Object[] objects)
      指定者:
      zunion 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zunionWithScores

      public List<io.lettuce.core.ScoredValue> zunionWithScores(io.lettuce.core.ZAggregateArgs zAggregateArgs, Object[] objects)
      指定者:
      zunionWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zunionWithScores

      public List<io.lettuce.core.ScoredValue> zunionWithScores(Object[] objects)
      指定者:
      zunionWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zunionstore

      public Long zunionstore(Object o, Object[] objects)
      指定者:
      zunionstore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zunionstore

      public Long zunionstore(Object o, io.lettuce.core.ZStoreArgs zStoreArgs, Object[] objects)
      指定者:
      zunionstore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangebyscoreWithScores

      public 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.sync.RedisSortedSetCommands
    • zrevrangebyscoreWithScores

      public Long zrevrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.Range range)
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangebyscoreWithScores

      public List<io.lettuce.core.ScoredValue> zrevrangebyscoreWithScores(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangebyscoreWithScores

      public List<io.lettuce.core.ScoredValue> zrevrangebyscoreWithScores(Object o, io.lettuce.core.Range range)
      指定者:
      zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangebyscore

      public 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.sync.RedisSortedSetCommands
    • zrevrangebyscore

      public Long zrevrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.Range range)
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangebyscore

      public List zrevrangebyscore(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrevrangebyscore

      public List zrevrangebyscore(Object o, io.lettuce.core.Range range)
      指定者:
      zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zremrangebyscore

      public Long zremrangebyscore(Object o, io.lettuce.core.Range range)
      指定者:
      zremrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangebyscoreWithScores

      public 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.sync.RedisSortedSetCommands
    • zrangebyscoreWithScores

      public Long zrangebyscoreWithScores(io.lettuce.core.output.ScoredValueStreamingChannel scoredValueStreamingChannel, Object o, io.lettuce.core.Range range)
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangebyscoreWithScores

      public List<io.lettuce.core.ScoredValue> zrangebyscoreWithScores(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangebyscoreWithScores

      public List<io.lettuce.core.ScoredValue> zrangebyscoreWithScores(Object o, io.lettuce.core.Range range)
      指定者:
      zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangebyscore

      public 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.sync.RedisSortedSetCommands
    • zrangebyscore

      public Long zrangebyscore(io.lettuce.core.output.ValueStreamingChannel valueStreamingChannel, Object o, io.lettuce.core.Range range)
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangebyscore

      public List zrangebyscore(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zrangebyscore

      public List zrangebyscore(Object o, io.lettuce.core.Range range)
      指定者:
      zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • zcount

      public Long zcount(Object o, io.lettuce.core.Range range)
      指定者:
      zcount 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands
    • xack

      public Long xack(Object o, Object k1, String... strings)
      指定者:
      xack 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xadd

      public String xadd(Object o, Map map)
      指定者:
      xadd 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xadd

      public String xadd(Object o, io.lettuce.core.XAddArgs xAddArgs, Map map)
      指定者:
      xadd 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xadd

      public String xadd(Object o, Object... objects)
      指定者:
      xadd 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xadd

      public String xadd(Object o, io.lettuce.core.XAddArgs xAddArgs, Object... objects)
      指定者:
      xadd 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xautoclaim

      public io.lettuce.core.models.stream.ClaimedMessages xautoclaim(Object o, io.lettuce.core.XAutoClaimArgs xAutoClaimArgs)
      指定者:
      xautoclaim 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xclaim

      public List<io.lettuce.core.StreamMessage> xclaim(Object o, io.lettuce.core.Consumer consumer, long l, String... strings)
      指定者:
      xclaim 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xclaim

      public List<io.lettuce.core.StreamMessage> xclaim(Object o, io.lettuce.core.Consumer consumer, io.lettuce.core.XClaimArgs xClaimArgs, String... strings)
      指定者:
      xclaim 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xdel

      public Long xdel(Object o, String... strings)
      指定者:
      xdel 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xgroupCreate

      public String xgroupCreate(io.lettuce.core.XReadArgs.StreamOffset streamOffset, Object o)
      指定者:
      xgroupCreate 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xgroupCreate

      public String xgroupCreate(io.lettuce.core.XReadArgs.StreamOffset streamOffset, Object o, io.lettuce.core.XGroupCreateArgs xGroupCreateArgs)
      指定者:
      xgroupCreate 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xgroupCreateconsumer

      public Boolean xgroupCreateconsumer(Object o, io.lettuce.core.Consumer consumer)
      指定者:
      xgroupCreateconsumer 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xgroupDelconsumer

      public Long xgroupDelconsumer(Object o, io.lettuce.core.Consumer consumer)
      指定者:
      xgroupDelconsumer 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xgroupDestroy

      public Boolean xgroupDestroy(Object o, Object k1)
      指定者:
      xgroupDestroy 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xgroupSetid

      public String xgroupSetid(io.lettuce.core.XReadArgs.StreamOffset streamOffset, Object o)
      指定者:
      xgroupSetid 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xinfoStream

      public List<Object> xinfoStream(Object o)
      指定者:
      xinfoStream 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xinfoGroups

      public List<Object> xinfoGroups(Object o)
      指定者:
      xinfoGroups 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xinfoConsumers

      public List<Object> xinfoConsumers(Object o, Object k1)
      指定者:
      xinfoConsumers 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xlen

      public Long xlen(Object o)
      指定者:
      xlen 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xpending

      public io.lettuce.core.models.stream.PendingMessages xpending(Object o, Object k1)
      指定者:
      xpending 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xpending

      public List<io.lettuce.core.models.stream.PendingMessage> xpending(Object o, io.lettuce.core.XPendingArgs xPendingArgs)
      指定者:
      xpending 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xread

      public List<io.lettuce.core.StreamMessage> xread(io.lettuce.core.XReadArgs.StreamOffset[] streamOffsets)
      指定者:
      xread 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xread

      public List<io.lettuce.core.StreamMessage> xread(io.lettuce.core.XReadArgs xReadArgs, io.lettuce.core.XReadArgs.StreamOffset[] streamOffsets)
      指定者:
      xread 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xreadgroup

      public List<io.lettuce.core.StreamMessage> xreadgroup(io.lettuce.core.Consumer consumer, io.lettuce.core.XReadArgs.StreamOffset[] streamOffsets)
      指定者:
      xreadgroup 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xreadgroup

      public List<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.sync.RedisStreamCommands
    • xtrim

      public Long xtrim(Object o, long l)
      指定者:
      xtrim 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xtrim

      public Long xtrim(Object o, boolean b, long l)
      指定者:
      xtrim 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xtrim

      public Long xtrim(Object o, io.lettuce.core.XTrimArgs xTrimArgs)
      指定者:
      xtrim 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xrevrange

      public List<io.lettuce.core.StreamMessage> xrevrange(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      xrevrange 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xrevrange

      public List<io.lettuce.core.StreamMessage> xrevrange(Object o, io.lettuce.core.Range range)
      指定者:
      xrevrange 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xrange

      public List<io.lettuce.core.StreamMessage> xrange(Object o, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      xrange 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xrange

      public List<io.lettuce.core.StreamMessage> xrange(Object o, io.lettuce.core.Range range)
      指定者:
      xrange 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xpending

      public List<Object> xpending(Object o, io.lettuce.core.Consumer consumer, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      xpending 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • xpending

      public List<Object> xpending(Object o, Object k1, io.lettuce.core.Range range, io.lettuce.core.Limit limit)
      指定者:
      xpending 在接口中 io.lettuce.core.api.sync.RedisStreamCommands
    • append

      public Long append(Object o, Object o2)
      指定者:
      append 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • bitcount

      public Long bitcount(Object o)
      指定者:
      bitcount 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • bitcount

      public Long bitcount(Object o, long l, long l1)
      指定者:
      bitcount 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • bitfield

      public List<Long> bitfield(Object o, io.lettuce.core.BitFieldArgs bitFieldArgs)
      指定者:
      bitfield 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • bitpos

      public Long bitpos(Object o, boolean b)
      指定者:
      bitpos 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • bitpos

      public Long bitpos(Object o, boolean b, long l)
      指定者:
      bitpos 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • bitpos

      public Long bitpos(Object o, boolean b, long l, long l1)
      指定者:
      bitpos 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • bitopAnd

      public Long bitopAnd(Object o, Object[] objects)
      指定者:
      bitopAnd 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • bitopNot

      public Long bitopNot(Object o, Object k1)
      指定者:
      bitopNot 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • bitopOr

      public Long bitopOr(Object o, Object[] objects)
      指定者:
      bitopOr 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • bitopXor

      public Long bitopXor(Object o, Object[] objects)
      指定者:
      bitopXor 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • decr

      public Long decr(Object o)
      指定者:
      decr 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • decrby

      public Long decrby(Object o, long l)
      指定者:
      decrby 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • get

      public Object get(Object o)
      指定者:
      get 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • getbit

      public Long getbit(Object o, long l)
      指定者:
      getbit 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • getdel

      public Object getdel(Object o)
      指定者:
      getdel 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • getex

      public Object getex(Object o, io.lettuce.core.GetExArgs getExArgs)
      指定者:
      getex 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • getrange

      public Object getrange(Object o, long l, long l1)
      指定者:
      getrange 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • getset

      public Object getset(Object o, Object o2)
      指定者:
      getset 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • incr

      public Long incr(Object o)
      指定者:
      incr 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • incrby

      public Long incrby(Object o, long l)
      指定者:
      incrby 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • incrbyfloat

      public Double incrbyfloat(Object o, double v)
      指定者:
      incrbyfloat 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • mget

      public List<io.lettuce.core.KeyValue> mget(Object[] objects)
      指定者:
      mget 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • mget

      public Long mget(io.lettuce.core.output.KeyValueStreamingChannel keyValueStreamingChannel, Object[] objects)
      指定者:
      mget 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • mset

      public String mset(Map map)
      指定者:
      mset 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • msetnx

      public Boolean msetnx(Map map)
      指定者:
      msetnx 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • set

      public String set(Object o, Object o2)
      指定者:
      set 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • set

      public String set(Object o, Object o2, io.lettuce.core.SetArgs setArgs)
      指定者:
      set 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • setGet

      public Object setGet(Object o, Object o2)
      指定者:
      setGet 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • setGet

      public Object setGet(Object o, Object o2, io.lettuce.core.SetArgs setArgs)
      指定者:
      setGet 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • setbit

      public Long setbit(Object o, long l, int i)
      指定者:
      setbit 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • setex

      public String setex(Object o, long l, Object o2)
      指定者:
      setex 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • psetex

      public String psetex(Object o, long l, Object o2)
      指定者:
      psetex 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • setnx

      public Boolean setnx(Object o, Object o2)
      指定者:
      setnx 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • setrange

      public Long setrange(Object o, long l, Object o2)
      指定者:
      setrange 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • stralgoLcs

      public io.lettuce.core.StringMatchResult stralgoLcs(io.lettuce.core.StrAlgoArgs strAlgoArgs)
      指定者:
      stralgoLcs 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • strlen

      public Long strlen(Object o)
      指定者:
      strlen 在接口中 io.lettuce.core.api.sync.RedisStringCommands
    • discard

      public String discard()
      指定者:
      discard 在接口中 io.lettuce.core.api.sync.RedisTransactionalCommands
    • exec

      public io.lettuce.core.TransactionResult exec()
      指定者:
      exec 在接口中 io.lettuce.core.api.sync.RedisTransactionalCommands
    • multi

      public String multi()
      指定者:
      multi 在接口中 io.lettuce.core.api.sync.RedisTransactionalCommands
    • watch

      public String watch(Object[] objects)
      指定者:
      watch 在接口中 io.lettuce.core.api.sync.RedisTransactionalCommands
    • unwatch

      public String unwatch()
      指定者:
      unwatch 在接口中 io.lettuce.core.api.sync.RedisTransactionalCommands
    • aclCat

      public Set<io.lettuce.core.AclCategory> aclCat()
      指定者:
      aclCat 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclCat

      public Set<io.lettuce.core.protocol.CommandType> aclCat(io.lettuce.core.AclCategory aclCategory)
      指定者:
      aclCat 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclDeluser

      public Long aclDeluser(String... strings)
      指定者:
      aclDeluser 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclDryRun

      public String aclDryRun(String s, String s1, String... strings)
      指定者:
      aclDryRun 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclGenpass

      public String aclGenpass()
      指定者:
      aclGenpass 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclGenpass

      public String aclGenpass(int i)
      指定者:
      aclGenpass 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclGetuser

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

      public List<String> aclList()
      指定者:
      aclList 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclLoad

      public String aclLoad()
      指定者:
      aclLoad 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclLog

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

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

      public String aclLogReset()
      指定者:
      aclLogReset 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclSave

      public String aclSave()
      指定者:
      aclSave 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclSetuser

      public String aclSetuser(String s, io.lettuce.core.AclSetuserArgs aclSetuserArgs)
      指定者:
      aclSetuser 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclUsers

      public List<String> aclUsers()
      指定者:
      aclUsers 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclWhoami

      public String aclWhoami()
      指定者:
      aclWhoami 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • aclDryRun

      public String aclDryRun(String s, io.lettuce.core.protocol.RedisCommand redisCommand)
      指定者:
      aclDryRun 在接口中 io.lettuce.core.api.sync.RedisAclCommands
    • fcall

      public Object fcall(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects)
      指定者:
      fcall 在接口中 io.lettuce.core.api.sync.RedisFunctionCommands
    • fcall

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

      public Object fcallReadOnly(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects)
      指定者:
      fcallReadOnly 在接口中 io.lettuce.core.api.sync.RedisFunctionCommands
    • fcallReadOnly

      public Object fcallReadOnly(String s, io.lettuce.core.ScriptOutputType scriptOutputType, Object[] objects, Object[] objects2)
      指定者:
      fcallReadOnly 在接口中 io.lettuce.core.api.sync.RedisFunctionCommands
    • functionLoad

      public String functionLoad(String s)
      指定者:
      functionLoad 在接口中 io.lettuce.core.api.sync.RedisFunctionCommands
    • functionLoad

      public String functionLoad(String s, boolean b)
      指定者:
      functionLoad 在接口中 io.lettuce.core.api.sync.RedisFunctionCommands
    • functionDump

      public byte[] functionDump()
      指定者:
      functionDump 在接口中 io.lettuce.core.api.sync.RedisFunctionCommands
    • functionRestore

      public String functionRestore(byte[] bytes)
      指定者:
      functionRestore 在接口中 io.lettuce.core.api.sync.RedisFunctionCommands
    • functionRestore

      public String functionRestore(byte[] bytes, io.lettuce.core.FunctionRestoreMode functionRestoreMode)
      指定者:
      functionRestore 在接口中 io.lettuce.core.api.sync.RedisFunctionCommands
    • functionFlush

      public String functionFlush(io.lettuce.core.FlushMode flushMode)
      指定者:
      functionFlush 在接口中 io.lettuce.core.api.sync.RedisFunctionCommands
    • functionKill

      public String functionKill()
      指定者:
      functionKill 在接口中 io.lettuce.core.api.sync.RedisFunctionCommands
    • functionList

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

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