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)
9
9
----------------------------------------
10
10
Task
11
11
[DATAREDIS-279] - Update reference documentation.
12
+ [DATAREDIS-282] - PubSubResubscribeTests should use jedis without pool.
12
13
13
14
14
15
Changes 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() {
98
98
99
99
// Jedis
100
100
JedisConnectionFactory jedisConnFactory = new JedisConnectionFactory ();
101
- jedisConnFactory .setUsePool (true );
101
+ jedisConnFactory .setUsePool (false );
102
102
jedisConnFactory .setPort (port );
103
103
jedisConnFactory .setHostName (host );
104
104
jedisConnFactory .setDatabase (2 );
You can’t perform that action at this time.
0 commit comments