0.0.2 • Published 11 years ago

cacher-memcached v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

CacherMemcached

This is a pluggable backend for Cacher (https://github.com/addisonj/node-cacher)

What is it?

A small adapter to use node-memcached as a store for Cacher

Options

CacherMemcached takes the same parameters as node-memcached (https://github.com/3rd-Eden/node-memcached)

Additionally, it can take an existing memcached connection and resuse it:

var memcached = require('memcached')(['host1', 'host2'], {retries: 100})
var Cacher = require('cacher')
var cacher = new Cacher(memcached)
0.0.2

11 years ago

0.0.1

11 years ago