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.ZRemCommand |
ReactiveZSetCommands.ZRemCommand.from(ByteBuffer key)
Applies the key.
|
static ReactiveZSetCommands.ZRemCommand |
ReactiveZSetCommands.ZRemCommand.values(ByteBuffer value)
Creates a new
ReactiveZSetCommands.ZRemCommand given a RedisZSetCommands.Tuple . |
static ReactiveZSetCommands.ZRemCommand |
ReactiveZSetCommands.ZRemCommand.values(Collection<ByteBuffer> values)
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemCommand,Long>> |
ReactiveZSetCommands.zRem(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemCommand> commands)
Remove
getValues() from sorted set. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemCommand,Long>> |
ReactiveZSetCommands.zRem(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemCommand> commands)
Remove
getValues() from sorted set. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.