Uses of Interface
org.springframework.data.redis.connection.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
Modifier and TypeClassDescriptionstatic class
static class
TheGET
sub command used withBitFieldSubCommands
.static class
TheINCRBY
sub command used withBitFieldSubCommands
.static class
TheSET
sub command used withBitFieldSubCommands
.Modifier and TypeMethodDescriptionBitFieldSubCommands.getSubCommands()
Get theList
of sub commands.BitFieldSubCommands.iterator()
Modifier and TypeMethodDescriptionstatic BitFieldSubCommands
BitFieldSubCommands.create
(BitFieldSubCommands.BitFieldSubCommand... subCommands) Creates a newBitFieldSubCommands
with Multiple BitFieldSubCommand.