Uses of Class
org.springframework.data.redis.connection.RedisZSetCommands.Limit
Packages that use RedisZSetCommands.Limit
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Lettuce Redis client.
Core package for integrating Redis with Spring concepts.
Package providing implementations for most of the
java.util collections on top of Redis.-
Uses of RedisZSetCommands.Limit in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisZSetCommands.LimitModifier and TypeMethodDescriptionRedisZSetCommands.Limit.count(int count) ReactiveStreamCommands.RangeCommand.getLimit()ReactiveZSetCommands.ZRangeByLexCommand.getLimit()static RedisZSetCommands.LimitRedisZSetCommands.Limit.limit()RedisZSetCommands.Limit.offset(int offset) static RedisZSetCommands.LimitRedisZSetCommands.Limit.unlimited()Methods in org.springframework.data.redis.connection that return types with arguments of type RedisZSetCommands.LimitMethods in org.springframework.data.redis.connection with parameters of type RedisZSetCommands.LimitModifier and TypeMethodDescriptionReactiveStreamCommands.RangeCommand.limit(RedisZSetCommands.Limit limit) Applies aLimit.ReactiveZSetCommands.ZRangeByLexCommand.limitTo(RedisZSetCommands.Limit limit) Applies theRedisZSetCommands.Limit.ReactiveZSetCommands.ZRangeByScoreCommand.limitTo(RedisZSetCommands.Limit limit) Applies theRedisZSetCommands.Limit.default List<ByteRecord>DefaultedRedisConnection.xRange(byte[] key, Range<String> range, RedisZSetCommands.Limit limit) Deprecated.DefaultStringRedisConnection.xRange(byte[] key, Range<String> range, RedisZSetCommands.Limit limit) DefaultStringRedisConnection.xRange(String key, Range<String> range, RedisZSetCommands.Limit limit) default reactor.core.publisher.Flux<ByteBufferRecord>ReactiveStreamCommands.xRange(ByteBuffer key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limit.RedisStreamCommands.xRange(byte[] key, Range<String> range, RedisZSetCommands.Limit limit) StringRedisConnection.xRange(String key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRedisZSetCommands.Rangeapplying aRedisZSetCommands.Limit.default List<ByteRecord>DefaultedRedisConnection.xRevRange(byte[] key, Range<String> range, RedisZSetCommands.Limit limit) Deprecated.in favor ofRedisConnection.streamCommands()}.DefaultStringRedisConnection.xRevRange(byte[] key, Range<String> range, RedisZSetCommands.Limit limit) DefaultStringRedisConnection.xRevRange(String key, Range<String> range, RedisZSetCommands.Limit limit) default reactor.core.publisher.Flux<ByteBufferRecord>ReactiveStreamCommands.xRevRange(ByteBuffer key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limitin reverse order.RedisStreamCommands.xRevRange(byte[] key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limitin reverse order.StringRedisConnection.xRevRange(String key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRedisZSetCommands.Rangeapplying aRedisZSetCommands.Limitin reverse order.default Set<byte[]>DefaultedRedisConnection.zRangeByLex(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Deprecated.in favor ofRedisConnection.zSetCommands()}.Set<byte[]>DefaultStringRedisConnection.zRangeByLex(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) DefaultStringRedisConnection.zRangeByLex(String key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) default reactor.core.publisher.Flux<ByteBuffer>ReactiveZSetCommands.zRangeByLex(ByteBuffer key, Range<String> range, RedisZSetCommands.Limit limit) Get all elements inRangefrom the sorted set at key in lexicographical ordering.Set<byte[]>RedisZSetCommands.zRangeByLex(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get all the elements inRedisZSetCommands.Rangefrom the sorted set at key in lexicographical ordering.StringRedisConnection.zRangeByLex(String key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get all the elements inRedisZSetCommands.Rangefrom the sorted set at key in lexicographical ordering.default Set<byte[]>DefaultedRedisConnection.zRangeByScore(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Deprecated.in favor ofRedisConnection.zSetCommands()}.Set<byte[]>DefaultStringRedisConnection.zRangeByScore(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) default reactor.core.publisher.Flux<ByteBuffer>ReactiveZSetCommands.zRangeByScore(ByteBuffer key, Range<Double> range, RedisZSetCommands.Limit limit) Get elements in range from sorted set.Set<byte[]>RedisZSetCommands.zRangeByScore(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get elements in range fromLimit#counttoLimit#offsetwhere score is betweenRange#minandRange#maxfrom 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, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>ReactiveZSetCommands.zRangeByScoreWithScores(ByteBuffer key, Range<Double> range, RedisZSetCommands.Limit limit) GetRedisZSetCommands.Tuples in range from sorted set.RedisZSetCommands.zRangeByScoreWithScores(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get set ofRedisZSetCommands.Tuples in range fromLimit#offsettoLimit#offset + Limit#countwhere score is betweenRange#minandRange#maxfrom sorted set.default Set<byte[]>DefaultedRedisConnection.zRevRangeByLex(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Deprecated.in favor ofRedisConnection.zSetCommands()}.Set<byte[]>DefaultStringRedisConnection.zRevRangeByLex(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) DefaultStringRedisConnection.zRevRangeByLex(String key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) default reactor.core.publisher.Flux<ByteBuffer>ReactiveZSetCommands.zRevRangeByLex(ByteBuffer key, Range<String> range, RedisZSetCommands.Limit limit) Get all elements inRangefrom the sorted set at key in lexicographical ordering.Set<byte[]>RedisZSetCommands.zRevRangeByLex(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get all the elements inRedisZSetCommands.Rangefrom the sorted set at key in reversed lexicographical ordering.StringRedisConnection.zRevRangeByLex(String key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get all the elements inRedisZSetCommands.Rangefrom the sorted set at key in reversed lexicographical ordering.default Set<byte[]>DefaultedRedisConnection.zRevRangeByScore(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Deprecated.in favor ofRedisConnection.zSetCommands()}.Set<byte[]>DefaultStringRedisConnection.zRevRangeByScore(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) default reactor.core.publisher.Flux<ByteBuffer>ReactiveZSetCommands.zRevRangeByScore(ByteBuffer key, Range<Double> range, RedisZSetCommands.Limit limit) Get elements in range from sorted set in reverse score ordering.Set<byte[]>RedisZSetCommands.zRevRangeByScore(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get elements in range fromLimit#offsettoLimit#offset + Limit#countwhere score is betweenRange#minandRange#maxfrom sorted set ordered high -> low.default Set<RedisZSetCommands.Tuple>DefaultedRedisConnection.zRevRangeByScoreWithScores(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Deprecated.in favor ofRedisConnection.zSetCommands()}.DefaultStringRedisConnection.zRevRangeByScoreWithScores(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>ReactiveZSetCommands.zRevRangeByScoreWithScores(ByteBuffer key, Range<Double> range, RedisZSetCommands.Limit limit) GetRedisZSetCommands.Tuples in range from sorted set in reverse score ordering.RedisZSetCommands.zRevRangeByScoreWithScores(byte[] key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get set ofRedisZSetCommands.Tuplein range fromLimit#offsettoLimit#countwhere score is betweenRange#minandRange#maxfrom sorted set ordered high -> low. -
Uses of RedisZSetCommands.Limit in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce with parameters of type RedisZSetCommands.LimitModifier and TypeMethodDescriptionstatic io.lettuce.core.LimitLettuceConverters.toLimit(RedisZSetCommands.Limit limit) Convert aRedisZSetCommands.Limitto a LettuceLimit. -
Uses of RedisZSetCommands.Limit in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type RedisZSetCommands.LimitModifier and TypeMethodDescriptionBoundStreamOperations.range(Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limit.default <V> reactor.core.publisher.Flux<ObjectRecord<K,V>> ReactiveStreamOperations.range(Class<V> targetType, K key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limit.ReactiveStreamOperations.range(K key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limit.default <V> List<ObjectRecord<K,V>> StreamOperations.range(Class<V> targetType, K key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.LimitasObjectRecord.StreamOperations.range(K key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limit.BoundZSetOperations.rangeByLex(RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get all elements n elements, where n =getCount(), starting atgetOffset()with lexicographical ordering having a value betweenRedisZSetCommands.Range.getMin()andRedisZSetCommands.Range.getMax().reactor.core.publisher.Flux<V>ReactiveZSetOperations.rangeByLex(K key, Range<String> range, RedisZSetCommands.Limit limit) Get all elements n elements, where n =getCount(), starting atgetOffset()with lexicographical ordering from ZSET atkeywith a value betweenRange.getLowerBound()andRange.getUpperBound().ZSetOperations.rangeByLex(K key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get all elements n elements, where n =getCount(), starting atgetOffset()with lexicographical ordering from ZSET atkeywith a value betweenRedisZSetCommands.Range.getMin()andRedisZSetCommands.Range.getMax().reactor.core.publisher.Flux<V>ReactiveZSetOperations.rangeByScore(K key, Range<Double> range, RedisZSetCommands.Limit limit) Get elements in range fromstarttoendwhere score is betweenminandmaxfrom sorted set.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.rangeByScoreWithScores(K key, Range<Double> range, RedisZSetCommands.Limit limit) Get set ofRedisZSetCommands.Tuples in range fromstarttoendwhere score is betweenminandmaxfrom sorted set.BoundStreamOperations.reverseRange(Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limitin reverse order.default <V> reactor.core.publisher.Flux<ObjectRecord<K,V>> ReactiveStreamOperations.reverseRange(Class<V> targetType, K key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limitin reverse order asObjectRecord.ReactiveStreamOperations.reverseRange(K key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limitin reverse order.default <V> List<ObjectRecord<K,V>> StreamOperations.reverseRange(Class<V> targetType, K key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limitin reverse order asObjectRecord.StreamOperations.reverseRange(K key, Range<String> range, RedisZSetCommands.Limit limit) Read records from a stream within a specificRangeapplying aRedisZSetCommands.Limitin reverse order.BoundZSetOperations.reverseRangeByLex(RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get all elements n elements, where n =getCount(), starting atgetOffset()with reverse lexicographical ordering having a value betweenRedisZSetCommands.Range.getMin()andRedisZSetCommands.Range.getMax().reactor.core.publisher.Flux<V>ReactiveZSetOperations.reverseRangeByLex(K key, Range<String> range, RedisZSetCommands.Limit limit) Get all elements n elements, where n =getCount(), starting atgetOffset()with reverse lexicographical ordering from ZSET atkeywith a value betweenRange.getLowerBound()andRange.getUpperBound().ZSetOperations.reverseRangeByLex(K key, RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get all elements n elements, where n =getCount(), starting atgetOffset()with reverse lexicographical ordering from ZSET atkeywith a value betweenRedisZSetCommands.Range.getMin()andRedisZSetCommands.Range.getMax().reactor.core.publisher.Flux<V>ReactiveZSetOperations.reverseRangeByScore(K key, Range<Double> range, RedisZSetCommands.Limit limit) Get elements in range fromstarttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.reverseRangeByScoreWithScores(K key, Range<Double> range, RedisZSetCommands.Limit limit) Get set ofRedisZSetCommands.Tuplein range fromstarttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low. -
Uses of RedisZSetCommands.Limit in org.springframework.data.redis.support.collections
Methods in org.springframework.data.redis.support.collections with parameters of type RedisZSetCommands.LimitModifier and TypeMethodDescriptionDefaultRedisZSet.rangeByLex(RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) RedisZSet.rangeByLex(RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get all elements n elements, where n =getCount(), starting atgetOffset()with lexicographical ordering having a value betweenRedisZSetCommands.Range.getMin()andRedisZSetCommands.Range.getMax().DefaultRedisZSet.reverseRangeByLex(RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) RedisZSet.reverseRangeByLex(RedisZSetCommands.Range range, RedisZSetCommands.Limit limit) Get all elements n elements, where n =getCount(), starting atgetOffset()with reverse lexicographical ordering having a value betweenRedisZSetCommands.Range.getMin()andRedisZSetCommands.Range.getMax().
RedisConnection.streamCommands()}.