Class NamedRedisServersConfiguration
- java.lang.Object
-
- io.lettuce.core.RedisURI
-
- io.micronaut.configuration.lettuce.AbstractRedisConfiguration
-
- io.micronaut.configuration.lettuce.NamedRedisServersConfiguration
-
- All Implemented Interfaces:
io.lettuce.core.ConnectionPoint,io.micronaut.core.naming.Named,java.io.Serializable
@EachProperty("redis.servers") public class NamedRedisServersConfiguration extends AbstractRedisConfigurationAllows the configuration of multiple redis servers.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.lettuce.core.RedisURI
CONVERTER_MAP, DEFAULT_REDIS_PORT, DEFAULT_SENTINEL_PORT, DEFAULT_TIMEOUT, DEFAULT_TIMEOUT_DURATION, PARAMETER_NAME_CLIENT_NAME, PARAMETER_NAME_DATABASE, PARAMETER_NAME_DATABASE_ALT, PARAMETER_NAME_SENTINEL_MASTER_ID, PARAMETER_NAME_TIMEOUT, PARAMETER_NAME_VERIFY_PEER, URI_SCHEME_REDIS, URI_SCHEME_REDIS_SECURE, URI_SCHEME_REDIS_SECURE_ALT, URI_SCHEME_REDIS_SENTINEL, URI_SCHEME_REDIS_SENTINEL_SECURE, URI_SCHEME_REDIS_SOCKET, URI_SCHEME_REDIS_SOCKET_ALT, URI_SCHEME_REDIS_TLS_ALT
-
-
Constructor Summary
Constructors Constructor Description NamedRedisServersConfiguration(java.lang.String name)Constructor.
-
Method Summary
-
Methods inherited from class io.micronaut.configuration.lettuce.AbstractRedisConfiguration
getComputationThreadPoolSize, getIoThreadPoolSize, getName, getUri, getUris, setComputationThreadPoolSize, setIoThreadPoolSize, setName, setUri, setUris
-
Methods inherited from class io.lettuce.core.RedisURI
applyAuthentication, applySsl, builder, builder, create, create, create, equals, getClientName, getCredentialsProvider, getDatabase, getHost, getPassword, getPort, getSentinelMasterId, getSentinels, getSocket, getTimeout, getUsername, getVerifyMode, hashCode, isSsl, isStartTls, isVerifyPeer, setClientName, setCredentialsProvider, setDatabase, setHost, setPassword, setPassword, setPassword, setPort, setSentinelMasterId, setSocket, setSsl, setStartTls, setTimeout, setUsername, setVerifyPeer, setVerifyPeer, toString, toURI
-
-