stormer-memcached
v0.0.3
Published
Implementation of Stormer Store for Memcached
Downloads
5
Readme
stormer-memcached
Implementation of Stormer Store for Memcached
Requirements
Usage
const Memcached = require('memcached');
const { MemcachedStore } = require('stormer-memcached');
// Memcached connection options as found here:
//https://www.npmjs.com/package/memcached#options
const options = {};
const cache = new Store(Memcached, options);
Contributing
This project is work in progress and we'd love more people contributing to it.
- Fork the repo
- Apply your changes
- Write tests
- Submit your pull request