(ctx context.Context)
| 5 | type ClusterCmdable interface { |
| 6 | ClusterMyShardID(ctx context.Context) *StringCmd |
| 7 | ClusterMyID(ctx context.Context) *StringCmd |
| 8 | ClusterSlots(ctx context.Context) *ClusterSlotsCmd |
| 9 | ClusterShards(ctx context.Context) *ClusterShardsCmd |
| 10 | ClusterLinks(ctx context.Context) *ClusterLinksCmd |
no outgoing calls