I'm trying to migrate spring-data-redis 1.5.2.RELEASE to 2.3.12.RELEASE, but I'm finding that some methods in RedisCacheConfiguration are not in version 2.3.12.RELEASE
I have the method redisCacheManager.setLoadRemoteCachesOnStartup(true);
in version 1.5.2.RELEASE but I don't find the exact method in version 2.3.12.RELEASE. Does anybody know how to migrate that configuration?
Thanks a lot!
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744886572a4599156.html
评论列表(0条)