Releases: tj/connect-redis
Releases · tj/connect-redis
v5.1.0
v5.0.0
v4.0.4
- Fix loading of all keys for large databases @patriksimek
v4.0.3
- Use redis.expire on touch @nathan818fr
v4.0.2
v4.0.1
v4.0.0
V4 is a rework of the library to accomplish the following goals.
- Use slightly more modern JavaScript, targeting Node 8 and above.
- Switch to using
cookie.expires
for TTL likeconnect-mongo
does. - Remove the embedded node_redis client, a client must be provided.
- Remove all embedded client options that are no longer needed.
- Clearer documentation around TTLs.
- Add
clear
method to support the fullexpress-session
API. - Remove multi-session
destroy
usage to conform with the API. - Build with Travis.
V4 has breaking changes which are outlined in the migration guide.
major version bump
2.0.0 major version bump
v 1.5.0
1.4.7: Release 1.4.7
added url support while connecting to redis.
updated redis dependency to v0.10.x