Uses of Class
org.springframework.data.redis.connection.BitFieldSubCommands
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Lettuce Redis client.
Core package for integrating Redis with Spring concepts.
-
Uses of BitFieldSubCommands in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionBitFieldSubCommands.BitFieldIncrByBuilder.by
(long value) Set the value used for increasing.static BitFieldSubCommands
BitFieldSubCommands.create()
Creates a newBitFieldSubCommands
.static BitFieldSubCommands
BitFieldSubCommands.create
(BitFieldSubCommands.BitFieldSubCommand... subCommands) Creates a newBitFieldSubCommands
with Multiple BitFieldSubCommand.protected BitFieldSubCommands
BitFieldSubCommands.get
(BitFieldSubCommands.BitFieldGet get) Create newBitFieldSubCommands
adding givenBitFieldSubCommands.BitFieldGet
to the sub commands.ReactiveStringCommands.BitFieldCommand.getSubCommands()
protected BitFieldSubCommands
BitFieldSubCommands.incr
(BitFieldSubCommands.BitFieldIncrBy incrBy) Create newBitFieldSubCommands
adding givenBitFieldSubCommands.BitFieldIncrBy
to the sub commands.protected BitFieldSubCommands
BitFieldSubCommands.set
(BitFieldSubCommands.BitFieldSet set) Create newBitFieldSubCommands
adding givenBitFieldSubCommands.BitFieldSet
to the sub commands.BitFieldSubCommands.BitFieldSetBuilder.to
(long value) Set the value.BitFieldSubCommands.BitFieldGetBuilder.valueAt
(long offset) Set the zero based bit offset.BitFieldSubCommands.BitFieldGetBuilder.valueAt
(BitFieldSubCommands.Offset offset) Set the bit offset.Modifier and TypeMethodDescriptionDefaultStringRedisConnection.bitfield
(String key, BitFieldSubCommands operation) StringRedisConnection.bitfield
(String key, BitFieldSubCommands command) Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a givenkey
.DefaultedRedisConnection.bitField
(byte[] key, BitFieldSubCommands subCommands) Deprecated.DefaultStringRedisConnection.bitField
(byte[] key, BitFieldSubCommands subCommands) ReactiveStringCommands.bitField
(ByteBuffer key, BitFieldSubCommands subCommands) Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a givenkey
.RedisStringCommands.bitField
(byte[] key, BitFieldSubCommands subCommands) Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a givenkey
.ReactiveStringCommands.BitFieldCommand.commands
(BitFieldSubCommands commands) Applies theBitFieldSubCommands
. -
Uses of BitFieldSubCommands in org.springframework.data.redis.connection.lettuce
Modifier and TypeMethodDescriptionstatic io.lettuce.core.BitFieldArgs
LettuceConverters.toBitFieldArgs
(BitFieldSubCommands subCommands) ConvertBitFieldSubCommands
intoBitFieldArgs
. -
Uses of BitFieldSubCommands in org.springframework.data.redis.core
Modifier and TypeMethodDescriptionReactiveValueOperations.bitField
(K key, BitFieldSubCommands command) Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a givenkey
.ValueOperations.bitField
(K key, BitFieldSubCommands subCommands) Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a givenkey
.
RedisCommandsProvider.stringCommands()
}.