| 52 | var _ Client = (*clusterClient)(nil) |
| 53 | |
| 54 | type clusterClient struct { |
| 55 | *redis.ClusterClient |
| 56 | } |
| 57 | |
| 58 | func newClusterClient(c *redis.ClusterClient) Client { |
| 59 | return &clusterClient{ |
nothing calls this directly
no outgoing calls
no test coverage detected