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

VersionDownloads (Last 7 Days)Tag
0.3.01,494latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.01,494
0.2.244,094
0.2.231,470
0.2.224,028
0.2.21388
0.2.20257
0.2.19175
0.2.184
0.2.172
0.2.162
0.2.150
0.2.140
0.2.130
0.2.120
0.2.110
0.2.100
0.2.90
0.2.80
0.2.70
0.2.60
0.2.50
0.2.40
0.2.30
0.2.20
0.2.00
0.1.110
0.1.100
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i memcache-plus

Weekly Downloads

11,914

Version

0.3.0

License

MIT

Unpacked Size

150 kB

Total Files

33

Last publish

Collaborators

  • victorquinn