Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zcong1993/node-redis-cache


https://github.com/zcong1993/node-redis-cache

Last synced: about 23 hours ago
JSON representation

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