Uses of Class
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldSetBuilder
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of BitFieldSubCommands.BitFieldSetBuilder in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionBitFieldSubCommands.BitFieldSetBuilder.forType
(BitFieldSubCommands.BitFieldType type) BitFieldSubCommands.set
(BitFieldSubCommands.BitFieldType type) Obtain a newBitFieldSubCommands.BitFieldSetBuilder
for creating and adding aBitFieldSubCommands.BitFieldSet
sub command.BitFieldSubCommands.BitFieldSetBuilder.valueAt
(long offset) Set the zero based bit offset.BitFieldSubCommands.BitFieldSetBuilder.valueAt
(BitFieldSubCommands.Offset offset) Set the bit offset.