Open
Description
It is recommended to use mget
to do multiple get
s instead of pipelining lots of get
s together. A few benchmarks also show performance improvements.
I don't see any drawback to doing it, and it might be a simple enough change.
Is there anything I am missing that makes using mget
nonviable?
Maybe we can do it for hmget
to read hashes as well.