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 |
---|---|
ReactiveSetCommands.SRemCommand |
ReactiveSetCommands.SRemCommand.from(ByteBuffer key)
Applies the key.
|
static ReactiveSetCommands.SRemCommand |
ReactiveSetCommands.SRemCommand.value(ByteBuffer value)
Creates a new
ReactiveSetCommands.SRemCommand given a value. |
static ReactiveSetCommands.SRemCommand |
ReactiveSetCommands.SRemCommand.values(Collection<ByteBuffer> values)
Creates a new
ReactiveSetCommands.SRemCommand given a Collection of values. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SRemCommand,Long>> |
ReactiveSetCommands.sRem(org.reactivestreams.Publisher<ReactiveSetCommands.SRemCommand> commands)
Remove given
getValues() from set at ReactiveRedisConnection.KeyCommand.getKey() . |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SRemCommand,Long>> |
ReactiveSetCommands.sRem(org.reactivestreams.Publisher<ReactiveSetCommands.SRemCommand> commands)
Remove given
getValues() from set at ReactiveRedisConnection.KeyCommand.getKey() . |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SRemCommand,Long>> |
LettuceReactiveSetCommands.sRem(org.reactivestreams.Publisher<ReactiveSetCommands.SRemCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SRemCommand,Long>> |
LettuceReactiveSetCommands.sRem(org.reactivestreams.Publisher<ReactiveSetCommands.SRemCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.