Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand
Packages that use 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.connectionMethods in org.springframework.data.redis.connection that return ReactiveStringCommands.GetBitCommandModifier and TypeMethodDescriptionReactiveStringCommands.GetBitCommand.atOffset(long offset) Applies the offset index.ReactiveStringCommands.GetBitCommand.bit(ByteBuffer key) Creates a newReactiveStringCommands.GetBitCommandgiven a key.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStringCommands.GetBitCommandModifier and TypeMethodDescriptionReactiveStringCommands.getBit(Publisher<ReactiveStringCommands.GetBitCommand> commands) Get the bit value at offset of value at key.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStringCommands.GetBitCommandModifier and TypeMethodDescriptionReactiveStringCommands.getBit(Publisher<ReactiveStringCommands.GetBitCommand> commands) Get the bit value at offset of value at key.