- revert to redis 0.7.x which actually works...
- update redis to 0.8.1 for "import bug fix?"
- add license. Closes #58
- peg redis to 0.8.0
- add disconnect / connect events
- fix ignoring of .get() error
- Added
ttl
option [Vyacheslav Bazhinov]
- Added debug() instrumentation
- Added an option 'client' to reuse an existing redis Client [Thomas Fritz]
- Added
prefix
option - Removed
clear()
andlength()
methods
- Fixed: re-select db on connection (reconnection logic issue with node_redis)
- Added
socket
option so that we can connect to a sockets as well [mekwall]
- Implemented
require("connect-redis")(connect)
for npm 1.x. Closes #23
- Changed; issue SELECT immediately since it is queued
- Fixed auth support again [garrensmith]
- Fixed auth support [garrensmith]
- Added authentication support [garrensmith]
- Added connect 1.0 support. This release will not work with older versions of connect.
- Refactoring
- Added
db
option [Clément]
- Redis is now an npm dep
- Use SETEX instead of SET / EXPIRE combo this should be reasonably faster.
- Updated redis
- Updated redis
- Fixed expires,
maxAge
in seconds - Updated redis
- Now using node_redis as the client, much faster
- Moved redis to lib/redis
- Added lib/connect-redis.js