Package | Description |
---|---|
org.springframework.data.redis.connection.jedis |
Connection package for Jedis library.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
Constructor and Description |
---|
JedisClusterConnection(redis.clients.jedis.JedisCluster cluster,
ClusterCommandExecutor executor)
Create new
JedisClusterConnection utilizing native connections via JedisCluster running commands
across the cluster via given ClusterCommandExecutor . |
Constructor and Description |
---|
LettuceClusterConnection(com.lambdaworks.redis.cluster.RedisClusterClient clusterClient,
ClusterCommandExecutor executor)
Creates new
LettuceClusterConnection using RedisClusterClient running commands across the cluster
via given ClusterCommandExecutor . |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.