Uses of Class
com.codeupsoft.component.redis.client.RedisTemplateClient
Packages that use RedisTemplateClient
-
Uses of RedisTemplateClient in com.codeupsoft.component.redis.autoconfigure
Methods in com.codeupsoft.component.redis.autoconfigure that return RedisTemplateClientModifier and TypeMethodDescriptionComponentRedisAutoConfiguration.redisTemplateClient(org.springframework.data.redis.core.RedisTemplate<String, Object> redisTemplate) 创建RedisTemplateClient实例.