I use spring boot 2.4.x, so I have spring-boot-starter-data-redis in my pom.xml file like this:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
Does RedisTemplate support the operation Rejson? If not, do you have good sample code。 https://redis.io/docs/data-types/json/#use-redis-json
Could you help me? THX a lot.
Comment From: wilkinsona
Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it) or add some more details if you feel this is a genuine bug.
Also, please note that Spring Boot 2.4.x is no longer supported and that Spring Data Redis is managed as a separate project.