DATAREDIS-282 - PubSubResubscribeTests should use jedis without pool.

Disabled jedis pooling in PubSubResubscribeTests since all the other tests also don't use a pool.

Original pull request #43.
This commit is contained in:
Thomas Darimont
2014-03-03 14:27:54 +01:00
parent 1881e626d0
commit 0f8c68c251
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ Changes in version 1.2.0.GA (2014-03-03)
----------------------------------------
Task
[DATAREDIS-279] - Update reference documentation.
[DATAREDIS-282] - PubSubResubscribeTests should use jedis without pool.
Changes in version 1.2.0.RC1 (2014-02-19)