This package has been deprecated

Author message:

Use `amule-aim` instead

alexandrajs-mlc-aim

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i alexandrajs-mlc-aim

Weekly Downloads

0

Version

0.2.0

License

ISC

Last publish

Collaborators

  • ponury