NodeJS memcached client
A very efficient NodeJS memcached ASCII Protocol parser by using only Buffer APIs
Memcache storage adapter for Keyv
Memcache client for Node.js
A memcache client for node using the binary protocol and SASL authentication
Better memcache for node
A functional memcached implemented in NodeJS for testing
In memory cache for graphql-hooks
memcached impl for cache-manager
Memcache session storage for remix/session
NodeJS memcached client
Nodejs Memcache Client
Memcache for node
Graphql Hooks
A no dependency javascript runtime key-value cache store for small chunks of arbitrary data (strings, objects, numbers)
Events for push-flow abstractions
Common modules used by @theintern projects
Class property decorator the adds change events to properties
memcache
A simple library that emulates memcache functions using HTML5 localStorage
Memcache client library based on binary protocol.
An evented console logger
Aliyun SDK Copyright (C) Alibaba Cloud Computing All rights reserved. http://www.aliyun.com
Memcache for node
A memcache client built on EventMachine.
An EventMachine[http://rubyeventmachine.com/] based library for interacting with the very cool Redis[http://code.google.com/p/redis/] data store by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's {redis-rb}[http://github.com/ezmobius/redis-rb/tree/master] library (distributed as part of Redis). This library is only useful when used as part of an application that relies on Event Machine's event loop. It implements an EM-based client protocol, which leverages the non-blocking nature of the EM interface to acheive significant parallelization without threads. WARNING: this library is my first attempt to write an evented client protocol, and isn't currently used in production anywhere. All that bit in the license about not being warranted to work for any particular purpose really applies.