Uses of Class
org.springframework.data.redis.connection.ClusterInfo
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
-
Uses of ClusterInfo in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionRedisClusterCommands.clusterGetClusterInfo()
Get cluster information.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClusterInfo>
ReactiveClusterCommands.clusterGetClusterInfo()
Get cluster information. -
Uses of ClusterInfo in org.springframework.data.redis.connection.jedis
-
Uses of ClusterInfo in org.springframework.data.redis.connection.lettuce