2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Implements non-member async_run for plain connections.

This function will resolve and connect before calling member async_run.
This commit is contained in:
Marcelo Zimbres
2023-03-12 21:54:32 +01:00
parent cd00047a49
commit fd967204df
43 changed files with 719 additions and 439 deletions

View File

@@ -831,6 +831,9 @@ https://lists.boost.org/Archives/boost/2023/01/253944.php.
* Adds a function that performs health checks, see
`boost::redis::experimental::async_check_health`.
* Adds non-member `async_run` function that resolves, connects and
calls member `async_run` on a connection object.
### v1.4.0-1
* Renames `retry_on_connection_lost` to `cancel_if_unresponded`. (v1.4.1)