Skip to content

sinhanurag/memcache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memcache

NodeJS memcached client with the most efficient ASCII protocol parser.

Features

  • Very efficient memcached ASCII protocol parser by using only NodeJS Buffer APIs.
  • Optional compression for the data before sending to memcached
  • Auto reconnects when there's network error or timeout
  • Support sending arbitrary commands. Read up on the protocol doc here.
  • APIs Support callback or Promise
  • Support fire and forget requests

Packages

This repo uses lerna to manage multiple packages.

Other Implementations

About

NodeJS memcached client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%