| Package | Description |
|---|---|
| org.redisson.api.redisnode | |
| org.redisson.redisnode |
| Modifier and Type | Method and Description |
|---|---|
RedisSentinel |
RedisSentinelMasterSlave.getSentinel(String address)
Returns Redis Sentinel node by defined address.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RedisSentinel> |
RedisSentinelMasterSlave.getSentinels()
Returns collection of Redis Sentinel nodes belongs to this Redis setup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SentinelRedisNode |
| Modifier and Type | Method and Description |
|---|---|
RedisSentinel |
RedissonSentinelMasterSlaveNodes.getSentinel(String address) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RedisSentinel> |
RedissonSentinelMasterSlaveNodes.getSentinels() |
Copyright © 2014–2020 Redisson. All rights reserved.