79758170

Date: 2025-09-07 14:32:45
Score: 0.5
Natty:
Report link

Boost.Redis will coalesce requests into a single one when it can. When a request is issued using async_exec, the following happens:

I still advise to pipeline explicitly as much as you can when building the requests to be used with async_exec. The request class has native pipeline support - just call request::push several times to create a pipeline.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: anarthal