We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a very handy token, but it requires the initiation function object to have a bound executor. The following should work:
redis::connection conn (ctx); co_await conn.async_exec(req, res, asio::cancel_after(10s));