Avocarrot / stormer-memcached

Implementation of Stormer Store for Memcached

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of Stormer Store for Memcached

License:MIT License


Languages

Language:JavaScript 100.0%