Skip to content

Releases: tj/connect-redis

v6.0.0

02 Jun 21:41
47b485c
Compare
Choose a tag to compare

Breaking changes

Maintenance

v5.2.0

27 Apr 13:05
6617c45
Compare
Choose a tag to compare

Enhancements

  • #322 - Delete key if resulting TTL is negative in set method (@baumgarb)

Maintenance

v5.1.0

08 Feb 15:16
789176c
Compare
Choose a tag to compare

Enhancements

Maintenance

v5.0.0

09 Jul 17:24
Compare
Choose a tag to compare
  • Drop support for Node 8

v4.0.4

30 Jan 15:38
Compare
Choose a tag to compare

v4.0.3

01 Oct 14:22
Compare
Choose a tag to compare

v4.0.2

03 Sep 12:35
Compare
Choose a tag to compare
  • Remove use of optionalDependencies @knoxcard

v4.0.1

02 Sep 17:05
Compare
Choose a tag to compare
  • Change peerDependencies to optionalDependencies @knoxcard

v4.0.0

28 Aug 14:46
Compare
Choose a tag to compare

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 like connect-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 full express-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

07 Apr 07:13
Compare
Choose a tag to compare
2.0.0

major version bump