<dependency>
<groupId>io.github.shuigedeng</groupId>
<artifactId>taotao-boot-starter-cache-redis</artifactId>
<version>2024.12</version>
</dependency>
libraryDependencies += "io.github.shuigedeng" % "taotao-boot-starter-cache-redis" % "2024.12"
@Grapes(
@Grab(group='io.github.shuigedeng', module='taotao-boot-starter-cache-redis', version='2024.12')
)
<dependency org="io.github.shuigedeng" name="taotao-boot-starter-cache-redis" rev="2024.12" />
compile
|-- io.github.shuigedeng:taotao-boot-starter-cache-common:2024.12
|-- org.redisson:redisson-spring-boot-starter
|-- org.redisson:redisson-spring-data-33
|-- com.zengtengpeng:redisson-spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-data-redis
|-- org.springframework.boot:spring-boot-starter-data-redis-reactive
|-- org.springframework.integration:spring-integration-redis:6.4.0
|-- com.redis.om:redis-om-spring