Files
spring-data-redis/src/main/java/org/springframework/data/redis
Mark Paluch 1216134ce2 DATAREDIS-637 - Shut down connection-exclusive ClusterCommandExecutor.
We now shut down ClusterCommandExecutor via LettuceClusterConnection and JedisClusterConnection if the ClusterCommandExecutor was created through the connection instance. In such case ClusterCommandExecutor is managed through Lettuce/JedisClusterConnection and disposed on connection close.

Previously ClusterCommandExecutor created through a ClusterConnection was not disposed.

Original pull request: #247.
2017-05-03 14:23:20 +02:00
..
2016-06-17 13:07:31 +02:00
2017-04-03 18:32:48 +02:00
2016-05-13 14:35:27 +02:00
2016-11-17 20:17:10 +01:00