memjs icon indicating copy to clipboard operation
memjs copied to clipboard

multi-get ?

Open GeoffreyPlitt opened this issue 7 years ago • 2 comments

Does this library support multi-get? i.e. getting a bunch of keys in one round trip?

GeoffreyPlitt avatar Nov 21 '17 19:11 GeoffreyPlitt

Not yet, unfortunately, though PRs welcome

alevy avatar Nov 22 '17 21:11 alevy

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.

npomfret avatar Apr 28 '20 12:04 npomfret