I am trying to use Redis OM Spring (@RedisDocumentRepository) and I wanna use Jackson as a serializer/deserializer for my objects.
By defualt it uses org.json… ChatGPT was suggesting to override the redisTemplate and set a custom serializer there, but this does not work …
New contributor
Kostadin Manchev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.