| Package | Description |
|---|---|
| org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveZSetCommands.ZMScoreCommand |
ReactiveZSetCommands.ZMScoreCommand.forKey(ByteBuffer key)
Applies the key.
|
static ReactiveZSetCommands.ZMScoreCommand |
ReactiveZSetCommands.ZMScoreCommand.scoreOf(ByteBuffer member)
Creates a new
ReactiveZSetCommands.ZMScoreCommand given a member. |
static ReactiveZSetCommands.ZMScoreCommand |
ReactiveZSetCommands.ZMScoreCommand.scoreOf(Collection<ByteBuffer> members)
Creates a new
ReactiveZSetCommands.ZMScoreCommand given a members. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZMScoreCommand,Double>> |
ReactiveZSetCommands.zMScore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZMScoreCommand> commands)
Get the scores of elements with
getValues() from sorted set with key
ReactiveRedisConnection.KeyCommand.getKey() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZMScoreCommand,Double>> |
ReactiveZSetCommands.zMScore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZMScoreCommand> commands)
Get the scores of elements with
getValues() from sorted set with key
ReactiveRedisConnection.KeyCommand.getKey() |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.