Skip to content

Avocarrot/stormer-memcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published