-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Hi Team,
I am using Spring Boot 2.3.12.RELEASE with Spring Boot Starter Data Redis 2.3.12 which internally uses Spring Data Redis as a managed dependency.
When I am attempting to save an object using CRUD repository, I am able to save it without any error.
However, when I try to call findAll() or findById(Id) (here Id is the last inserted Id), I am always getting Optional.empty in the response from CRUD repository.
I have tried all the possible solutions available on the existing similar questions, but nothing seems to be working as of now.
Can you please check once and confirm what I have done wrong in the configurations or there is some other issue with the dependencies?
I have also posted this issue on StackOverFlow.
Here is the link to the issue posted on StackOverFlow on which you can find the code and the relevant screenshots.
Thanks.