| Package | Description |
|---|---|
| org.redisson.config | |
| org.redisson.connection |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseConfig<T extends BaseConfig<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMasterSlaveServersConfig<T extends BaseMasterSlaveServersConfig<T>> |
class |
ClusterServersConfig |
class |
MasterSlaveServersConfig |
class |
ReplicatedServersConfig
Configuration for an Azure Redis Cache or AWS ElastiCache servers.
|
class |
SentinelServersConfig |
class |
SingleServerConfig |
| Modifier and Type | Method and Description |
|---|---|
protected RFuture<RedisConnection> |
MasterSlaveConnectionManager.connectToNode(BaseConfig<?> cfg,
RedisURI addr,
String sslHostname) |
protected RFuture<RedisConnection> |
MasterSlaveConnectionManager.connectToNode(NodeType type,
BaseConfig<?> cfg,
RedisURI addr,
String sslHostname) |
Copyright © 2014–2021 Redisson. All rights reserved.