-
`unc InstrumentTracing(rdb redis.UniversalClient, opts ...TracingOption) error {
}` |
Beta Was this translation helpful? Give feedback.
Answered by
monkey92t
May 6, 2023
Replies: 1 comment
-
SentinelClient is a client for managing redis-sentinel. It only executes management commands related to Sentinel and does not execute common redis commands. Therefore, it is not considered a redis-client. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
majintao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SentinelClient is a client for managing redis-sentinel. It only executes management commands related to Sentinel and does not execute common redis commands. Therefore, it is not considered a redis-client.