yarn connect-redis 4.0.0
v4.0.0

latest releases: 7.1.1, 7.1.0, 7.0.1...
4 years ago

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.

Don't miss a new connect-redis release

NewReleases is sending notifications on new releases.