| Package | Description |
|---|---|
| io.lettuce.core.models.role |
Model and parser for the
ROLE output. |
| Modifier and Type | Method and Description |
|---|---|
ReplicationPartner |
RedisSlaveInstance.getMaster() |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationPartner> |
RedisMasterInstance.getSlaves() |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisSlaveInstance.setMaster(ReplicationPartner master) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisMasterInstance.setSlaves(List<ReplicationPartner> slaves) |
| Constructor and Description |
|---|
RedisMasterInstance(long replicationOffset,
List<ReplicationPartner> slaves)
Constructs a
RedisMasterInstance |
Copyright © 2019 lettuce.io. All rights reserved.