Implementation of Stormer Store for Memcached
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);
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