Uses of Interface
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldSubCommand
Packages that use BitFieldSubCommands.BitFieldSubCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of BitFieldSubCommands.BitFieldSubCommand in org.springframework.data.redis.connection
Classes in org.springframework.data.redis.connection that implement BitFieldSubCommands.BitFieldSubCommandModifier and TypeClassDescriptionstatic class
static class
TheGET
sub command used withBitFieldSubCommands
.static class
TheINCRBY
sub command used withBitFieldSubCommands
.static class
TheSET
sub command used withBitFieldSubCommands
.Methods in org.springframework.data.redis.connection that return types with arguments of type BitFieldSubCommands.BitFieldSubCommandModifier and TypeMethodDescriptionBitFieldSubCommands.getSubCommands()
Get theList
of sub commands.BitFieldSubCommands.iterator()
Methods in org.springframework.data.redis.connection with parameters of type BitFieldSubCommands.BitFieldSubCommandModifier and TypeMethodDescriptionstatic BitFieldSubCommands
BitFieldSubCommands.create
(BitFieldSubCommands.BitFieldSubCommand... subCommands) Creates a newBitFieldSubCommands
with Multiple BitFieldSubCommand.