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 |
---|---|
<S,T> ClusterCommandExecutor.MulitNodeResult<T> |
ClusterCommandExecutor.executeMuliKeyCommand(ClusterCommandExecutor.MultiKeyClusterCommandCallback<S,T> cmd,
Iterable<byte[]> keys)
Run
ClusterCommandExecutor.MultiKeyClusterCommandCallback with on a curated set of nodes serving one or more keys. |
Modifier and Type | Interface and Description |
---|---|
protected static interface |
JedisClusterConnection.JedisMultiKeyClusterCommandCallback<T>
Jedis specific ClusterCommandExecutor.MultiKeyClusterCommandCallback . |
Modifier and Type | Interface and Description |
---|---|
protected static interface |
LettuceClusterConnection.LettuceMultiKeyClusterCommandCallback<T>
Lettuce specific implementation of
ClusterCommandExecutor.MultiKeyClusterCommandCallback . |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.