=== 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