stormer-memcached

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i stormer-memcached

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • dmtrs