Spring Data Redis. JPA Repository findBy sometimes fails to fetch existing record
I see some weird case. Sometimes my findBy...() method returns null instead of some object inserted and fetched successfully before. After that the needed object fetches fine. In other words sometimes the search is not working. Spring Boot edition: 1.5.2.RELEASE…