memcached
memcached copied to clipboard
A fully featured Memcached client build on top of Node.js. Build with scaling in mind so it will support Memcached clusters and consistent hashing.
[Question] Does this library support TLS? If so how can I configure and use it?
Hello, I'm trying to see if the Memcache server is ready for connections, or alive. The reason I'm trying to do this is to make sure that the Memcache server...
When using getMulti on an empty array of keys callback is not fired. I would expect the callback to be fired either with an error or probably with an empty...
I have a docker image based on Alpine Linux 3.18 where the following items are compiled and installed in FIPS mode OpenSSL 3.0.8 Node v18 Nginx 1.25 Memcached(1.6.21) - Installed...
@3rd-Eden Hi, I don't know who currently has a maintainer status. I know I can merge PRs here, but I haven't used this library in ages, and won't any time...
My memcached server have username/password auth How can I pass them so I can connect?
LOG ``` Error: Server at 127.0.0.1:11211 not available at Client.memcachedCommand [as command] (/home/hello.com/node_modules/memcached/lib/memcached.js:306:70) at Client.get (/home/hello.com/node_modules/memcached/lib/memcached.js:830:10) ``` But Memcached active. ``` # service memcached status ● memcached.service - memcached daemon...
Would be great to support Promises and also keep callback support. I purpose something where `memcached.gets('foo', function);` would still work as today and `memcached.gets('foo');` would return a Promise object that...
Can we get an official release for version 2.3.0 so npmjs picks it up? Currently npmjs only has up to version 2.2.2.
Hi all, first of all, thanks for this amazing library. Is there any method that memcached provides to access all stored keys? I need them to access their respective values...