T - public interface RedisClusterCallback<T>
| Modifier and Type | Method and Description |
|---|---|
T |
doInRedis(RedisClusterConnection connection)
Gets called by
ClusterOperations with an active Redis connection. |
@Nullable T doInRedis(RedisClusterConnection connection) throws DataAccessException
ClusterOperations with an active Redis connection. Does not need to care about activating or
closing the connection or handling exceptions.connection - never null.DataAccessExceptionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.