Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStringCommands.GetBitCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveStringCommands.GetBitCommand.atOffset
(long offset) Applies the offset index.ReactiveStringCommands.GetBitCommand.bit
(ByteBuffer key) Creates a newReactiveStringCommands.GetBitCommand
given a key.Modifier and TypeMethodDescriptionreactor.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 TypeMethodDescriptionreactor.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.