Redis NOAUTH issue #2466
exceptrohit
started this conversation in
General
Replies: 1 comment
-
The provided information is not enough to determine what the issue is. It is likely that the credentials used when reconnecting are stale / incorrect and when the service is restarted they get updated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting this error periodically in my service :
io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required ,trace : java.util.concurrent.ExecutionException: io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required.
This error gets mitigated after restarting the service and the credentials provided are correct. What is the reason for this and the fix?
Beta Was this translation helpful? Give feedback.
All reactions