Skip to content

Commit

Permalink
updating readme with valkey
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Oct 9, 2024
1 parent a46bdc1 commit ec311c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ If there is already an adapter that you would like to add, please post an issue
* [offline](https://github.com/jaredwray/keyv/tree/main/packages/offline): Offline storage adapter
* [postgres](https://github.com/jaredwray/keyv/tree/main/packages/postgres): PostgreSQL storage adapter
* [redis](https://github.com/jaredwray/keyv/tree/main/packages/redis): Redis storage adapter
* [valkey](https://github.com/jaredwray/keyv/tree/main/packages/valkey): Valkey (Open Source Redis) storage adapter
* [sqlite](https://github.com/jaredwray/keyv/tree/main/packages/sqlite): SQLite storage adapter
* [tiered](https://github.com/jaredwray/keyv/tree/main/packages/tiered): Tiered storage adapter to manage local and remote storage as one

Expand Down
1 change: 1 addition & 0 deletions packages/keyv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ The official storage adapters are covered by [over 150 integration tests](https:
Database | Adapter | Native TTL
---|---|---
Redis | [@keyv/redis](https://github.com/jaredwray/keyv/tree/master/packages/redis) | Yes
Valkey | [@keyv/valkey](https://github.com/jaredwray/keyv/tree/master/packages/valkey) | Yes
MongoDB | [@keyv/mongo](https://github.com/jaredwray/keyv/tree/master/packages/mongo) | Yes
SQLite | [@keyv/sqlite](https://github.com/jaredwray/keyv/tree/master/packages/sqlite) | No
PostgreSQL | [@keyv/postgres](https://github.com/jaredwray/keyv/tree/master/packages/postgres) | No
Expand Down

0 comments on commit ec311c1

Please sign in to comment.