springredisspring-data-redis

Where can I find a list of configuration properties for Spring Redis


I tried looking at the reference but I can't seem to find a complete list of spring.redis configuration values.

I am looking specifically for setting the prefix for Spring Data Redis operations.


Solution

  • I've also just stumbled upon this problem and the best I've found it to look at their RedisProperties class