Uses of Class
org.springframework.data.redis.connection.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
Modifier and TypeMethodDescriptionstatic RedisServer
RedisServer.newServerFrom
(Properties properties) Creates a newRedisServer
from the given properties.Modifier and TypeMethodDescriptionRedisSentinelCommands.masters()
Get aCollection
of monitored masters and their state.Show list of replicas for given master.Modifier 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
-
Uses of RedisServer in org.springframework.data.redis.connection.lettuce
Modifier and TypeMethodDescriptionLettuceSentinelConnection.masters()
static List<RedisServer>
LettuceConverters.toListOfRedisServer
(List<Map<String, String>> source)