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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i stormer-memcached

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • dmtrs