public class RedisLettuceConnectionFactoryConfigurer extends java.lang.Object implements ServiceConnectorConfigurer<org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory,RedisConnectionFactoryConfig>
Constructor and Description |
---|
RedisLettuceConnectionFactoryConfigurer() |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory |
configure(org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory connectionFactory,
RedisConnectionFactoryConfig config) |
public RedisLettuceConnectionFactoryConfigurer()
public org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory configure(org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory connectionFactory, RedisConnectionFactoryConfig config)
configure
in interface ServiceConnectorConfigurer<org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory,RedisConnectionFactoryConfig>