Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

memcache-plus

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memcache-plus

Better memcache for node

  • 0.2.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12K
decreased by-6.94%
Maintainers
1
Weekly downloads
 
Created
Source

Memcache Plus

Memcache Plus - Better memcache for node

Build Status

NPM

What makes it "Plus"?

  • Native support for Promises or Callbacks
  • Elasticache auto discovery baked in
  • Actively developed and used
  • Focus on cleanliness and simplicity
  • Cached retrieve - 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
  • 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
  • Support for binaries (planned) which the other memcache libraries for Node don't support

Proudly developed in Washington, D.C. by:

SocialRadar

Keywords

FAQs

Package last updated on 25 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc