connect-redis
Version:
Redis session store for Connect
60 lines (37 loc) • 969 B
Markdown
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