0.2.0 • Published 7 years ago

alexandrajs-mlc-aim v0.2.0

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Aggregated, In-Memory cache for AlexandraJS MLC

Build Status Coverage Status Code Climate

Installation

$ npm i alexandrajs-mlc-aim --save

Usage

const MLC = require('alexandrajs-mlc');
const AIM = require('alexandrajs-mlc-aim');
const mlc = new MLC();

// Add some compatible caches
mlc.use(new AIM());
mlc.use(new Redis());

// Use it as single cache

API docs

AlexandraJS Aggregated In-Memory cache API