Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kei-g/redis-client
A library of redis client independent from other packages
https://github.com/kei-g/redis-client
npm-package redis redis-client typescript
Last synced: about 8 hours ago
JSON representation
A library of redis client independent from other packages
- Host: GitHub
- URL: https://github.com/kei-g/redis-client
- Owner: kei-g
- License: bsd-3-clause
- Created: 2021-07-03T12:32:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T21:52:47.000Z (6 days ago)
- Last Synced: 2025-01-30T22:33:04.423Z (6 days ago)
- Topics: npm-package, redis, redis-client, typescript
- Language: TypeScript
- Homepage:
- Size: 3.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# redis-client [![License][license-image]][license-url] [![npm][npm-image]][npm-url]
[![coverage][nyc-cov-image]][github-url] [![Dependency][depencency-image]][dependency-url] [![maintenance][maintenance-image]][npmsio-url] [![quality][quality-image]][npmsio-url]
`redis-client` - A library of redis client independent from other packages
## CI Status
| Workflow Name | Status |
|:-:|:-:|
| **Build** | [![GitHub CI (Build)][github-build-image]][github-build-url] |
| **CodeQL** | [![GitHub CI (CodeQL)][github-codeql-image]][github-codeql-url] |
| **Coverage** | [![GitHub CI (Coverage)][github-coverage-image]][github-coverage-url] |## Installation
```shell
npm i @kei-g/redis-client --save
```## License
The scripts and documentation in this project are released under the [BSD-3-Clause License](https://github.com/kei-g/redis-client/blob/main/LICENSE)
## Contributions
Contributions are welcome! See [Contributor's Guide](https://github.com/kei-g/redis-client/blob/main/CONTRIBUTING.md)
### Code of Conduct
:clap: Be nice. See [our code of conduct](https://github.com/kei-g/redis-client/blob/main/CODE_OF_CONDUCT.md)
[depencency-image]:https://img.shields.io/librariesio/release/npm/@kei-g/redis-client?logo=nodedotjs
[dependency-url]:https://npmjs.com/package/@kei-g/redis-client?activeTab=dependencies
[github-build-image]:https://github.com/kei-g/redis-client/actions/workflows/build.yml/badge.svg
[github-build-url]:https://github.com/kei-g/redis-client/actions/workflows/build.yml
[github-codeql-image]:https://github.com/kei-g/redis-client/actions/workflows/codeql.yml/badge.svg
[github-codeql-url]:https://github.com/kei-g/redis-client/actions/workflows/codeql.yml
[github-coverage-image]:https://github.com/kei-g/redis-client/actions/workflows/coverage.yml/badge.svg
[github-coverage-url]:https://github.com/kei-g/redis-client/actions/workflows/coverage.yml
[github-url]:https://github.com/kei-g/redis-client
[license-image]:https://img.shields.io/github/license/kei-g/redis-client
[license-url]:https://opensource.org/licenses/BSD-3-Clause
[maintenance-image]:https://img.shields.io/npms-io/maintenance-score/@kei-g/redis-client?logo=npm
[npm-image]:https://img.shields.io/npm/v/@kei-g/redis-client?logo=npm
[npm-url]:https://npmjs.com/@kei-g/redis-client
[npmsio-url]:https://npms.io/search?q=%40kei-g%2Fredis-client
[nyc-cov-image]:https://img.shields.io/nycrc/kei-g/redis-client?config=.nycrc.json&label=coverage&logo=mocha
[quality-image]:https://img.shields.io/npms-io/quality-score/@kei-g/redis-client?logo=npm