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 |
---|---|
ReactiveStringCommands.GetBitCommand |
ReactiveStringCommands.GetBitCommand.atOffset(long offset)
Applies the offset index.
|
static ReactiveStringCommands.GetBitCommand |
ReactiveStringCommands.GetBitCommand.bit(ByteBuffer key)
Creates a new
ReactiveStringCommands.GetBitCommand given a key. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.GetBitCommand>> |
ReactiveStringCommands.getBit(org.reactivestreams.Publisher<ReactiveStringCommands.GetBitCommand> commands)
Get the bit value at offset of value at key.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.GetBitCommand>> |
ReactiveStringCommands.getBit(org.reactivestreams.Publisher<ReactiveStringCommands.GetBitCommand> commands)
Get the bit value at offset of value at key.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.GetBitCommand>> |
LettuceReactiveStringCommands.getBit(org.reactivestreams.Publisher<ReactiveStringCommands.GetBitCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.GetBitCommand>> |
LettuceReactiveStringCommands.getBit(org.reactivestreams.Publisher<ReactiveStringCommands.GetBitCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.