Uses of Enum Class
org.springframework.data.redis.connection.RedisClusterCommands.AddSlots
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
-
Uses of RedisClusterCommands.AddSlots in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RedisClusterCommands.AddSlots[]
RedisClusterCommands.AddSlots.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
RedisClusterCommands.clusterSetSlot
(RedisClusterNode node, int slot, RedisClusterCommands.AddSlots mode) -
Uses of RedisClusterCommands.AddSlots in org.springframework.data.redis.connection.jedis
Modifier and TypeMethodDescriptionvoid
JedisClusterConnection.clusterSetSlot
(RedisClusterNode node, int slot, RedisClusterCommands.AddSlots mode) -
Uses of RedisClusterCommands.AddSlots in org.springframework.data.redis.connection.lettuce
Modifier and TypeMethodDescriptionvoid
LettuceClusterConnection.clusterSetSlot
(RedisClusterNode node, int slot, RedisClusterCommands.AddSlots mode)