-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Ignore failed rename operation for deleted session #1177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Attempting to change session id for a deleted session currently results in "ERR no such key" error on rename operation of expired key. This commit addressed the problem by ignoring the aforementioned error. Closes #1177
Are you still experiencing this problem @adchilds or is your feedback based on something else? Stacktrace from #1137 includes this line:
The issue was reported against I believe you're considering the current state of |
@vpavic I think you're right; I was not looking at the correct version of the repository when #1137 was raised. I am running into the same error, however, on https://github.com/spring-projects/spring-session/blob/master/spring-session-data-redis/src/main/java/org/springframework/session/data/redis/RedisOperationsSessionRepository.java#L867
Stacktrace:
This seems to be happening with both Lettuce and Jedis. Should I open a separate issue or is this most likely an issue on my end? |
Please do - things get lost quite easily in comments on close issues. When you do that try to provide as much info as possible, and ideally, a minimal, complete, and verifiable example. Thanks! |
Backport of #1137.
The text was updated successfully, but these errors were encountered: