Uses of Interface
org.springframework.data.redis.connection.NamedNode
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 NamedNode in org.springframework.data.redis.connection
Modifier and TypeClassDescriptionclass
Representation of a Redis server within the cluster.class
class
Modifier and TypeMethodDescriptionRedisConfiguration.SentinelConfiguration.getMaster()
Get the Sentinel master node.RedisSentinelConfiguration.getMaster()
Modifier and TypeMethodDescriptionvoid
Force a failover as if the master was not reachable.void
Removes given master.Show list of replicas for given master.void
Set the master node.void
-
Uses of NamedNode in org.springframework.data.redis.connection.jedis
-
Uses of NamedNode in org.springframework.data.redis.connection.lettuce