In spring-data-redis, How do we need configure custom converters that can be auto-wired/injected from Spring boot application or configuration.
I read about @ReadingConverter
and @WritingConverter
from spring data redis documentation. From this documentation, it is not clear on how to configure them.https://github.com/spring-projects/spring-data-redis/blob/master/src/main/asciidoc/reference/redis-repositories.adoc#redis.repositories.indexes
Does anyone know how to do it?