Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStringCommands.SetBitCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveStringCommands.SetBitCommand.atOffset
(long index) Applies the offset index.ReactiveStringCommands.SetBitCommand.bit
(ByteBuffer key) Creates a newReactiveStringCommands.SetBitCommand
given a key.ReactiveStringCommands.SetBitCommand.to
(boolean bit) Applies the bit.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.SetBitCommand>>
ReactiveStringCommands.setBit
(org.reactivestreams.Publisher<ReactiveStringCommands.SetBitCommand> commands) Sets the bit at offset in value stored at key and return the original value.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.SetBitCommand>>
ReactiveStringCommands.setBit
(org.reactivestreams.Publisher<ReactiveStringCommands.SetBitCommand> commands) Sets the bit at offset in value stored at key and return the original value.