memjs
memjs copied to clipboard
multi-get ?
Does this library support multi-get? i.e. getting a bunch of keys in one round trip?
Not yet, unfortunately, though PRs welcome
Do we know why this doesn't work out of the box? According to the docs (https://github.com/memcached/memcached/blob/master/doc/protocol.txt) a get needs key or space-separated list of keys. So we should be able to call client.get('key1 key2'), no? It's not working for me anyway, but I don't understand why.