...should use prefixCacheNameWith to include the cache name...
With spring boot version 2.1.4, I found below code which doesn't serve as prefix, instead it overrides the cacheName passed in. Is it a bug? or it is by design? public RedisCacheConfiguration prefixKeysWith(String prefix) { Assert.notNul...