Ecosyste.ms: Awesome
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: 10 days ago
JSON representation
Tagged Cache implementation over redis
- Host: GitHub
- URL: https://github.com/imqueue/tag-cache
- Owner: imqueue
- License: isc
- Created: 2019-10-31T14:56:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T08:18:30.000Z (16 days ago)
- Last Synced: 2024-11-03T21:36:21.530Z (13 days ago)
- Topics: cache, imqueue-cache, redis, redis-cache, tagged-cache
- Language: TypeScript
- Size: 388 KB
- Stars: 16
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @imqueue/tag-cache
[![Build Status](https://travis-ci.com/imqueue/tag-cache.svg?branch=master)](https://travis-ci.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)
[![David](https://img.shields.io/david/imqueue/tag-cache.svg)](https://david-dm.org/imqueue/tag-cache)
[![David](https://img.shields.io/david/dev/imqueue/tag-cache.svg)](https://david-dm.org/imqueue/tag-cache?type=dev)
[![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-ISC-blue.svg)](https://rawgit.com/imqueue/sequelize/master/LICENSE)Tagged Cache implementation over redis for @imqueue
# Install
~~~bash
npm i --save @imqueue/tag-cache
~~~# Docs
~~~bash
git clone [email protected]:imqueue/tag-cache.git
npm run docs
~~~