- Implement .all(), introduce .ids() [anotherpit]
- Allow .destroy to take an array of sids [barisusakli]
- Update docs [kidlj]
- Document defaults for ttl and db [pasieronen]
- Add logErrors option [r3wt]
- Do not pass prefix option to redis client [Josh-a-e]
- Remove attempts option added in 3.0 to enable reconnect again [fintura]
- Update node_redis to 2.0, reinstate
url
option [fintura]
- Prevent RedisStore constructor from being called as a normal function [venning]
- Add support to override serializer
- Add io-redis test
- Make touch a noop when disableTTY is set
- Add custom client support
- Add debug statement for redis client errors [scriptoLLC]
- Fix use Math.floor instead of |0 trick
- Removed send_anyway magic (unused)
- add;
touch
/ supportresave: false
[stuartpb] - mod; package.json license [mikaturunen]
- add; option to disable setting a TTL [despairblue]
- mod; forward redis errors to session callbacks
- mod; pass error object on disconnect
- add; unref option
- dep; [email protected]
- mod; deprecate warning for url param
- update to express 4x
- allow redis url
- lazy load redis. fixes #56
- update redis to 0.9.0
- added Unit tests ready for travis
- added repository field to package.json
- 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