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.ZRangeByLexCommand |
ReactiveZSetCommands.ZRangeByLexCommand.from(ByteBuffer key)
Applies the key.
|
ReactiveZSetCommands.ZRangeByLexCommand |
ReactiveZSetCommands.ZRangeByLexCommand.limitTo(RedisZSetCommands.Limit limit)
Applies the
RedisZSetCommands.Limit . |
static ReactiveZSetCommands.ZRangeByLexCommand |
ReactiveZSetCommands.ZRangeByLexCommand.reverseStringsWithin(Range<String> range)
Creates a new
ReactiveZSetCommands.ZRangeByLexCommand given a Range of String to obtain elements in reverse
lexicographical ordering. |
static ReactiveZSetCommands.ZRangeByLexCommand |
ReactiveZSetCommands.ZRangeByLexCommand.stringsWithin(Range<String> range)
Creates a new
ReactiveZSetCommands.ZRangeByLexCommand given a Range of String to retrieve elements
lexicographical ordering. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeByLexCommand,ByteBuffer>> |
ReactiveZSetCommands.zRangeByLex(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeByLexCommand> commands)
Get all elements in
Range from the sorted set at key in lexicographical ordering. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeByLexCommand,ByteBuffer>> |
ReactiveZSetCommands.zRangeByLex(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeByLexCommand> commands)
Get all elements in
Range from the sorted set at key in lexicographical ordering. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeByLexCommand,ByteBuffer>> |
LettuceReactiveZSetCommands.zRangeByLex(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeByLexCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeByLexCommand,ByteBuffer>> |
LettuceReactiveZSetCommands.zRangeByLex(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeByLexCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.