Uses of Class
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldIncrByBuilder
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of BitFieldSubCommands.BitFieldIncrByBuilder in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionBitFieldSubCommands.BitFieldIncrByBuilder.forType
(BitFieldSubCommands.BitFieldType type) BitFieldSubCommands.incr
(BitFieldSubCommands.BitFieldType type) Obtain a newBitFieldSubCommands.BitFieldIncrByBuilder
for creating and adding aBitFieldSubCommands.BitFieldIncrBy
sub command.BitFieldSubCommands.BitFieldIncrByBuilder.overflow
(BitFieldSubCommands.BitFieldIncrBy.Overflow overflow) Set theBitFieldSubCommands.BitFieldIncrBy.Overflow
to be used for this and any subsequentBitFieldSubCommands.BitFieldIncrBy
commands.BitFieldSubCommands.BitFieldIncrByBuilder.valueAt
(long offset) Set the zero based bit offset.BitFieldSubCommands.BitFieldIncrByBuilder.valueAt
(BitFieldSubCommands.Offset offset) Set the bit offset.