rueidislock : panic: locker closed #240
Unanswered
leishihao521
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @leishihao521, Could you provide a sample code for your case? Normally the error indicates that your connection to redis is broken or you have invoked |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use rueidislock, I will wait at _, cancel, err := locker.WithContext(ctx, "my_lock11112312") and finally report: panic: locker closed. What is the reason ,I'm using cluster mode
Beta Was this translation helpful? Give feedback.
All reactions