Uses of Class
org.springframework.data.redis.core.types.RedisClientInfo
Packages that use RedisClientInfo
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Redis specific converters used for sending data and parsing responses.
Connection package for Lettuce Redis client.
Core package for integrating Redis with Spring concepts.
Redis domain specific types.
-
Uses of RedisClientInfo in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return types with arguments of type RedisClientInfoModifier and TypeMethodDescriptiondefault List<RedisClientInfo>
DefaultedRedisClusterConnection.getClientList
(RedisClusterNode node) Deprecated.default List<RedisClientInfo>
DefaultedRedisConnection.getClientList()
Deprecated.in favor ofRedisCommandsProvider.serverCommands()
.DefaultStringRedisConnection.getClientList()
ReactiveClusterServerCommands.getClientList
(RedisClusterNode node) Request information and statistics about connected clients.ReactiveServerCommands.getClientList()
Request information and statistics about connected clients.RedisClusterServerCommands.getClientList
(RedisClusterNode node) RedisServerCommands.getClientList()
Request information and statistics about connected clients.StringRedisConnection.getClientList()
Request information and statistics about connected clients. -
Uses of RedisClientInfo in org.springframework.data.redis.connection.convert
Methods in org.springframework.data.redis.connection.convert that return types with arguments of type RedisClientInfoModifier and TypeMethodDescription -
Uses of RedisClientInfo in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce that return types with arguments of type RedisClientInfoModifier and TypeMethodDescriptionstatic Converter<String,
List<RedisClientInfo>> LettuceConverters.stringToRedisClientListConverter()
static List<RedisClientInfo>
LettuceConverters.toListOfRedisClientInformation
(String clientList) -
Uses of RedisClientInfo in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return types with arguments of type RedisClientInfoModifier and TypeMethodDescriptionRedisOperations.getClientList()
Request information and statistics about connected clients.RedisTemplate.getClientList()
-
Uses of RedisClientInfo in org.springframework.data.redis.core.types
Methods in org.springframework.data.redis.core.types that return RedisClientInfoModifier and TypeMethodDescriptionstatic RedisClientInfo
RedisClientInfo.RedisClientInfoBuilder.fromString
(String source)
RedisCommandsProvider.serverCommands()
.