(cmdInfoResolver *commandInfoResolver)
| 2499 | } |
| 2500 | |
| 2501 | func (c *ClusterClient) SetCommandInfoResolver(cmdInfoResolver *commandInfoResolver) { |
| 2502 | c.cmdInfoResolver = cmdInfoResolver |
| 2503 | } |
| 2504 | |
| 2505 | // extractCommandInfo retrieves the routing policy for a command |
| 2506 | func (c *ClusterClient) extractCommandInfo(ctx context.Context, cmd Cmder) *routing.CommandPolicy { |
no outgoing calls