
2.1.0 / 2014-08-29
==================

 * add; unref option
 * dep; redis@0.12.x
 * mod; deprecate warning for url param

2.0.0 / 2014-03-06 
==================

  * update to express 4x

1.4.7 / 2014-03-06 
==================

  * allow redis url

1.4.6 / 2013-11-13 
==================

  * lazy load redis. fixes #56 
  * update redis to 0.9.0
  * added Unit tests ready for travis
  * added repository field to package.json

1.4.5 / 2012-11-02 
==================

  * revert to redis 0.7.x which actually works...

1.4.4 / 2012-09-12 
==================

  * update redis to 0.8.1 for "import bug fix?"

1.4.3 / 2012-09-11 
==================

  * add license. Closes #58
  * peg redis to 0.8.0

1.4.2 / 2012-09-05 
==================

  * add disconnect / connect events

1.4.1 / 2012-07-26 
==================

  * fix ignoring of .get() error

1.4.0 / 2012-06-14 
==================

  * Added `ttl` option [Vyacheslav Bazhinov]

1.3.0 / 2012-03-23 
==================

  * Added debug() instrumentation

1.2.0 / 2011-11-17 
==================

  * Added an option 'client' to reuse an existing redis Client [Thomas Fritz]

1.1.0 / 2011-10-05 
==================

  * Added `prefix` option
  * Removed `clear()` and `length()` methods

1.0.7 / 2011-08-04 
==================

  * Fixed: re-select db on connection (reconnection logic issue with node_redis)

1.0.6 / 2011-06-21 
==================

  * Added `socket` option so that we can connect to a sockets as well [mekwall]

1.0.5 / 2011-06-02 
==================

  * Implemented `require("connect-redis")(connect)` for npm 1.x. Closes #23

1.0.4 / 2011-05-01 
==================

  * Changed; issue SELECT immediately since it is queued

1.0.3 / 2011-04-17 
==================

  * Fixed auth support again [garrensmith]

1.0.2 / 2011-04-15 
==================

  * Fixed auth support [garrensmith]

1.0.1 / 2011-04-14 
==================

  * Added authentication support [garrensmith]

1.0.0 / 2011-02-25 
==================

  * Added connect 1.0 support.
    This release will _not_ work with older versions of connect.

0.2.3 / 2011-02-01 
==================

  * Refactoring

0.2.2 / 2011-01-02 
==================

  * Added `db` option [Clément]

0.2.1 / 2010-12-20 
==================

  * Redis is now an npm dep

0.2.0 / 2010-11-01 
==================

  * Use __SETEX__ instead of __SET__ / __EXPIRE__ combo
    this should be reasonably faster.

0.1.3 / 2010-10-25 
==================

  * Updated redis

0.1.2 / 2010-09-22 
==================

  * Updated redis

0.1.1 / 2010-09-20 
==================

  * Fixed expires, `maxAge` in seconds
  * Updated redis

0.1.0 / 2010-09-17 
==================

  * Now using node_redis as the client, much faster

0.0.2 / 2010-07-27
==================

  * Moved redis to lib/redis
  * Added lib/connect-redis.js
