public interface RedisSentinelMasterSlave extends RedisMasterSlave
| Modifier and Type | Method and Description |
|---|---|
RedisSentinel |
getSentinel(String address)
Returns Redis Sentinel node by defined address.
|
Collection<RedisSentinel> |
getSentinels()
Returns collection of Redis Sentinel nodes belongs to this Redis setup.
|
getMaster, getMaster, getSlave, getSlavespingAll, pingAllCollection<RedisSentinel> getSentinels()
RedisSentinel getSentinel(String address)
Address example: redis://127.0.0.1:9233
Copyright © 2014–2021 Redisson. All rights reserved.