------------------------------------------------------------------------------ SentinelClient is a client for a Redis Sentinel.
| 613 | |
| 614 | // SentinelClient is a client for a Redis Sentinel. |
| 615 | type SentinelClient struct { |
| 616 | *baseClient |
| 617 | } |
| 618 | |
| 619 | // NewSentinelClient returns a Redis Sentinel client. |
| 620 | // Passing nil Options will cause a panic. |
nothing calls this directly
no outgoing calls
no test coverage detected