Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.BitFieldCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStringCommands.BitFieldCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveStringCommands.BitFieldCommand.bitField
(ByteBuffer key) Creates a newReactiveStringCommands.BitFieldCommand
given a key.ReactiveStringCommands.BitFieldCommand.commands
(BitFieldSubCommands commands) Applies theBitFieldSubCommands
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveStringCommands.BitFieldCommand,
Long>> ReactiveStringCommands.bitField
(org.reactivestreams.Publisher<ReactiveStringCommands.BitFieldCommand> commands) Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a givenkey
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveStringCommands.BitFieldCommand,
Long>> ReactiveStringCommands.bitField
(org.reactivestreams.Publisher<ReactiveStringCommands.BitFieldCommand> commands) Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a givenkey
.