-
Hello, Is there a way to set a limiter for a ClusterClient? Thanks for your help, |
Beta Was this translation helpful? Give feedback.
Answered by
afshinsa
Oct 20, 2021
Replies: 1 comment
-
Ah, I just realized that I can define a NewClient function which would create a circuit breaker, set the Limiter in the option and pass it to the go-redis NewClient! :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
afshinsa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, I just realized that I can define a NewClient function which would create a circuit breaker, set the Limiter in the option and pass it to the go-redis NewClient! :-)