Skip to content

clloyd/catbox-memcached

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catbox-memcached

Memcached adapter for catbox

Build Status

Lead Maintainer: Jacob Chapel

Options

  • host - the Memcache server hostname. Defaults to 127.0.0.1. Cannot be used with location.
  • port - the Memcache server port. Defaults to 11211. Cannot be used with location.
  • location - the Memcache server hostname and port. Defaults to 127.0.0.1:11211. Can be a String, Array, or an Object as per node-memcached location specification.

About

Memcached adapter for catbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Shell 0.8%