0.0.3 • Published 7 years ago

stormer-memcached v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

stormer-memcached

Implementation of Stormer Store for Memcached

CircleCI

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.

  1. Fork the repo
  2. Apply your changes
  3. Write tests
  4. Submit your pull request
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago