Uses of Interface
org.springframework.data.redis.connection.zset.Tuple
Packages that use 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 Lettuce Redis client.
-
Uses of Tuple in org.springframework.data.redis.connection
Subinterfaces of Tuple in org.springframework.data.redis.connectionModifier and TypeInterfaceDescriptionstatic interfaceString-friendly ZSet tuple.Classes in org.springframework.data.redis.connection that implement TupleModifier and TypeClassDescriptionclassDefault implementation forStringRedisConnection.StringTupleinterface.Methods in org.springframework.data.redis.connection that return TupleModifier and TypeMethodDescriptiondefault TupleDeprecated.Remove and return the value with its score having the highest score from sorted set atkey.default TupleDeprecated.in favor ofRedisCommandsProvider.zSetCommands()}.Remove and return the value with its score having the lowest score from sorted set atkey.default TupleDefaultedRedisConnection.zPopMax(byte[] key) Deprecated.in favor ofRedisCommandsProvider.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 TupleDefaultedRedisConnection.zPopMin(byte[] key) Deprecated.in favor ofRedisCommandsProvider.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 TupleDefaultedRedisConnection.zRandMemberWithScore(byte[] key) Deprecated.in favor ofRedisCommandsProvider.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 TupleModifier and TypeMethodDescriptionReactiveZSetCommands.bZPop(Publisher<ReactiveZSetCommands.BZPopCommand> commands) Remove and return elements from sorted set atkeyCommand#getKey().ReactiveZSetCommands.bZPopMax(ByteBuffer key, Duration timeout) Remove and return the value with its score having the highest score from sorted set atkey.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()DefaultedRedisConnection.zDiffWithScores(byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultStringRedisConnection.zDiffWithScores(byte[]... sets) ReactiveZSetCommands.zDiffWithScores(List<ByteBuffer> sets) Diff sorted sets.ReactiveZSetCommands.zDiffWithScores(Publisher<? extends ReactiveZSetCommands.ZDiffCommand> commands) Diff sorted sets.RedisZSetCommands.zDiffWithScores(byte[]... sets) Diff sortedsets.DefaultedRedisConnection.zInterWithScores(byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultedRedisConnection.zInterWithScores(Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultedRedisConnection.zInterWithScores(Aggregate aggregate, Weights weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultStringRedisConnection.zInterWithScores(byte[]... sets) DefaultStringRedisConnection.zInterWithScores(Aggregate aggregate, Weights weights, byte[]... sets) ReactiveZSetCommands.zInterWithScores(List<ByteBuffer> sets) Intersect sorted sets.ReactiveZSetCommands.zInterWithScores(List<ByteBuffer> sets, List<Double> weights) Intersect sorted sets and apply weights to individual sets.ReactiveZSetCommands.zInterWithScores(List<ByteBuffer> sets, List<Double> weights, Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.ReactiveZSetCommands.zInterWithScores(List<ByteBuffer> sets, Weights weights) Intersect sorted sets and apply weights to individual sets.ReactiveZSetCommands.zInterWithScores(List<ByteBuffer> sets, Weights weights, Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.ReactiveZSetCommands.zInterWithScores(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zInterWithScores(byte[]... sets) Intersect sortedsets.RedisZSetCommands.zInterWithScores(Aggregate aggregate, int[] weights, byte[]... sets) Intersect sortedsets.RedisZSetCommands.zInterWithScores(Aggregate aggregate, Weights weights, byte[]... sets) Intersect sortedsets.ReactiveZSetCommands.zPop(Publisher<ReactiveZSetCommands.ZPopCommand> commands) Remove and return elements from sorted set atkeyCommand#getKey().DefaultedRedisConnection.zPopMax(byte[] key, long count) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultStringRedisConnection.zPopMax(byte[] key, long count) ReactiveZSetCommands.zPopMax(ByteBuffer key) Remove and return the value with its score having the highest score from sorted set atkey.ReactiveZSetCommands.zPopMax(ByteBuffer key, long count) Remove and returncountvalues with their score having the highest score from sorted set atkey.RedisZSetCommands.zPopMax(byte[] key, long count) Remove and returncountvalues with their score having the highest score from sorted set atkey.DefaultedRedisConnection.zPopMin(byte[] key, long count) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultStringRedisConnection.zPopMin(byte[] key, long count) ReactiveZSetCommands.zPopMin(ByteBuffer key) Remove and return the value with its score having the lowest score from sorted set atkey.ReactiveZSetCommands.zPopMin(ByteBuffer key, long count) Remove and returncountvalues with their score having the lowest score from sorted set atkey.RedisZSetCommands.zPopMin(byte[] key, long count) Remove and returncountvalues with their score having the lowest score from sorted set atkey.DefaultedRedisConnection.zRandMemberWithScore(byte[] key, long count) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultStringRedisConnection.zRandMemberWithScore(byte[] key, long count) ReactiveZSetCommands.zRandMemberWithScore(ByteBuffer key) Get random element from sorted set atkey.ReactiveZSetCommands.zRandMemberWithScore(ByteBuffer key, long count) Getcountrandom elements from sorted set atkey.ReactiveZSetCommands.zRandMemberWithScore(Publisher<ReactiveZSetCommands.ZRandMemberCommand> commands) Get random elements from sorted set atkey.RedisZSetCommands.zRandMemberWithScore(byte[] key, long count) Getcountrandom elements from sorted set atkey.ReactiveZSetCommands.zRange(Publisher<ReactiveZSetCommands.ZRangeCommand> commands) Get set ofTuples in range from sorted set.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeByScoreCommand,Flux<Tuple>>> ReactiveZSetCommands.zRangeByScore(Publisher<ReactiveZSetCommands.ZRangeByScoreCommand> commands) GetTuples in range from sorted set.DefaultedRedisConnection.zRangeByScoreWithScores(byte[] key, Range<? extends Number> range, Limit limit) Deprecated.in favor ofRedisCommandsProvider.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, Range<? extends Number> range) DefaultStringRedisConnection.zRangeByScoreWithScores(byte[] key, Range<? extends Number> range, Limit limit) ReactiveZSetCommands.zRangeByScoreWithScores(ByteBuffer key, Range<Double> range) GetTuples in range from sorted set.ReactiveZSetCommands.zRangeByScoreWithScores(ByteBuffer key, Range<Double> range, Limit limit) GetTuples in range from sorted set.RedisZSetCommands.zRangeByScoreWithScores(byte[] key, double min, double max) RedisZSetCommands.zRangeByScoreWithScores(byte[] key, double min, double max, long offset, long count) RedisZSetCommands.zRangeByScoreWithScores(byte[] key, Range<? extends Number> range) RedisZSetCommands.zRangeByScoreWithScores(byte[] key, Range<? extends Number> range, Limit limit) Get set ofTuples in range fromLimit#offsettoLimit#offset + Limit#countwhere score is betweenRange#minandRange#maxfrom sorted set.DefaultedRedisConnection.zRangeWithScores(byte[] key, long start, long end) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultStringRedisConnection.zRangeWithScores(byte[] key, long start, long end) ReactiveZSetCommands.zRangeWithScores(ByteBuffer key, Range<Long> range) Get set ofTuples in range from sorted set.RedisZSetCommands.zRangeWithScores(byte[] key, long start, long end) DefaultedRedisConnection.zRevRangeByScoreWithScores(byte[] key, Range<? extends Number> range, Limit limit) Deprecated.in favor ofRedisCommandsProvider.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, Range<? extends Number> range) DefaultStringRedisConnection.zRevRangeByScoreWithScores(byte[] key, Range<? extends Number> range, Limit limit) ReactiveZSetCommands.zRevRangeByScoreWithScores(ByteBuffer key, Range<Double> range) Get set ofTuples in range from sorted set in reverse score ordering.ReactiveZSetCommands.zRevRangeByScoreWithScores(ByteBuffer key, Range<Double> range, Limit limit) GetTuples in range from sorted set in reverse score ordering.RedisZSetCommands.zRevRangeByScoreWithScores(byte[] key, double min, double max) RedisZSetCommands.zRevRangeByScoreWithScores(byte[] key, double min, double max, long offset, long count) Get set ofTuplein range fromstarttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low.RedisZSetCommands.zRevRangeByScoreWithScores(byte[] key, Range<? extends Number> range) Get set ofTuplewhere score is betweenRange#minandRange#maxfrom sorted set ordered from high to low.RedisZSetCommands.zRevRangeByScoreWithScores(byte[] key, Range<? extends Number> range, Limit limit) Get set ofTuplein range fromLimit#offsettoLimit#countwhere score is betweenRange#minandRange#maxfrom sorted set ordered high -> low.DefaultedRedisConnection.zRevRangeWithScores(byte[] key, long start, long end) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultStringRedisConnection.zRevRangeWithScores(byte[] key, long start, long end) ReactiveZSetCommands.zRevRangeWithScores(ByteBuffer key, Range<Long> range) Get set ofTuples in range from sorted set in reverse score ordering.RedisZSetCommands.zRevRangeWithScores(byte[] key, long start, long end) DefaultedRedisConnection.zScan(byte[] key, ScanOptions options) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultStringRedisConnection.zScan(byte[] key, ScanOptions options) ReactiveZSetCommands.zScan(ByteBuffer key) Use aFluxto iterate over members in the sorted set atkey.ReactiveZSetCommands.zScan(ByteBuffer key, ScanOptions options) ReactiveZSetCommands.zScan(Publisher<ReactiveRedisConnection.KeyScanCommand> commands) Use aFluxto iterate over members in the sorted set atkey.RedisZSetCommands.zScan(byte[] key, ScanOptions options) Use aCursorto iterate over elements in sorted set atkey.DefaultedRedisConnection.zUnionWithScores(byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultedRedisConnection.zUnionWithScores(Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultedRedisConnection.zUnionWithScores(Aggregate aggregate, Weights weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultStringRedisConnection.zUnionWithScores(byte[]... sets) DefaultStringRedisConnection.zUnionWithScores(Aggregate aggregate, Weights weights, byte[]... sets) ReactiveZSetCommands.zUnionWithScores(List<ByteBuffer> sets) Union sorted sets.ReactiveZSetCommands.zUnionWithScores(List<ByteBuffer> sets, List<Double> weights) Union sorted sets and apply weights to individual sets.ReactiveZSetCommands.zUnionWithScores(List<ByteBuffer> sets, List<Double> weights, Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.ReactiveZSetCommands.zUnionWithScores(List<ByteBuffer> sets, Weights weights) Union sorted sets and apply weights to individual sets.ReactiveZSetCommands.zUnionWithScores(List<ByteBuffer> sets, Weights weights, Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.ReactiveZSetCommands.zUnionWithScores(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) Union sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zUnionWithScores(byte[]... sets) Union sortedsets.RedisZSetCommands.zUnionWithScores(Aggregate aggregate, int[] weights, byte[]... sets) Union sortedsets.RedisZSetCommands.zUnionWithScores(Aggregate aggregate, Weights weights, byte[]... sets) Union sortedsets.Methods in org.springframework.data.redis.connection with parameters of type TupleMethod parameters in org.springframework.data.redis.connection with type arguments of type TupleModifier and TypeMethodDescriptionReactiveZSetCommands.ZAddCommand.tuples(Collection<? extends Tuple> tuples) default LongDefaultedRedisConnection.zAdd(byte[] key, Set<Tuple> tuples, RedisZSetCommands.ZAddArgs args) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.DefaultStringRedisConnection.zAdd(byte[] key, Set<Tuple> tuples, RedisZSetCommands.ZAddArgs args) ReactiveZSetCommands.zAdd(ByteBuffer key, Collection<? extends Tuple> tuples) Add a tuples to a sorted set at key, or update their score if it already exists.default LongAddtuplesto a sorted set atkey, or update itsscoreif it already exists.RedisZSetCommands.zAdd(byte[] key, Set<Tuple> tuples, RedisZSetCommands.ZAddArgs args) Constructors in org.springframework.data.redis.connection with parameters of type TupleModifierConstructorDescriptionDefaultStringTuple(Tuple tuple, String valueAsString) Constructs a newDefaultStringTupleinstance. -
Uses of Tuple in org.springframework.data.redis.connection.convert
Method parameters in org.springframework.data.redis.connection.convert with type arguments of type Tuple -
Uses of Tuple in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce that return TupleModifier and TypeMethodDescriptionstatic TupleLettuceConverters.toTuple(io.lettuce.core.ScoredValue<byte[]> source) Methods in org.springframework.data.redis.connection.lettuce that return types with arguments of type Tuple -
Uses of Tuple in org.springframework.data.redis.connection.zset
Classes in org.springframework.data.redis.connection.zset that implement TupleMethods in org.springframework.data.redis.connection.zset that return Tuple
RedisCommandsProvider.zSetCommands()}.