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 |
---|---|
RedisSentinelConnection |
RedisConnectionFactory.getSentinelConnection()
Provides a suitable connection for interacting with Redis Sentinel.
|
RedisSentinelConnection |
RedisConnection.getSentinelConnection() |
RedisSentinelConnection |
DefaultStringRedisConnection.getSentinelConnection() |
RedisSentinelConnection |
AbstractRedisConnection.getSentinelConnection() |
protected RedisSentinelConnection |
AbstractRedisConnection.getSentinelConnection(RedisNode sentinel)
Get
RedisSentinelCommands connected to given node. |
Modifier and Type | Class and Description |
---|---|
class |
JedisSentinelConnection |
Modifier and Type | Method and Description |
---|---|
RedisSentinelConnection |
JedisConnectionFactory.getSentinelConnection() |
RedisSentinelConnection |
JedisClusterConnection.getSentinelConnection() |
Modifier and Type | Class and Description |
---|---|
class |
LettuceSentinelConnection |
Modifier and Type | Method and Description |
---|---|
RedisSentinelConnection |
LettuceConnectionFactory.getSentinelConnection() |
protected RedisSentinelConnection |
LettuceConnection.getSentinelConnection(RedisNode sentinel) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.