I\'m developing a web application using Spring MVC and I\'m using using spring\'s cache abstraction with Redis to cache my database queries. But I am not able to create mult
According to the docs the RedisCacheManager by default saves the keys directly, without appending a prefix (cache name, which acts as a namespace). To change it and avoid clashes set 'usePrefix' to 'true': http://static.springsource.org/spring-data/data-redis/docs/current/api/org/springframework/data/redis/cache/RedisCacheManager.html