Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/node-redis-cache
https://github.com/zcong1993/node-redis-cache
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/zcong1993/node-redis-cache
- Owner: zcong1993
- License: mit
- Created: 2021-03-18T17:19:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T16:43:23.000Z (over 2 years ago)
- Last Synced: 2023-02-28T14:37:11.705Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 342 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# node-redis-cache
[![NPM version](https://img.shields.io/npm/v/@zcong/node-redis-cache.svg?style=flat)](https://npmjs.com/package/@zcong/node-redis-cache) [![NPM downloads](https://img.shields.io/npm/dm/@zcong/node-redis-cache.svg?style=flat)](https://npmjs.com/package/@zcong/node-redis-cache) [![JS Test](https://github.com/zcong1993/node-redis-cache/actions/workflows/js-test.yml/badge.svg)](https://github.com/zcong1993/node-redis-cache/actions/workflows/js-test.yml) [![codecov](https://codecov.io/gh/zcong1993/node-redis-cache/branch/master/graph/badge.svg)](https://codecov.io/gh/zcong1993/node-redis-cache)
> simple cache lib on redis
## Install
```bash
$ yarn add @zcong/node-redis-cache
# or npm
$ npm i @zcong/node-redis-cache --save
```## License
MIT © zcong1993