Uses of Enum Class
org.springframework.data.redis.connection.RedisClusterCommands.AddSlots
Packages that use 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
Methods in org.springframework.data.redis.connection that return RedisClusterCommands.AddSlotsModifier 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.Methods in org.springframework.data.redis.connection with parameters of type RedisClusterCommands.AddSlotsModifier and TypeMethodDescriptionvoid
RedisClusterCommands.clusterSetSlot
(@NonNull RedisClusterNode node, int slot, @NonNull RedisClusterCommands.AddSlots mode) -
Uses of RedisClusterCommands.AddSlots in org.springframework.data.redis.connection.jedis
Methods in org.springframework.data.redis.connection.jedis with parameters of type RedisClusterCommands.AddSlotsModifier and TypeMethodDescriptionvoid
JedisClusterConnection.clusterSetSlot
(@NonNull RedisClusterNode node, int slot, @NonNull RedisClusterCommands.AddSlots mode) -
Uses of RedisClusterCommands.AddSlots in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce with parameters of type RedisClusterCommands.AddSlotsModifier and TypeMethodDescriptionvoid
LettuceClusterConnection.clusterSetSlot
(RedisClusterNode node, int slot, RedisClusterCommands.AddSlots mode)