-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Spring Boot 3.2.2 Upgrade Redis - Null key returned for cache operation #2855
Comments
Referring to |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
After the spring 3.2.2 upgrade Redis Cache gives
Null key returned for cache operation
spring-boot version: 3.2.2
Cachable Method:
but if I use key = "#a0" instead of key = "#username", the problem is solved.
There was no need to do it this way in the previous version. My previous versions:
spring-boot version: 2.7.4
redis.clients jedis version :3.9.0
What is the reason?
The text was updated successfully, but these errors were encountered: