File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/test/java/org/springframework/data/redis/listener Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Changes in version 1.2.0.GA (2014-03-03)
99----------------------------------------
1010Task
1111 [DATAREDIS-279] - Update reference documentation.
12+ [DATAREDIS-282] - PubSubResubscribeTests should use jedis without pool.
1213
1314
1415Changes in version 1.2.0.RC1 (2014-02-19)
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public static Collection<Object[]> testParams() {
9898
9999// Jedis
100100JedisConnectionFactory jedisConnFactory = new JedisConnectionFactory ();
101- jedisConnFactory .setUsePool (true );
101+ jedisConnFactory .setUsePool (false );
102102jedisConnFactory .setPort (port );
103103jedisConnFactory .setHostName (host );
104104jedisConnFactory .setDatabase (2 );
You can’t perform that action at this time.
0 commit comments