Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.jedis |
Connection package for Jedis library.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
Modifier and Type | Method and Description |
---|---|
static RedisClusterCommands.AddSlots |
RedisClusterCommands.AddSlots.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisClusterCommands.AddSlots[] |
RedisClusterCommands.AddSlots.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RedisClusterCommands.clusterSetSlot(RedisClusterNode node,
int slot,
RedisClusterCommands.AddSlots mode) |
Modifier and Type | Method and Description |
---|---|
void |
JedisClusterConnection.clusterSetSlot(RedisClusterNode node,
int slot,
RedisClusterCommands.AddSlots mode) |
Modifier and Type | Method and Description |
---|---|
void |
LettuceClusterConnection.clusterSetSlot(RedisClusterNode node,
int slot,
RedisClusterCommands.AddSlots mode) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.