forked from zwily/faye-redis-sharded-node
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
27 lines (18 loc) · 904 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
=== 0.2.4 / 2013-06-10
* Add handleErrors option to redisOptions which listens for redis client errors and logs them so they are not thrown as exceptions.
=== 0.2.3 / 2013-05-16
* Unpeg redis minor version
* Fix issue where retry_delay and retry_backoff gets reset when it connects
=== 0.2.2 / 2013-05-16
* Allow user to pass in redisOptions that get sent down to the redis client.
=== 0.2.1 / 2013-05-14
* Peg redis at 0.8.2 to try to resolve memory leak
=== 0.2.0 / 2013-03-29
* BREAKING CHANGE: Remove hosts option -- use new shards option instead.
* Add shards option. Must explicitly specify host/port per shard.
* Pass in per-shard options (password, database).
* Optional ability to provide a shard name (should be unique between shards in the same datacenter).
=== 0.1.1 / 2013-02-27
* Add password as an option (same password between all shards)
=== 0.1.0 / 2013-02-22
* Initial release