Skip to content

Releases: ctkc/fastify-session-redis-store

v7.1.2

10 Jun 02:57

Choose a tag to compare

  • No changes. While trying to convert my NpmJs account to an organization, I accidentally dropped some packages and I can't republish the package with the previous version. Sorry for the inconvenience if any 🙏

v7.1.1

17 Feb 20:20

Choose a tag to compare

  • Exports added to types
  • RedisStore class named export added

Full Changelog: 7.1.0...7.1.1

v7.1.0

30 Nov 15:14

Choose a tag to compare

  • express-session peerDependency removed in favor of @fastify/session
  • @fastify/session added as a peerDepedency
  • RedisStore now extends from MemoryStore (from @fastify/session) instead of Store (from express-session)