INT-3113: Use Lettuce Redis Client
* Ensure close connections after tests * Remove `Thread.sleep` where it is possible JIRA: https://jira.springsource.org/browse/INT-3113 INT-3113: Improve `RedisAvailableRule` * Upgrade to Spring-Data-Redis-1.1.0 * Change Redis port to default one - 6379 Polish - add smart delay to SubscribableRedisChannelTests.pubSubChannelTest
This commit is contained in:
committed by
Gary Russell
parent
36795e5ee8
commit
9367928fd7
@@ -25,9 +25,10 @@
|
||||
<constructor-arg name="connectionFactory" ref="redisConnectionFactory"/>
|
||||
</bean>
|
||||
|
||||
<bean id="redisConnectionFactory" class="org.springframework.data.redis.connection.jedis.JedisConnectionFactory">
|
||||
<bean id="redisConnectionFactory" class="org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory">
|
||||
<property name="port" value="#{T(org.springframework.integration.redis.rules.RedisAvailableRule).REDIS_PORT}"/>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user