Hello,
Looking at the JavaDoc for the RedisCacheManager, it says:
"By default saves the keys by appending a prefix (which acts as a namespace)."
Looking at the implementation though, shouldn't line 43 be changed from:
private boolean usePrefix;
to:
private boolean usePrefix = true;
to make this happen?
Regards,
Joshua
