memcache-plus

0.3.0 • Public • Published

Memcache Plus

Memcache Plus - Better memcache for node

Full Documentation at: https://memcache-plus.com

NPM

<iframe src="https://ghbtns.com/github-btn.html?user=victorquinn&repo=memcache-plus&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

What makes it "Plus"?

  • Native support for Promises or Callbacks
  • Elasticache auto discovery baked in
  • Actively developed and used
  • Focus on cleanliness and simplicity
  • Command buffering - start issuing commands right away, memcache-plus will automatically wait until connected then flush that buffer
  • Ability to disable with just a flag on init - sounds trivial, but nice to test with memcache off without altering any of your code
  • Compression built in on a per item basis
  • Cached retrieve (coming soon!) - simply pass a function for retrieving a value and a key and memcache-plus will do the whole "check key, if it exists return it, if not run the function to retrieve it, set the value, and return it" for you
  • Support for binaries (coming soon!) which the other memcache libraries for Node don't support

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    786
    • latest

Version History

Package Sidebar

Install

npm i memcache-plus

Weekly Downloads

20,624

Version

0.3.0

License

MIT

Unpacked Size

150 kB

Total Files

33

Last publish

Collaborators

  • victorquinn