Package com.redis.om.spring
Class SentinelConfig
java.lang.Object
com.redis.om.spring.SentinelConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.redis.connection.jedis.JedisConnectionFactoryjedisConnectionFactory(org.springframework.core.env.Environment env) org.springframework.data.redis.core.StringRedisTemplateredisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
-
Constructor Details
-
SentinelConfig
public SentinelConfig()
-
-
Method Details
-
jedisConnectionFactory
@Bean public org.springframework.data.redis.connection.jedis.JedisConnectionFactory jedisConnectionFactory(org.springframework.core.env.Environment env) -
redisTemplate
@Bean public org.springframework.data.redis.core.StringRedisTemplate redisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
-