Uses of Interface
org.springframework.data.redis.connection.RedisZSetCommands.Tuple
Packages that use RedisZSetCommands.Tuple
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Redis specific converters used for sending data and parsing responses.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
-
Uses of RedisZSetCommands.Tuple in org.springframework.data.redis.connection
Subinterfaces of RedisZSetCommands.Tuple in org.springframework.data.redis.connectionModifier and TypeInterfaceDescriptionstatic interface
String-friendly ZSet tuple.Classes in org.springframework.data.redis.connection that implement RedisZSetCommands.TupleModifier and TypeClassDescriptionclass
Default implementation forStringRedisConnection.StringTuple
interface.class
Default implementation forRedisZSetCommands.Tuple
interface.Methods in org.springframework.data.redis.connection that return RedisZSetCommands.TupleModifier and TypeMethodDescriptiondefault RedisZSetCommands.Tuple
Deprecated.Remove and return the value with its score having the highest score from sorted set atkey
.default RedisZSetCommands.Tuple
Deprecated.in favor ofRedisConnection.zSetCommands()
}.Remove and return the value with its score having the lowest score from sorted set atkey
.default RedisZSetCommands.Tuple
DefaultedRedisConnection.zPopMax
(byte[] key) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zPopMax
(byte[] key) RedisZSetCommands.zPopMax
(byte[] key) Remove and return the value with its score having the highest score from sorted set atkey
.default RedisZSetCommands.Tuple
DefaultedRedisConnection.zPopMin
(byte[] key) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zPopMin
(byte[] key) RedisZSetCommands.zPopMin
(byte[] key) Remove and return the value with its score having the lowest score from sorted set atkey
.Remove and return the value with its score having the lowest score from sorted set atkey
.default RedisZSetCommands.Tuple
DefaultedRedisConnection.zRandMemberWithScore
(byte[] key) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zRandMemberWithScore
(byte[] key) RedisZSetCommands.zRandMemberWithScore
(byte[] key) Get random element from sorted set atkey
.Methods in org.springframework.data.redis.connection that return types with arguments of type RedisZSetCommands.TupleModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.BZPopCommand,
reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> ReactiveZSetCommands.bZPop
(org.reactivestreams.Publisher<ReactiveZSetCommands.BZPopCommand> commands) Remove and return elements from sorted set atkeyCommand#getKey()
.default reactor.core.publisher.Mono<RedisZSetCommands.Tuple>
ReactiveZSetCommands.bZPopMax
(ByteBuffer key, Duration timeout) Remove and return the value with its score having the highest score from sorted set atkey
.default reactor.core.publisher.Mono<RedisZSetCommands.Tuple>
ReactiveZSetCommands.bZPopMin
(ByteBuffer key, Duration timeout) Remove and return the value with its score having the lowest score from sorted set atkey
.ReactiveZSetCommands.ZAddCommand.getTuples()
default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zDiffWithScores
(byte[]... sets) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zDiffWithScores
(byte[]... sets) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zDiffWithScores
(List<ByteBuffer> sets) Diff sorted sets.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZDiffCommand,
reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> ReactiveZSetCommands.zDiffWithScores
(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZDiffCommand> commands) Diff sorted sets.RedisZSetCommands.zDiffWithScores
(byte[]... sets) Diff sortedsets
.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zInterWithScores
(byte[]... sets) Deprecated.in favor ofRedisConnection.zSetCommands()
}.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisConnection.zSetCommands()
}.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zInterWithScores
(byte[]... sets) DefaultStringRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zInterWithScores
(List<ByteBuffer> sets) Intersect sorted sets.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zInterWithScores
(List<ByteBuffer> sets, List<Double> weights) Intersect sorted sets and apply weights to individual sets.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zInterWithScores
(List<ByteBuffer> sets, List<Double> weights, RedisZSetCommands.Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zInterWithScores
(List<ByteBuffer> sets, RedisZSetCommands.Weights weights) Intersect sorted sets and apply weights to individual sets.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zInterWithScores
(List<ByteBuffer> sets, RedisZSetCommands.Weights weights, RedisZSetCommands.Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZAggregateCommand,
reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> ReactiveZSetCommands.zInterWithScores
(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zInterWithScores
(byte[]... sets) Intersect sortedsets
.default Set<RedisZSetCommands.Tuple>
RedisZSetCommands.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Intersect sortedsets
.RedisZSetCommands.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Intersect sortedsets
.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZPopCommand,
reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> ReactiveZSetCommands.zPop
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZPopCommand> commands) Remove and return elements from sorted set atkeyCommand#getKey()
.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zPopMax
(byte[] key, long count) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zPopMax
(byte[] key, long count) default reactor.core.publisher.Mono<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zPopMax
(ByteBuffer key) Remove and return the value with its score having the highest score from sorted set atkey
.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zPopMax
(ByteBuffer key, long count) Remove and returncount
values with their score having the highest score from sorted set atkey
.RedisZSetCommands.zPopMax
(byte[] key, long count) Remove and returncount
values with their score having the highest score from sorted set atkey
.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zPopMin
(byte[] key, long count) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zPopMin
(byte[] key, long count) default reactor.core.publisher.Mono<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zPopMin
(ByteBuffer key) Remove and return the value with its score having the lowest score from sorted set atkey
.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zPopMin
(ByteBuffer key, long count) Remove and returncount
values with their score having the lowest score from sorted set atkey
.RedisZSetCommands.zPopMin
(byte[] key, long count) Remove and returncount
values with their score having the lowest score from sorted set atkey
.default List<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zRandMemberWithScore
(byte[] key, long count) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zRandMemberWithScore
(byte[] key, long count) default reactor.core.publisher.Mono<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zRandMemberWithScore
(ByteBuffer key) Get random element from sorted set atkey
.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zRandMemberWithScore
(ByteBuffer key, long count) Getcount
random elements from sorted set atkey
.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRandMemberCommand,
reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> ReactiveZSetCommands.zRandMemberWithScore
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRandMemberCommand> commands) Get random elements from sorted set atkey
.RedisZSetCommands.zRandMemberWithScore
(byte[] key, long count) Getcount
random elements from sorted set atkey
.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeCommand,
reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> ReactiveZSetCommands.zRange
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeCommand> commands) Get set ofRedisZSetCommands.Tuple
s in range from sorted set.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeByScoreCommand,
reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> ReactiveZSetCommands.zRangeByScore
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeByScoreCommand> commands) GetRedisZSetCommands.Tuple
s in range from sorted set.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zRangeByScoreWithScores
(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zRangeByScoreWithScores
(byte[] key, double min, double max) DefaultStringRedisConnection.zRangeByScoreWithScores
(byte[] key, double min, double max, long offset, long count) DefaultStringRedisConnection.zRangeByScoreWithScores
(byte[] key, RedisZSetCommands.Range range) DefaultStringRedisConnection.zRangeByScoreWithScores
(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zRangeByScoreWithScores
(ByteBuffer key, Range<Double> range) GetRedisZSetCommands.Tuple
s in range from sorted set.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zRangeByScoreWithScores
(ByteBuffer key, Range<Double> range, RedisZSetCommands.Limit limit) GetRedisZSetCommands.Tuple
s in range from sorted set.default Set<RedisZSetCommands.Tuple>
RedisZSetCommands.zRangeByScoreWithScores
(byte[] key, double min, double max) default Set<RedisZSetCommands.Tuple>
RedisZSetCommands.zRangeByScoreWithScores
(byte[] key, double min, double max, long offset, long count) Get set ofRedisZSetCommands.Tuple
s in range fromstart
toend
where score is betweenmin
andmax
from sorted set.default Set<RedisZSetCommands.Tuple>
RedisZSetCommands.zRangeByScoreWithScores
(byte[] key, RedisZSetCommands.Range range) RedisZSetCommands.zRangeByScoreWithScores
(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get set ofRedisZSetCommands.Tuple
s in range fromLimit#offset
toLimit#offset + Limit#count
where score is betweenRange#min
andRange#max
from sorted set.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zRangeWithScores
(byte[] key, long start, long end) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zRangeWithScores
(byte[] key, long start, long end) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zRangeWithScores
(ByteBuffer key, Range<Long> range) Get set ofRedisZSetCommands.Tuple
s in range from sorted set.RedisZSetCommands.zRangeWithScores
(byte[] key, long start, long end) default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zRevRangeByScoreWithScores
(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zRevRangeByScoreWithScores
(byte[] key, double min, double max) DefaultStringRedisConnection.zRevRangeByScoreWithScores
(byte[] key, double min, double max, long offset, long count) DefaultStringRedisConnection.zRevRangeByScoreWithScores
(byte[] key, RedisZSetCommands.Range range) DefaultStringRedisConnection.zRevRangeByScoreWithScores
(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zRevRangeByScoreWithScores
(ByteBuffer key, Range<Double> range) Get set ofRedisZSetCommands.Tuple
s in range from sorted set in reverse score ordering.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zRevRangeByScoreWithScores
(ByteBuffer key, Range<Double> range, RedisZSetCommands.Limit limit) GetRedisZSetCommands.Tuple
s in range from sorted set in reverse score ordering.default Set<RedisZSetCommands.Tuple>
RedisZSetCommands.zRevRangeByScoreWithScores
(byte[] key, double min, double max) Get set ofRedisZSetCommands.Tuple
where score is betweenmin
andmax
from sorted set ordered from high to low.default Set<RedisZSetCommands.Tuple>
RedisZSetCommands.zRevRangeByScoreWithScores
(byte[] key, double min, double max, long offset, long count) Get set ofRedisZSetCommands.Tuple
in range fromstart
toend
where score is betweenmin
andmax
from sorted set ordered high -> low.default Set<RedisZSetCommands.Tuple>
RedisZSetCommands.zRevRangeByScoreWithScores
(byte[] key, RedisZSetCommands.Range range) Get set ofRedisZSetCommands.Tuple
where score is betweenRange#min
andRange#max
from sorted set ordered from high to low.RedisZSetCommands.zRevRangeByScoreWithScores
(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get set ofRedisZSetCommands.Tuple
in range fromLimit#offset
toLimit#count
where score is betweenRange#min
andRange#max
from sorted set ordered high -> low.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zRevRangeWithScores
(byte[] key, long start, long end) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zRevRangeWithScores
(byte[] key, long start, long end) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zRevRangeWithScores
(ByteBuffer key, Range<Long> range) Get set ofRedisZSetCommands.Tuple
s in range from sorted set in reverse score ordering.RedisZSetCommands.zRevRangeWithScores
(byte[] key, long start, long end) Get set ofRedisZSetCommands.Tuple
s in range fromstart
toend
from sorted set ordered from high to low.default Cursor<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zScan
(byte[] key, ScanOptions options) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zScan
(byte[] key, ScanOptions options) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zScan
(ByteBuffer key) Use aFlux
to iterate over members in the sorted set atkey
.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zScan
(ByteBuffer key, ScanOptions options) reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveRedisConnection.KeyCommand,
reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> ReactiveZSetCommands.zScan
(org.reactivestreams.Publisher<ReactiveRedisConnection.KeyScanCommand> commands) Use aFlux
to iterate over members in the sorted set atkey
.RedisZSetCommands.zScan
(byte[] key, ScanOptions options) Use aCursor
to iterate over elements in sorted set atkey
.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zUnionWithScores
(byte[]... sets) Deprecated.in favor ofRedisConnection.zSetCommands()
}.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisConnection.zSetCommands()
}.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zUnionWithScores
(byte[]... sets) DefaultStringRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zUnionWithScores
(List<ByteBuffer> sets) Union sorted sets.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zUnionWithScores
(List<ByteBuffer> sets, List<Double> weights) Union sorted sets and apply weights to individual sets.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zUnionWithScores
(List<ByteBuffer> sets, List<Double> weights, RedisZSetCommands.Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zUnionWithScores
(List<ByteBuffer> sets, RedisZSetCommands.Weights weights) Union sorted sets and apply weights to individual sets.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zUnionWithScores
(List<ByteBuffer> sets, RedisZSetCommands.Weights weights, RedisZSetCommands.Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZAggregateCommand,
reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> ReactiveZSetCommands.zUnionWithScores
(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) Union sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zUnionWithScores
(byte[]... sets) Union sortedsets
.default Set<RedisZSetCommands.Tuple>
RedisZSetCommands.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Union sortedsets
.RedisZSetCommands.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Union sortedsets
.Methods in org.springframework.data.redis.connection with parameters of type RedisZSetCommands.TupleModifier and TypeMethodDescriptionReactiveZSetCommands.ZAddCommand.tuple
(RedisZSetCommands.Tuple tuple) Creates a newReactiveZSetCommands.ZAddCommand
given aRedisZSetCommands.Tuple
.Method parameters in org.springframework.data.redis.connection with type arguments of type RedisZSetCommands.TupleModifier and TypeMethodDescriptionReactiveZSetCommands.ZAddCommand.tuples
(Collection<? extends RedisZSetCommands.Tuple> tuples) default Long
DefaultedRedisConnection.zAdd
(byte[] key, Set<RedisZSetCommands.Tuple> tuples, RedisZSetCommands.ZAddArgs args) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zAdd
(byte[] key, Set<RedisZSetCommands.Tuple> tuples, RedisZSetCommands.ZAddArgs args) default reactor.core.publisher.Mono<Long>
ReactiveZSetCommands.zAdd
(ByteBuffer key, Collection<? extends RedisZSetCommands.Tuple> tuples) Add a tuples to a sorted set at key, or update their score if it already exists.default Long
RedisZSetCommands.zAdd
(byte[] key, Set<RedisZSetCommands.Tuple> tuples) Addtuples
to a sorted set atkey
, or update itsscore
if it already exists.RedisZSetCommands.zAdd
(byte[] key, Set<RedisZSetCommands.Tuple> tuples, RedisZSetCommands.ZAddArgs args) Constructors in org.springframework.data.redis.connection with parameters of type RedisZSetCommands.TupleModifierConstructorDescriptionDefaultStringTuple
(RedisZSetCommands.Tuple tuple, String valueAsString) Constructs a newDefaultStringTuple
instance. -
Uses of RedisZSetCommands.Tuple in org.springframework.data.redis.connection.convert
Method parameters in org.springframework.data.redis.connection.convert with type arguments of type RedisZSetCommands.Tuple -
Uses of RedisZSetCommands.Tuple in org.springframework.data.redis.connection.jedis
Methods in org.springframework.data.redis.connection.jedis that return RedisZSetCommands.TupleModifier and TypeMethodDescriptionstatic RedisZSetCommands.Tuple
JedisConverters.toTuple
(redis.clients.jedis.Tuple source) Methods in org.springframework.data.redis.connection.jedis that return types with arguments of type RedisZSetCommands.TupleModifier and TypeMethodDescriptionstatic Set<RedisZSetCommands.Tuple>
JedisConverters.toTupleSet
(Set<redis.clients.jedis.Tuple> source) Deprecated.since 2.5static SetConverter<redis.clients.jedis.Tuple,
RedisZSetCommands.Tuple> JedisConverters.tupleSetToTupleSet()
Deprecated.since 2.5static ListConverter<redis.clients.jedis.Tuple,
RedisZSetCommands.Tuple> JedisConverters.tuplesToTuples()
Method parameters in org.springframework.data.redis.connection.jedis with type arguments of type RedisZSetCommands.TupleModifier and TypeMethodDescriptionJedisConverters.toTupleMap
(Set<RedisZSetCommands.Tuple> tuples) -
Uses of RedisZSetCommands.Tuple in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce that return RedisZSetCommands.TupleModifier and TypeMethodDescriptionstatic RedisZSetCommands.Tuple
LettuceConverters.toTuple
(io.lettuce.core.ScoredValue<byte[]> source) Methods in org.springframework.data.redis.connection.lettuce that return types with arguments of type RedisZSetCommands.TupleModifier and TypeMethodDescriptionstatic Converter<List<byte[]>,
List<RedisZSetCommands.Tuple>> LettuceConverters.bytesListToTupleListConverter()
Deprecated.static Converter<List<io.lettuce.core.ScoredValue<byte[]>>,
List<RedisZSetCommands.Tuple>> LettuceConverters.scoredValuesToTupleList()
static Converter<List<io.lettuce.core.ScoredValue<byte[]>>,
Set<RedisZSetCommands.Tuple>> LettuceConverters.scoredValuesToTupleSet()
Deprecated.static Converter<io.lettuce.core.ScoredValue<byte[]>,
RedisZSetCommands.Tuple> LettuceConverters.scoredValueToTuple()
Deprecated.static List<RedisZSetCommands.Tuple>
Deprecated.static Set<RedisZSetCommands.Tuple>
LettuceConverters.toTupleSet
(List<io.lettuce.core.ScoredValue<byte[]>> source) Deprecated.
RedisConnection.zSetCommands()
}.