Uses of Class
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldSet
Packages that use BitFieldSubCommands.BitFieldSet
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of BitFieldSubCommands.BitFieldSet in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return BitFieldSubCommands.BitFieldSetModifier and TypeMethodDescriptionBitFieldSubCommands.BitFieldSet.create
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset, long value) Creates a newBitFieldSubCommands.BitFieldSet
.Methods in org.springframework.data.redis.connection with parameters of type BitFieldSubCommands.BitFieldSetModifier and TypeMethodDescriptionprotected BitFieldSubCommands
BitFieldSubCommands.set
(BitFieldSubCommands.BitFieldSet set) Create newBitFieldSubCommands
adding givenBitFieldSubCommands.BitFieldSet
to the sub commands.