Pipelining request/response with boost::redis
With the task in mind - do a HGETALL on all keys matching a pattern (potentially millions). I get keys on one connection and execute HGETALL concurrently on another connection. This still does not solve the HGETALL round trip latency,…