Uses of Class
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldIncrBy
Packages that use 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
Methods in org.springframework.data.redis.connection that return BitFieldSubCommands.BitFieldIncrByModifier 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
.Methods in org.springframework.data.redis.connection with parameters of type BitFieldSubCommands.BitFieldIncrByModifier and TypeMethodDescriptionprotected BitFieldSubCommands
BitFieldSubCommands.incr
(BitFieldSubCommands.BitFieldIncrBy incrBy) Create newBitFieldSubCommands
adding givenBitFieldSubCommands.BitFieldIncrBy
to the sub commands.