Why spring data redis findById returns null values in Optional after upgrading to version 2.3.2.RELEASE
spring repository findById() is working fine on spring-data-redis version 2.3.1.RELEASE its failed on spring-data-redis version 2.3.2.RELEASE Here is link to sample repository, edit version in pom.xml file, then run, then see the issue https://github.com/mnguyencntt/spring-data-redis-optional My logic code is very simple:…