You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
37 lines
5.5 KiB
Markdown
37 lines
5.5 KiB
Markdown
# Node-Redis
|
|
|
|
[](https://github.com/redis/node-redis/actions/workflows/tests.yml)
|
|
[](https://codecov.io/gh/redis/node-redis)
|
|
[](https://github.com/redis/node-redis/blob/master/LICENSE)
|
|
|
|
[](https://discord.gg/redis)
|
|
[](https://www.twitch.tv/redisinc)
|
|
[](https://www.youtube.com/redisinc)
|
|
[](https://twitter.com/redisinc)
|
|
|
|
node-redis is a modern, high performance [Redis](https://redis.io) client for Node.js.
|
|
|
|
## Packages
|
|
|
|
| Name | Description |
|
|
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| [redis](./packages/redis) | [](https://www.npmjs.com/package/redis) [](https://www.npmjs.com/package/redis) |
|
|
| [@redis/client](./packages/client) | [](https://www.npmjs.com/package/@redis/client) [](https://www.npmjs.com/package/@redis/client) [](https://redis.js.org/documentation/client/) |
|
|
| [@redis/bloom](./packages/bloom) | [](https://www.npmjs.com/package/@redis/bloom) [](https://www.npmjs.com/package/@redis/bloom) [](https://redis.js.org/documentation/bloom/) [Redis Bloom](https://oss.redis.com/redisbloom/) commands |
|
|
| [@redis/graph](./packages/graph) | [](https://www.npmjs.com/package/@redis/graph) [](https://www.npmjs.com/package/@redis/graph) [](https://redis.js.org/documentation/graph/) [Redis Graph](https://oss.redis.com/redisgraph/) commands |
|
|
| [@redis/json](./packages/json) | [](https://www.npmjs.com/package/@redis/json) [](https://www.npmjs.com/package/@redis/json) [](https://redis.js.org/documentation/json/) [Redis JSON](https://oss.redis.com/redisjson/) commands |
|
|
| [@redis/search](./packages/search) | [](https://www.npmjs.com/package/@redis/search) [](https://www.npmjs.com/package/@redis/search) [](https://redis.js.org/documentation/search/) [RediSearch](https://oss.redis.com/redisearch/) commands |
|
|
| [@redis/time-series](./packages/time-series) | [](https://www.npmjs.com/package/@redis/time-series) [](https://www.npmjs.com/package/@redis/time-series) [](https://redis.js.org/documentation/time-series/) [Redis Time-Series](https://oss.redis.com/redistimeseries/) commands |
|
|
|
|
## Contributing
|
|
|
|
If you'd like to contribute, check out the [contributing guide](CONTRIBUTING.md).
|
|
|
|
Thank you to all the people who already contributed to Node Redis!
|
|
|
|
[](https://github.com/redis/node-redis/graphs/contributors)
|
|
|
|
## License
|
|
|
|
This repository is licensed under the "MIT" license. See [LICENSE](LICENSE).
|