Uses of Class
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldIncrBy
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of BitFieldSubCommands.BitFieldIncrBy in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionBitFieldSubCommands.BitFieldIncrBy.create
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset, long value) Creates a newBitFieldSubCommands.BitFieldIncrBy
.BitFieldSubCommands.BitFieldIncrBy.create
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset, long value, BitFieldSubCommands.BitFieldIncrBy.Overflow overflow) Creates a newBitFieldSubCommands.BitFieldIncrBy
.Modifier and TypeMethodDescriptionprotected BitFieldSubCommands
BitFieldSubCommands.incr
(BitFieldSubCommands.BitFieldIncrBy incrBy) Create newBitFieldSubCommands
adding givenBitFieldSubCommands.BitFieldIncrBy
to the sub commands.