| 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 |
RedisServer |
| Modifier and Type | Method and Description |
|---|---|
RedisNode |
RedisNode.RedisNodeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<RedisNode> |
RedisSentinelConfiguration.getSentinels()
Returns an
Collections.unmodifiableSet(Set) of Sentinels. |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisSentinelConfiguration.addSentinel(RedisNode sentinel)
Add sentinel.
|
protected RedisSentinelConnection |
AbstractRedisConnection.getSentinelConnection(RedisNode sentinel)
Get
RedisSentinelCommands connected to given node. |
protected boolean |
AbstractRedisConnection.isActive(RedisNode node)
Check if node is active by sending ping.
|
RedisSentinelConfiguration |
RedisSentinelConfiguration.sentinel(RedisNode sentinel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisSentinelConfiguration.setSentinels(Iterable<RedisNode> sentinels)
Set Sentinels to connect to.
|
| Modifier and Type | Method and Description |
|---|---|
protected redis.clients.jedis.Jedis |
JedisConnection.getJedis(RedisNode node) |
protected JedisSentinelConnection |
JedisConnection.getSentinelConnection(RedisNode sentinel) |
protected boolean |
JedisConnection.isActive(RedisNode node) |
| Constructor and Description |
|---|
JedisSentinelConnection(RedisNode sentinel) |
| Modifier and Type | Method and Description |
|---|---|
protected RedisSentinelConnection |
LettuceConnection.getSentinelConnection(RedisNode sentinel) |
protected boolean |
LettuceConnection.isActive(RedisNode node) |
| Constructor and Description |
|---|
LettuceSentinelConnection(RedisNode sentinel)
Creates a
LettuceSentinelConnection with a dedicated client for a supplied RedisNode. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.