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.
|
org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
Modifier and Type | Method and Description |
---|---|
RedisClusterConnection |
RedisConnectionFactory.getClusterConnection()
Provides a suitable connection for interacting with Redis Cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
JedisClusterConnection
RedisClusterConnection implementation on top of JedisCluster . |
Modifier and Type | Method and Description |
---|---|
RedisClusterConnection |
JedisConnectionFactory.getClusterConnection() |
Modifier and Type | Class and Description |
---|---|
class |
LettuceClusterConnection |
Modifier and Type | Method and Description |
---|---|
RedisClusterConnection |
LettuceConnectionFactory.getClusterConnection() |
Modifier and Type | Method and Description |
---|---|
T |
RedisClusterCallback.doInRedis(RedisClusterConnection connection)
Gets called by
RedisClusterTemplate with an active Redis connection. |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.