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 classstatic classTheGETsub command used withBitFieldSubCommands.static classTheINCRBYsub command used withBitFieldSubCommands.static classTheSETsub command used withBitFieldSubCommands.Classes in org.springframework.data.redis.connection that implement interfaces with type arguments of type BitFieldSubCommands.BitFieldSubCommandModifier and TypeClassDescriptionclassThe actualBITFIELDcommand representation holding severalBitFieldSubCommands.BitFieldSubCommands to execute.Methods in org.springframework.data.redis.connection that return types with arguments of type BitFieldSubCommands.BitFieldSubCommandModifier and TypeMethodDescriptionBitFieldSubCommands.getSubCommands()Get theListof sub commands.BitFieldSubCommands.iterator()Methods in org.springframework.data.redis.connection with parameters of type BitFieldSubCommands.BitFieldSubCommandModifier and TypeMethodDescriptionstatic BitFieldSubCommandsBitFieldSubCommands.create(BitFieldSubCommands.BitFieldSubCommand... subCommands) Creates a newBitFieldSubCommandswith Multiple BitFieldSubCommand.