Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add upstash-redis-level #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

### [`level`][level]

![levelup](https://img.shields.io/badge/levelup-5.1-brightgreen.svg) [![Last commit](https://img.shields.io/github/last-commit/Level/level)](https://github.com/Level/level) [![Contributors](https://img.shields.io/github/contributors/Level/level?color=brightgreen)](https://github.com/Level/level/graphs/contributors)
![levelup](https://img.shields.io/badge/levelup-missing-lightgrey.svg) [![Last commit](https://img.shields.io/github/last-commit/Level/level)](https://github.com/Level/level) [![Contributors](https://img.shields.io/github/contributors/Level/level?color=brightgreen)](https://github.com/Level/level/graphs/contributors)

Bundle for [`leveldown`][leveldown] and [`level-js`][level-js]. Main entry point for beginners.

Expand Down Expand Up @@ -200,6 +200,12 @@ Backed by [MySQL](https://www.mysql.com/).

Backed by [Redis](https://redis.io/).

### [`upstash-redis-level`][upstash-redis-level]

![abstract-leveldown](https://img.shields.io/badge/abstract--leveldown-missing-lightgrey.svg) [![Last commit](https://img.shields.io/github/last-commit/tinacms/upstash-redis-level)](https://github.com/tinacms/upstash-redis-level) [![Contributors](https://img.shields.io/github/contributors/tinacms/upstash-redis-level?color=brightgreen)](https://github.com/tinacms/upstash-redis-level/graphs/contributors)

Backed by [@upstash/redis](https://www.npmjs.com/package/@upstash/redis). [abstract-level](https://github.com/Level/abstract-level) compatible.

### [`leveldown-basho`][leveldown-basho]

![abstract-leveldown](https://img.shields.io/badge/abstract--leveldown-missing-lightgrey.svg)
Expand Down Expand Up @@ -238,7 +244,7 @@ Backed by Aerospike.

### [`s3leveldown`][s3leveldown]

![abstract-leveldown](https://img.shields.io/badge/abstract--leveldown-6.3-orange.svg) [![Last commit](https://img.shields.io/github/last-commit/loune/s3leveldown)](https://github.com/loune/s3leveldown) [![Contributors](https://img.shields.io/github/contributors/loune/s3leveldown?color=brightgreen)](https://github.com/loune/s3leveldown/graphs/contributors)
![abstract-leveldown](https://img.shields.io/badge/abstract--leveldown-7.2-brightgreen.svg) [![Last commit](https://img.shields.io/github/last-commit/loune/s3leveldown)](https://github.com/loune/s3leveldown) [![Contributors](https://img.shields.io/github/contributors/loune/s3leveldown?color=brightgreen)](https://github.com/loune/s3leveldown/graphs/contributors)

Backed by [AWS S3](https://aws.amazon.com/s3/).

Expand Down Expand Up @@ -2616,6 +2622,8 @@ See the [Contribution Guide](https://github.com/Level/community/blob/master/CONT

[tsd]: https://github.com/hij1nx/tsd

[upstash-redis-level]: https://github.com/tinacms/upstash-redis-level

[vertical]: https://github.com/zy445566/vertical

[webpack-starter]: https://github.com/Level/webpack-starter
4 changes: 4 additions & 0 deletions modules/stores.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
"github": "hmalphettes/redisdown",
"description": "Backed by [Redis](https://redis.io/)."
},
"upstash-redis-level": {
"github": "tinacms/upstash-redis-level",
"description": "Backed by [@upstash/redis](https://www.npmjs.com/package/@upstash/redis). [abstract-level](https://github.com/Level/abstract-level) compatible."
},
"leveldown-basho": {
"url": "https://www.npmjs.com/package/leveldown-basho",
"description": "Backed by [Basho's LevelDB fork](https://github.com/basho/leveldb)."
Expand Down