Uses of Interface
org.springframework.data.redis.connection.NamedNode
Packages that use 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
Classes in org.springframework.data.redis.connection that implement NamedNodeModifier and TypeClassDescriptionclass
Representation of a Redis server within the cluster.class
class
Methods in org.springframework.data.redis.connection that return NamedNodeModifier and TypeMethodDescriptionRedisConfiguration.SentinelConfiguration.getMaster()
Get the Sentinel master node.RedisSentinelConfiguration.getMaster()
Methods in org.springframework.data.redis.connection with parameters of type NamedNodeModifier 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
Methods in org.springframework.data.redis.connection.jedis with parameters of type NamedNode -
Uses of NamedNode in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce with parameters of type NamedNode