类 LettuceCommandsWrapper<K,​V>

  • 所有已实现的接口:
    io.lettuce.core.api.sync.RedisHashCommands<K,​V>, io.lettuce.core.api.sync.RedisKeyCommands<K,​V>, io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>

    public class LettuceCommandsWrapper<K,​V>
    extends Object
    implements io.lettuce.core.api.sync.RedisKeyCommands<K,​V>, io.lettuce.core.api.sync.RedisHashCommands<K,​V>, io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
    • 构造器详细资料

      • LettuceCommandsWrapper

        public LettuceCommandsWrapper​(io.lettuce.core.api.StatefulRedisConnection connection,
                                      io.lettuce.core.cluster.api.StatefulRedisClusterConnection clusterConnection)
    • 方法详细资料

      • copy

        public Boolean copy​(K k,
                            K k1)
        指定者:
        copy 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • copy

        public Boolean copy​(K k,
                            K k1,
                            io.lettuce.core.CopyArgs copyArgs)
        指定者:
        copy 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • del

        public Long del​(K... ks)
        指定者:
        del 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • unlink

        public Long unlink​(K... ks)
        指定者:
        unlink 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • dump

        public byte[] dump​(K k)
        指定者:
        dump 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • exists

        public Long exists​(K... ks)
        指定者:
        exists 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • expire

        public Boolean expire​(K k,
                              long l)
        指定者:
        expire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • expire

        public Boolean expire​(K k,
                              Duration duration)
        指定者:
        expire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • expireat

        public Boolean expireat​(K k,
                                long l)
        指定者:
        expireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • expireat

        public Boolean expireat​(K k,
                                Date date)
        指定者:
        expireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • expireat

        public Boolean expireat​(K k,
                                Instant instant)
        指定者:
        expireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • keys

        public List<K> keys​(K k)
        指定者:
        keys 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • keys

        public Long keys​(io.lettuce.core.output.KeyStreamingChannel<K> keyStreamingChannel,
                         K k)
        指定者:
        keys 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • migrate

        public String migrate​(String s,
                              int i,
                              K k,
                              int i1,
                              long l)
        指定者:
        migrate 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • migrate

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

        public Boolean move​(K k,
                            int i)
        指定者:
        move 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • objectEncoding

        public String objectEncoding​(K k)
        指定者:
        objectEncoding 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • objectFreq

        public Long objectFreq​(K k)
        指定者:
        objectFreq 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • objectIdletime

        public Long objectIdletime​(K k)
        指定者:
        objectIdletime 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • objectRefcount

        public Long objectRefcount​(K k)
        指定者:
        objectRefcount 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • persist

        public Boolean persist​(K k)
        指定者:
        persist 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • pexpire

        public Boolean pexpire​(K k,
                               long l)
        指定者:
        pexpire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • pexpire

        public Boolean pexpire​(K k,
                               Duration duration)
        指定者:
        pexpire 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • pexpireat

        public Boolean pexpireat​(K k,
                                 long l)
        指定者:
        pexpireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • pexpireat

        public Boolean pexpireat​(K k,
                                 Date date)
        指定者:
        pexpireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • pexpireat

        public Boolean pexpireat​(K k,
                                 Instant instant)
        指定者:
        pexpireat 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • pttl

        public Long pttl​(K k)
        指定者:
        pttl 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • randomkey

        public K randomkey()
        指定者:
        randomkey 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • rename

        public String rename​(K k,
                             K k1)
        指定者:
        rename 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • renamenx

        public Boolean renamenx​(K k,
                                K k1)
        指定者:
        renamenx 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • restore

        public String restore​(K k,
                              long l,
                              byte[] bytes)
        指定者:
        restore 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • restore

        public String restore​(K k,
                              byte[] bytes,
                              io.lettuce.core.RestoreArgs restoreArgs)
        指定者:
        restore 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • sort

        public List<V> sort​(K k)
        指定者:
        sort 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • sort

        public Long sort​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                         K k)
        指定者:
        sort 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • sort

        public List<V> sort​(K k,
                            io.lettuce.core.SortArgs sortArgs)
        指定者:
        sort 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • sort

        public Long sort​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                         K k,
                         io.lettuce.core.SortArgs sortArgs)
        指定者:
        sort 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • sortStore

        public Long sortStore​(K k,
                              io.lettuce.core.SortArgs sortArgs,
                              K k1)
        指定者:
        sortStore 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • touch

        public Long touch​(K... ks)
        指定者:
        touch 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • ttl

        public Long ttl​(K k)
        指定者:
        ttl 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • type

        public String type​(K k)
        指定者:
        type 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • scan

        public io.lettuce.core.KeyScanCursor<K> scan()
        指定者:
        scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • scan

        public io.lettuce.core.KeyScanCursor<K> scan​(io.lettuce.core.ScanArgs scanArgs)
        指定者:
        scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • scan

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

        public io.lettuce.core.KeyScanCursor<K> scan​(io.lettuce.core.ScanCursor scanCursor)
        指定者:
        scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • scan

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

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

        public io.lettuce.core.StreamScanCursor scan​(io.lettuce.core.output.KeyStreamingChannel<K> keyStreamingChannel,
                                                     io.lettuce.core.ScanCursor scanCursor,
                                                     io.lettuce.core.ScanArgs scanArgs)
        指定者:
        scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • scan

        public io.lettuce.core.StreamScanCursor scan​(io.lettuce.core.output.KeyStreamingChannel<K> keyStreamingChannel,
                                                     io.lettuce.core.ScanCursor scanCursor)
        指定者:
        scan 在接口中 io.lettuce.core.api.sync.RedisKeyCommands<K,​V>
      • hdel

        public Long hdel​(K k,
                         K... ks)
        指定者:
        hdel 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hexists

        public Boolean hexists​(K k,
                               K k1)
        指定者:
        hexists 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hget

        public V hget​(K k,
                      K k1)
        指定者:
        hget 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hincrby

        public Long hincrby​(K k,
                            K k1,
                            long l)
        指定者:
        hincrby 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hincrbyfloat

        public Double hincrbyfloat​(K k,
                                   K k1,
                                   double v)
        指定者:
        hincrbyfloat 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hgetall

        public Map<K,​V> hgetall​(K k)
        指定者:
        hgetall 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hgetall

        public Long hgetall​(io.lettuce.core.output.KeyValueStreamingChannel<K,​V> keyValueStreamingChannel,
                            K k)
        指定者:
        hgetall 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hkeys

        public List<K> hkeys​(K k)
        指定者:
        hkeys 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hkeys

        public Long hkeys​(io.lettuce.core.output.KeyStreamingChannel<K> keyStreamingChannel,
                          K k)
        指定者:
        hkeys 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hlen

        public Long hlen​(K k)
        指定者:
        hlen 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hmget

        public List<io.lettuce.core.KeyValue<K,​V>> hmget​(K k,
                                                               K... ks)
        指定者:
        hmget 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hmget

        public Long hmget​(io.lettuce.core.output.KeyValueStreamingChannel<K,​V> keyValueStreamingChannel,
                          K k,
                          K... ks)
        指定者:
        hmget 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hmset

        public String hmset​(K k,
                            Map<K,​V> map)
        指定者:
        hmset 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hrandfield

        public K hrandfield​(K k)
        指定者:
        hrandfield 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hrandfield

        public List<K> hrandfield​(K k,
                                  long l)
        指定者:
        hrandfield 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hrandfieldWithvalues

        public io.lettuce.core.KeyValue<K,​V> hrandfieldWithvalues​(K k)
        指定者:
        hrandfieldWithvalues 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hrandfieldWithvalues

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

        public io.lettuce.core.MapScanCursor<K,​V> hscan​(K k)
        指定者:
        hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hscan

        public io.lettuce.core.MapScanCursor<K,​V> hscan​(K k,
                                                              io.lettuce.core.ScanArgs scanArgs)
        指定者:
        hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hscan

        public io.lettuce.core.MapScanCursor<K,​V> hscan​(K k,
                                                              io.lettuce.core.ScanCursor scanCursor,
                                                              io.lettuce.core.ScanArgs scanArgs)
        指定者:
        hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hscan

        public io.lettuce.core.MapScanCursor<K,​V> hscan​(K k,
                                                              io.lettuce.core.ScanCursor scanCursor)
        指定者:
        hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hscan

        public io.lettuce.core.StreamScanCursor hscan​(io.lettuce.core.output.KeyValueStreamingChannel<K,​V> keyValueStreamingChannel,
                                                      K k)
        指定者:
        hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hscan

        public io.lettuce.core.StreamScanCursor hscan​(io.lettuce.core.output.KeyValueStreamingChannel<K,​V> keyValueStreamingChannel,
                                                      K k,
                                                      io.lettuce.core.ScanArgs scanArgs)
        指定者:
        hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hscan

        public io.lettuce.core.StreamScanCursor hscan​(io.lettuce.core.output.KeyValueStreamingChannel<K,​V> keyValueStreamingChannel,
                                                      K k,
                                                      io.lettuce.core.ScanCursor scanCursor,
                                                      io.lettuce.core.ScanArgs scanArgs)
        指定者:
        hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hscan

        public io.lettuce.core.StreamScanCursor hscan​(io.lettuce.core.output.KeyValueStreamingChannel<K,​V> keyValueStreamingChannel,
                                                      K k,
                                                      io.lettuce.core.ScanCursor scanCursor)
        指定者:
        hscan 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hset

        public Boolean hset​(K k,
                            K k1,
                            V v)
        指定者:
        hset 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hset

        public Long hset​(K k,
                         Map<K,​V> map)
        指定者:
        hset 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hsetnx

        public Boolean hsetnx​(K k,
                              K k1,
                              V v)
        指定者:
        hsetnx 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hstrlen

        public Long hstrlen​(K k,
                            K k1)
        指定者:
        hstrlen 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hvals

        public List<V> hvals​(K k)
        指定者:
        hvals 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • hvals

        public Long hvals​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                          K k)
        指定者:
        hvals 在接口中 io.lettuce.core.api.sync.RedisHashCommands<K,​V>
      • bzpopmin

        public io.lettuce.core.KeyValue<K,​io.lettuce.core.ScoredValue<V>> bzpopmin​(long l,
                                                                                         K... ks)
        指定者:
        bzpopmin 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • bzpopmax

        public io.lettuce.core.KeyValue<K,​io.lettuce.core.ScoredValue<V>> bzpopmax​(long l,
                                                                                         K... ks)
        指定者:
        bzpopmax 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zadd

        public Long zadd​(K k,
                         double v,
                         V v1)
        指定者:
        zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zadd

        public Long zadd​(K k,
                         Object... objects)
        指定者:
        zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zadd

        public Long zadd​(K k,
                         io.lettuce.core.ScoredValue<V>... scoredValues)
        指定者:
        zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zadd

        public Long zadd​(K k,
                         io.lettuce.core.ZAddArgs zAddArgs,
                         double v,
                         V v1)
        指定者:
        zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zadd

        public Long zadd​(K k,
                         io.lettuce.core.ZAddArgs zAddArgs,
                         Object... objects)
        指定者:
        zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zadd

        public Long zadd​(K k,
                         io.lettuce.core.ZAddArgs zAddArgs,
                         io.lettuce.core.ScoredValue<V>... scoredValues)
        指定者:
        zadd 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zaddincr

        public Double zaddincr​(K k,
                               double v,
                               V v1)
        指定者:
        zaddincr 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zaddincr

        public Double zaddincr​(K k,
                               io.lettuce.core.ZAddArgs zAddArgs,
                               double v,
                               V v1)
        指定者:
        zaddincr 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zcard

        public Long zcard​(K k)
        指定者:
        zcard 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zcount

        public Long zcount​(K k,
                           double v,
                           double v1)
        指定者:
        zcount 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zcount

        public Long zcount​(K k,
                           String s,
                           String s1)
        指定者:
        zcount 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zcount

        public Long zcount​(K k,
                           io.lettuce.core.Range<? extends Number> range)
        指定者:
        zcount 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zdiff

        public List<V> zdiff​(K... ks)
        指定者:
        zdiff 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zdiffstore

        public Long zdiffstore​(K k,
                               K... ks)
        指定者:
        zdiffstore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zdiffWithScores

        public List<io.lettuce.core.ScoredValue<V>> zdiffWithScores​(K... ks)
        指定者:
        zdiffWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zincrby

        public Double zincrby​(K k,
                              double v,
                              V v1)
        指定者:
        zincrby 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zinter

        public List<V> zinter​(K... ks)
        指定者:
        zinter 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zinter

        public List<V> zinter​(io.lettuce.core.ZAggregateArgs zAggregateArgs,
                              K... ks)
        指定者:
        zinter 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zinterWithScores

        public List<io.lettuce.core.ScoredValue<V>> zinterWithScores​(io.lettuce.core.ZAggregateArgs zAggregateArgs,
                                                                     K... ks)
        指定者:
        zinterWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zinterWithScores

        public List<io.lettuce.core.ScoredValue<V>> zinterWithScores​(K... ks)
        指定者:
        zinterWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zinterstore

        public Long zinterstore​(K k,
                                K... ks)
        指定者:
        zinterstore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zinterstore

        public Long zinterstore​(K k,
                                io.lettuce.core.ZStoreArgs zStoreArgs,
                                K... ks)
        指定者:
        zinterstore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zlexcount

        public Long zlexcount​(K k,
                              String s,
                              String s1)
        指定者:
        zlexcount 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zlexcount

        public Long zlexcount​(K k,
                              io.lettuce.core.Range<? extends V> range)
        指定者:
        zlexcount 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zmscore

        public List<Double> zmscore​(K k,
                                    V... vs)
        指定者:
        zmscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zpopmin

        public io.lettuce.core.ScoredValue<V> zpopmin​(K k)
        指定者:
        zpopmin 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zpopmin

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

        public io.lettuce.core.ScoredValue<V> zpopmax​(K k)
        指定者:
        zpopmax 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zpopmax

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

        public V zrandmember​(K k)
        指定者:
        zrandmember 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrandmember

        public List<V> zrandmember​(K k,
                                   long l)
        指定者:
        zrandmember 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrandmemberWithScores

        public io.lettuce.core.ScoredValue<V> zrandmemberWithScores​(K k)
        指定者:
        zrandmemberWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrandmemberWithScores

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

        public List<V> zrange​(K k,
                              long l,
                              long l1)
        指定者:
        zrange 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrange

        public Long zrange​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                           K k,
                           long l,
                           long l1)
        指定者:
        zrange 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangeWithScores

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

        public Long zrangeWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                     K k,
                                     long l,
                                     long l1)
        指定者:
        zrangeWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebylex

        public List<V> zrangebylex​(K k,
                                   String s,
                                   String s1)
        指定者:
        zrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebylex

        public List<V> zrangebylex​(K k,
                                   io.lettuce.core.Range<? extends V> range)
        指定者:
        zrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebylex

        public List<V> zrangebylex​(K k,
                                   String s,
                                   String s1,
                                   long l,
                                   long l1)
        指定者:
        zrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebylex

        public List<V> zrangebylex​(K k,
                                   io.lettuce.core.Range<? extends V> range,
                                   io.lettuce.core.Limit limit)
        指定者:
        zrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public List<V> zrangebyscore​(K k,
                                     double v,
                                     double v1)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public List<V> zrangebyscore​(K k,
                                     String s,
                                     String s1)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public List<V> zrangebyscore​(K k,
                                     io.lettuce.core.Range<? extends Number> range)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public List<V> zrangebyscore​(K k,
                                     double v,
                                     double v1,
                                     long l,
                                     long l1)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public List<V> zrangebyscore​(K k,
                                     String s,
                                     String s1,
                                     long l,
                                     long l1)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public List<V> zrangebyscore​(K k,
                                     io.lettuce.core.Range<? extends Number> range,
                                     io.lettuce.core.Limit limit)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public Long zrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                  K k,
                                  double v,
                                  double v1)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public Long zrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                  K k,
                                  String s,
                                  String s1)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public Long zrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                  K k,
                                  io.lettuce.core.Range<? extends Number> range)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public Long zrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                  K k,
                                  double v,
                                  double v1,
                                  long l,
                                  long l1)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public Long zrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                  K k,
                                  String s,
                                  String s1,
                                  long l,
                                  long l1)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscore

        public Long zrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                  K k,
                                  io.lettuce.core.Range<? extends Number> range,
                                  io.lettuce.core.Limit limit)
        指定者:
        zrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrangebyscoreWithScores​(K k,
                                                                            double v,
                                                                            double v1)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrangebyscoreWithScores​(K k,
                                                                            String s,
                                                                            String s1)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrangebyscoreWithScores​(K k,
                                                                            io.lettuce.core.Range<? extends Number> range)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrangebyscoreWithScores​(K k,
                                                                            double v,
                                                                            double v1,
                                                                            long l,
                                                                            long l1)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrangebyscoreWithScores​(K k,
                                                                            String s,
                                                                            String s1,
                                                                            long l,
                                                                            long l1)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrangebyscoreWithScores​(K k,
                                                                            io.lettuce.core.Range<? extends Number> range,
                                                                            io.lettuce.core.Limit limit)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public Long zrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                            K k,
                                            double v,
                                            double v1)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public Long zrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                            K k,
                                            String s,
                                            String s1)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public Long zrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                            K k,
                                            io.lettuce.core.Range<? extends Number> range)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public Long zrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                            K k,
                                            double v,
                                            double v1,
                                            long l,
                                            long l1)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public Long zrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                            K k,
                                            String s,
                                            String s1,
                                            long l,
                                            long l1)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangebyscoreWithScores

        public Long zrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                            K k,
                                            io.lettuce.core.Range<? extends Number> range,
                                            io.lettuce.core.Limit limit)
        指定者:
        zrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangestorebylex

        public Long zrangestorebylex​(K k,
                                     K k1,
                                     io.lettuce.core.Range<? extends V> range,
                                     io.lettuce.core.Limit limit)
        指定者:
        zrangestorebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrangestorebyscore

        public Long zrangestorebyscore​(K k,
                                       K k1,
                                       io.lettuce.core.Range<? extends Number> range,
                                       io.lettuce.core.Limit limit)
        指定者:
        zrangestorebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrank

        public Long zrank​(K k,
                          V v)
        指定者:
        zrank 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrem

        public Long zrem​(K k,
                         V... vs)
        指定者:
        zrem 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zremrangebylex

        public Long zremrangebylex​(K k,
                                   String s,
                                   String s1)
        指定者:
        zremrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zremrangebylex

        public Long zremrangebylex​(K k,
                                   io.lettuce.core.Range<? extends V> range)
        指定者:
        zremrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zremrangebyrank

        public Long zremrangebyrank​(K k,
                                    long l,
                                    long l1)
        指定者:
        zremrangebyrank 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zremrangebyscore

        public Long zremrangebyscore​(K k,
                                     double v,
                                     double v1)
        指定者:
        zremrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zremrangebyscore

        public Long zremrangebyscore​(K k,
                                     String s,
                                     String s1)
        指定者:
        zremrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zremrangebyscore

        public Long zremrangebyscore​(K k,
                                     io.lettuce.core.Range<? extends Number> range)
        指定者:
        zremrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrange

        public List<V> zrevrange​(K k,
                                 long l,
                                 long l1)
        指定者:
        zrevrange 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrange

        public Long zrevrange​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                              K k,
                              long l,
                              long l1)
        指定者:
        zrevrange 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangeWithScores

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

        public Long zrevrangeWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                        K k,
                                        long l,
                                        long l1)
        指定者:
        zrevrangeWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebylex

        public List<V> zrevrangebylex​(K k,
                                      io.lettuce.core.Range<? extends V> range)
        指定者:
        zrevrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebylex

        public List<V> zrevrangebylex​(K k,
                                      io.lettuce.core.Range<? extends V> range,
                                      io.lettuce.core.Limit limit)
        指定者:
        zrevrangebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public List<V> zrevrangebyscore​(K k,
                                        double v,
                                        double v1)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public List<V> zrevrangebyscore​(K k,
                                        String s,
                                        String s1)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public List<V> zrevrangebyscore​(K k,
                                        io.lettuce.core.Range<? extends Number> range)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public List<V> zrevrangebyscore​(K k,
                                        double v,
                                        double v1,
                                        long l,
                                        long l1)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public List<V> zrevrangebyscore​(K k,
                                        String s,
                                        String s1,
                                        long l,
                                        long l1)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public List<V> zrevrangebyscore​(K k,
                                        io.lettuce.core.Range<? extends Number> range,
                                        io.lettuce.core.Limit limit)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public Long zrevrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                     K k,
                                     double v,
                                     double v1)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public Long zrevrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                     K k,
                                     String s,
                                     String s1)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public Long zrevrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                     K k,
                                     io.lettuce.core.Range<? extends Number> range)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public Long zrevrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                     K k,
                                     double v,
                                     double v1,
                                     long l,
                                     long l1)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public Long zrevrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                     K k,
                                     String s,
                                     String s1,
                                     long l,
                                     long l1)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscore

        public Long zrevrangebyscore​(io.lettuce.core.output.ValueStreamingChannel<V> valueStreamingChannel,
                                     K k,
                                     io.lettuce.core.Range<? extends Number> range,
                                     io.lettuce.core.Limit limit)
        指定者:
        zrevrangebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrevrangebyscoreWithScores​(K k,
                                                                               double v,
                                                                               double v1)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrevrangebyscoreWithScores​(K k,
                                                                               String s,
                                                                               String s1)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrevrangebyscoreWithScores​(K k,
                                                                               io.lettuce.core.Range<? extends Number> range)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrevrangebyscoreWithScores​(K k,
                                                                               double v,
                                                                               double v1,
                                                                               long l,
                                                                               long l1)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrevrangebyscoreWithScores​(K k,
                                                                               String s,
                                                                               String s1,
                                                                               long l,
                                                                               long l1)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public List<io.lettuce.core.ScoredValue<V>> zrevrangebyscoreWithScores​(K k,
                                                                               io.lettuce.core.Range<? extends Number> range,
                                                                               io.lettuce.core.Limit limit)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public Long zrevrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                               K k,
                                               double v,
                                               double v1)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public Long zrevrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                               K k,
                                               String s,
                                               String s1)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public Long zrevrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                               K k,
                                               io.lettuce.core.Range<? extends Number> range)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public Long zrevrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                               K k,
                                               double v,
                                               double v1,
                                               long l,
                                               long l1)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public Long zrevrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                               K k,
                                               String s,
                                               String s1,
                                               long l,
                                               long l1)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangebyscoreWithScores

        public Long zrevrangebyscoreWithScores​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                               K k,
                                               io.lettuce.core.Range<? extends Number> range,
                                               io.lettuce.core.Limit limit)
        指定者:
        zrevrangebyscoreWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangestorebylex

        public Long zrevrangestorebylex​(K k,
                                        K k1,
                                        io.lettuce.core.Range<? extends V> range,
                                        io.lettuce.core.Limit limit)
        指定者:
        zrevrangestorebylex 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrangestorebyscore

        public Long zrevrangestorebyscore​(K k,
                                          K k1,
                                          io.lettuce.core.Range<? extends Number> range,
                                          io.lettuce.core.Limit limit)
        指定者:
        zrevrangestorebyscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zrevrank

        public Long zrevrank​(K k,
                             V v)
        指定者:
        zrevrank 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zscan

        public io.lettuce.core.ScoredValueScanCursor<V> zscan​(K k)
        指定者:
        zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zscan

        public io.lettuce.core.ScoredValueScanCursor<V> zscan​(K k,
                                                              io.lettuce.core.ScanArgs scanArgs)
        指定者:
        zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zscan

        public io.lettuce.core.ScoredValueScanCursor<V> zscan​(K k,
                                                              io.lettuce.core.ScanCursor scanCursor,
                                                              io.lettuce.core.ScanArgs scanArgs)
        指定者:
        zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zscan

        public io.lettuce.core.ScoredValueScanCursor<V> zscan​(K k,
                                                              io.lettuce.core.ScanCursor scanCursor)
        指定者:
        zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zscan

        public io.lettuce.core.StreamScanCursor zscan​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                                      K k)
        指定者:
        zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zscan

        public io.lettuce.core.StreamScanCursor zscan​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                                      K k,
                                                      io.lettuce.core.ScanArgs scanArgs)
        指定者:
        zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zscan

        public io.lettuce.core.StreamScanCursor zscan​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                                      K k,
                                                      io.lettuce.core.ScanCursor scanCursor,
                                                      io.lettuce.core.ScanArgs scanArgs)
        指定者:
        zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zscan

        public io.lettuce.core.StreamScanCursor zscan​(io.lettuce.core.output.ScoredValueStreamingChannel<V> scoredValueStreamingChannel,
                                                      K k,
                                                      io.lettuce.core.ScanCursor scanCursor)
        指定者:
        zscan 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zscore

        public Double zscore​(K k,
                             V v)
        指定者:
        zscore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zunion

        public List<V> zunion​(K... ks)
        指定者:
        zunion 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zunion

        public List<V> zunion​(io.lettuce.core.ZAggregateArgs zAggregateArgs,
                              K... ks)
        指定者:
        zunion 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zunionWithScores

        public List<io.lettuce.core.ScoredValue<V>> zunionWithScores​(io.lettuce.core.ZAggregateArgs zAggregateArgs,
                                                                     K... ks)
        指定者:
        zunionWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zunionWithScores

        public List<io.lettuce.core.ScoredValue<V>> zunionWithScores​(K... ks)
        指定者:
        zunionWithScores 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zunionstore

        public Long zunionstore​(K k,
                                K... ks)
        指定者:
        zunionstore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>
      • zunionstore

        public Long zunionstore​(K k,
                                io.lettuce.core.ZStoreArgs zStoreArgs,
                                K... ks)
        指定者:
        zunionstore 在接口中 io.lettuce.core.api.sync.RedisSortedSetCommands<K,​V>