| 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.getReplicas() |
List<ReplicationPartner> |
RedisMasterInstance.getSlaves()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedisSlaveInstance.setMaster(ReplicationPartner master) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisMasterInstance.setReplicas(List<ReplicationPartner> replicas) |
void |
RedisMasterInstance.setSlaves(List<ReplicationPartner> replicas)
Deprecated.
|
| Constructor and Description |
|---|
RedisMasterInstance(long replicationOffset,
List<ReplicationPartner> replicas)
Constructs a
RedisMasterInstance |
Copyright © 2020 lettuce.io. All rights reserved.