(ctx context.Context, min, max int)
| 26 | ClusterFailover(ctx context.Context) *StatusCmd |
| 27 | ClusterAddSlots(ctx context.Context, slots ...int) *StatusCmd |
| 28 | ClusterAddSlotsRange(ctx context.Context, min, max int) *StatusCmd |
| 29 | ReadOnly(ctx context.Context) *StatusCmd |
| 30 | ReadWrite(ctx context.Context) *StatusCmd |
| 31 | } |
no outgoing calls