(ctx context.Context)
| 66 | Reset(ctx context.Context) error |
| 67 | GetClusterNodeInfo(ctx context.Context) (*ClusterNodeInfo, error) |
| 68 | GetClusterInfo(ctx context.Context) (*ClusterInfo, error) |
| 69 | SyncClusterInfo(ctx context.Context, cluster *Cluster) error |
| 70 | CheckClusterMode(ctx context.Context) (int64, error) |
| 71 | MigrateSlot(ctx context.Context, slot SlotRange, NodeID string) error |
no outgoing calls