How to use the memjs.Client.create function in memjs

To help you get started, we’ve selected a few memjs examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github wafers / modulo / server / cache.js View on Github external
module.exports.connect = function() {
    memjs = MemJS.create(MEMCACHEDCLOUD_USERNAME + ":" + MEMCACHEDCLOUD_PASSWORD + "@" + MEMCACHEDCLOUD_SERVERS);
    return memjs
}

memjs

A memcache client for node using the binary protocol and SASL authentication

MIT
Latest version published 4 months ago

Package Health Score

71 / 100
Full package analysis