0.0.3 • Published 10 years ago

seneca-shard-cache v0.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

seneca-shard-cache

Node.js seneca data cache module that uses multiple caches

This module is a plugin for the Seneca framework. It provides a caching engine that uses multiple caches, called shards. The data is divided equally at time of creation, using an id built by the sharder module.

Quick example

TODO

Install

npm install seneca
npm install seneca-redis
npm install seneca-shard-store

Test

npm test