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 ...