You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Does this library support multi-get? i.e. getting a bunch of keys in one round trip?
The text was updated successfully, but these errors were encountered: