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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user