I search a lot over web to get more practical usage of @EnableRedisRepositories, but I did not found any. Even in my Spring Boot + Spring Data Redis
example, I removed @EnableRedisRepositories
but still I did not understood what difference it make, still I can see data is persisting into DB and retrieving fine.
Can somebody please clarify ?
I went through this annotation, but not every clear..
Annotation to activate Redis repositories. If no base package is configured through either {@link #value()}, {@link #basePackages()} or {@link #basePackageClasses()} it will trigger scanning of the package of annotated class.