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

https://github.com/imqueue/tag-cache

Tagged Cache implementation over redis
https://github.com/imqueue/tag-cache

cache imqueue-cache redis redis-cache tagged-cache

Last synced: 4 months ago
JSON representation

Tagged Cache implementation over redis

Awesome Lists containing this project

README

          

# @imqueue/tag-cache

[![Build Status](https://img.shields.io/github/actions/workflow/status/imqueue/tag-cache/build.yml)](https://github.com/imqueue/tag-cache)
[![codebeat badge](https://codebeat.co/badges/78622532-db86-4a77-b6ae-65d01ef54622)](https://codebeat.co/projects/github-com-imqueue-tag-cache-master)
[![Known Vulnerabilities](https://snyk.io/test/github/imqueue/tag-cache/badge.svg?targetFile=package.json)](https://snyk.io/test/github/imqueue/tag-cache?targetFile=package.json)
[![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://rawgit.com/imqueue/core/master/LICENSE)

Tagged Cache implementation over redis for @imqueue

# Install

~~~bash
npm i --save @imqueue/tag-cache
~~~

# Docs

~~~bash
git clone git@github.com:imqueue/tag-cache.git
npm run docs
~~~

## License

This project is licensed under the GNU General Public License v3.0.
See the [LICENSE](LICENSE)