| Package | Description |
|---|---|
| org.redisson.api.redisnode | |
| org.redisson.redisnode |
| Modifier and Type | Method and Description |
|---|---|
RedisSlave |
RedisMasterSlave.getSlave(String address)
Returns Redis Slave node by defined address.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RedisSlave> |
RedisMasterSlave.getSlaves()
Returns collection of Redis Slave nodes belongs to this Redis setup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisNode |
| Modifier and Type | Method and Description |
|---|---|
RedisSlave |
RedissonMasterSlaveNodes.getSlave(String address) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RedisSlave> |
RedissonMasterSlaveNodes.getSlaves() |
Copyright © 2014–2020 Redisson. All rights reserved.