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 | Class and Description |
---|---|
class |
RedisClusterNode
Representation of a Redis server within the cluster.
|
class |
RedisNode |
class |
RedisServer |
Modifier and Type | Method and Description |
---|---|
NamedNode |
RedisSentinelConfiguration.getMaster()
Get the Sentinel master node.
|
Modifier and Type | Method and Description |
---|---|
void |
RedisSentinelCommands.failover(NamedNode master)
Force a failover as if the master was not reachable.
|
RedisSentinelConfiguration |
RedisSentinelConfiguration.master(NamedNode master) |
void |
RedisSentinelCommands.remove(NamedNode master)
Removes given master.
|
void |
RedisSentinelConfiguration.setMaster(NamedNode master)
Set the master.
|
Collection<RedisServer> |
RedisSentinelCommands.slaves(NamedNode master)
Show list of slaves for given master.
|
Modifier and Type | Method and Description |
---|---|
void |
JedisSentinelConnection.failover(NamedNode master) |
void |
JedisSentinelConnection.remove(NamedNode master) |
List<RedisServer> |
JedisSentinelConnection.slaves(NamedNode master) |
Modifier and Type | Method and Description |
---|---|
void |
LettuceSentinelConnection.failover(NamedNode master) |
void |
LettuceSentinelConnection.remove(NamedNode master) |
List<RedisServer> |
LettuceSentinelConnection.slaves(NamedNode master) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.