keyv

Simple key-value storage with support for multiple backends

MIT License

Downloads
145.5M
Stars
2.5K
Committers
54

Bot releases are hidden (Show)

keyv - 2022-08-08

Published by jaredwray about 2 years ago

New releases including @keyv/redis to v2.4.0 and @keyv/test-suite to v1.7.5 ๐ŸŽ‰ . A ton of new updates also have been released and thanks to @dylanseago, @airtoxin, and @alphmth for all the help โค๏ธ

@keyv/redis v2.4.0

Biggest update here is the move to ioredis version 5.2.2 which has some bug fixes and updates.

@keyv/test-suite v1.7.5

Ava and Xo have been upgraded to their latest and now shipped in test-suite. ๐Ÿ™Œ

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/keyv/compare/2022-07-17...2022-08-08

keyv - 2022-07-17

Published by jaredwray over 2 years ago

This release has been more maintenance and bug fixes but I wanted to call out @trevor-scheer, @alphmth, and many others who helped test and post any issues. It really helps ๐Ÿ‘

Sqlite v3.5.3 Released

This was a maintenance release but did update sqlite3 to the latest version which should help with some minor bug issues that were seen on that module.

Redis v2.3.8 Released

We have now fixed the Redis.Cluster issue and added in supporting documentation to go along with it. ๐ŸŽ‰

const KeyvRedis = require('@keyv/redis');
const Redis = require('ioredis');
const Keyv = require('keyv');

const redis = new Redis.Cluster('redis://user:pass@localhost:6379');
const keyvRedis = new KeyvRedis(redis);
const keyv = new Keyv({ store: keyvRedis });

https://github.com/jaredwray/keyv/blob/main/packages/redis/README.md

Keyv v4.3.3 Released

We have updated the getMany type definition based on this pull request from @trevor-scheer: https://github.com/jaredwray/keyv/pull/384

What's Changed

Full Changelog: https://github.com/jaredwray/keyv/compare/2022-07-03...2022-07-17

keyv - 2022-07-03

Published by jaredwray over 2 years ago

What's Changed

Full Changelog: https://github.com/jaredwray/keyv/compare/2022-06-20...2022-07-03

keyv - 2022-06-20

Published by jaredwray over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/keyv/compare/2022-05-23...2022-06-20

keyv - 2022-05-23

Published by jaredwray over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/keyv/compare/2022-05-09...2022-05-23

keyv - 2022-05-09

Published by jaredwray over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/keyv/compare/2022-04-20...2022-05-09

keyv - 2022-04-20

Published by jaredwray over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/keyv/compare/2022-04-02...2022-04-20

keyv - 2022-04-02

Published by jaredwray over 2 years ago

What's Changed

Full Changelog: https://github.com/jaredwray/keyv/compare/2022-02-19...2022-04-02

keyv - 2022-02-19 Maintenance Release

Published by jaredwray over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/keyv/compare/v4.0.4...2022-02-19

keyv - sqlite-v3.0.0

Published by jaredwray over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/keyv/compare/v4.0.4...sqlite-v3.0.0

keyv - v1.6.14 test-suite maintenance release

Published by jaredwray almost 3 years ago

What's Changed

Full Changelog: https://github.com/jaredwray/keyv/compare/v4.0.4...test-suite-v1.6.14

keyv - Mongo v1.2.2 - XO, Requirable, and more

Published by jaredwray almost 3 years ago

What's Changed

Full Changelog: https://github.com/jaredwray/keyv/compare/v4.0.4...mongo-v1.2.2

keyv - Redis v2.2.1 Maintenance Release

Published by jaredwray almost 3 years ago

What's Changed

  • Upgraded ioredis to version 4.28.2
  • Upgraded xo to version 0.47.0
  • Imported into the Keyv Mono Repo

Full Changelog: https://github.com/jaredwray/keyv/compare/v4.0.4...redis-v2.2.1

keyv - Supporting node 12, 14, and 16

Published by jaredwray almost 3 years ago

What's Changed

Full Changelog: https://github.com/jaredwray/keyv/compare/v4.0.3...v4.0.4

Package Rankings
Top 0.75% on Npmjs.org
Top 27.17% on Repo1.maven.org
Top 4.68% on Proxy.golang.org
Badges
Extracted from project README
build codecov npm npm