Uses of Enum Class
org.springframework.data.redis.connection.ReactiveClusterCommands.AddSlots
Packages that use ReactiveClusterCommands.AddSlots
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveClusterCommands.AddSlots in org.springframework.data.redis.connection
Subclasses with type arguments of type ReactiveClusterCommands.AddSlots in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that return ReactiveClusterCommands.AddSlotsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReactiveClusterCommands.AddSlots[]
ReactiveClusterCommands.AddSlots.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection with parameters of type ReactiveClusterCommands.AddSlotsModifier and TypeMethodDescriptionReactiveClusterCommands.clusterSetSlot
(RedisClusterNode node, int slot, ReactiveClusterCommands.AddSlots mode)