Uses of Class
org.springframework.data.redis.connection.ClusterInfo
Packages that use 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
Methods in org.springframework.data.redis.connection that return ClusterInfoModifier and TypeMethodDescriptionRedisClusterCommands.clusterGetClusterInfo()
Get cluster information.Methods in org.springframework.data.redis.connection that return types with arguments of type ClusterInfoModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClusterInfo>
ReactiveClusterCommands.clusterGetClusterInfo()
Get cluster information. -
Uses of ClusterInfo in org.springframework.data.redis.connection.jedis
Methods in org.springframework.data.redis.connection.jedis that return ClusterInfo -
Uses of ClusterInfo in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce that return ClusterInfo