How do I get all the keys from a redis cache via Spring Boot with Spring Data Redis 2.x?
I am trying to get the entries in a Spring Boot Cache backed by Redis How do I get all the keys from a redis cache via Spring Boot? uses 1.x of Spring-Data-Redis and the current version uses DefaultRedisCacheWriter for…