Uses of Class
org.springframework.data.redis.connection.RedisServer
Packages that use RedisServer
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 RedisServer in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisServerModifier and TypeMethodDescriptionstatic RedisServer
RedisServer.newServerFrom
(Properties properties) Creates a newRedisServer
from the given properties.Methods in org.springframework.data.redis.connection that return types with arguments of type RedisServerModifier and TypeMethodDescriptionRedisSentinelCommands.masters()
Get aCollection
of monitored masters and their state.Show list of replicas for given master.Methods in org.springframework.data.redis.connection with parameters of type RedisServerModifier and TypeMethodDescriptionvoid
RedisSentinelCommands.monitor
(RedisServer master) Tell sentinel to start monitoring a new master with the specifiedRedisNode.getName()
,RedisNode.getHost()
,RedisNode.getPort()
, andgetQuorum()
. -
Uses of RedisServer in org.springframework.data.redis.connection.jedis
Methods in org.springframework.data.redis.connection.jedis that return types with arguments of type RedisServerMethods in org.springframework.data.redis.connection.jedis with parameters of type RedisServer -
Uses of RedisServer in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce that return types with arguments of type RedisServerModifier and TypeMethodDescriptionLettuceSentinelConnection.masters()
static List<RedisServer>
LettuceConverters.toListOfRedisServer
(List<Map<String, String>> source) Methods in org.springframework.data.redis.connection.lettuce with parameters of type RedisServer