Keyv v2.0.0 Release Notes

Release Date: 2017-08-11 // over 6 years ago
  • 📦 Keyv packages (apart from Keyv itself) are now scoped to the keyv npm organisation.

    ⚡️ This is a breaking change because the old storage adapters will no longer be auto loaded. Using the official Redis storage adapter as an example, to update keyv@2, you would just need to uninstall keyv-redis and instead install @keyv/redis. Everything will then continue to work as expected.