@Configuration
@EnableRedisRepositories
public class RedisConfig
extends java.lang.Object
| Constructor and Description |
|---|
RedisConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.redis.core.RedisTemplate<java.lang.String,java.lang.Object> |
redisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory) |
org.springframework.data.redis.core.StringRedisTemplate |
stringRedisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory factory) |
@Bean(name={"redisTemplate","stringRedisTemplate"})
public org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory factory)
@Bean(name="aaTemplate") public org.springframework.data.redis.core.RedisTemplate<java.lang.String,java.lang.Object> redisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)