Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
Modifier and Type | Method and Description |
---|---|
ReactiveZSetCommands.ZRangeCommand |
ReactiveZSetCommands.ZRangeCommand.from(ByteBuffer key)
Applies the key.
|
static ReactiveZSetCommands.ZRangeCommand |
ReactiveZSetCommands.ZRangeCommand.reverseValuesWithin(Range<Long> range)
Creates a new
ReactiveZSetCommands.ZRangeCommand given a Range to obtain elements ordered from the highest to the
lowest score. |
static ReactiveZSetCommands.ZRangeCommand |
ReactiveZSetCommands.ZRangeCommand.valuesWithin(Range<Long> range)
Creates a new
ReactiveZSetCommands.ZRangeCommand given a Range to obtain elements ordered from the lowest to the
highest score. |
ReactiveZSetCommands.ZRangeCommand |
ReactiveZSetCommands.ZRangeCommand.withScores()
Return the score along with each returned element.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeCommand,RedisZSetCommands.Tuple>> |
ReactiveZSetCommands.zRange(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeCommand> commands)
Get set of
RedisZSetCommands.Tuple s in range from sorted set. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeCommand,RedisZSetCommands.Tuple>> |
ReactiveZSetCommands.zRange(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeCommand> commands)
Get set of
RedisZSetCommands.Tuple s in range from sorted set. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeCommand,RedisZSetCommands.Tuple>> |
LettuceReactiveZSetCommands.zRange(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeCommand,RedisZSetCommands.Tuple>> |
LettuceReactiveZSetCommands.zRange(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.