Releases: boostorg/redis
Releases · boostorg/redis
Bugfix
Awaitable requests
- Major rewrite of the high-level API: there is no more need to use the low-level API.
- No more callbacks: Sending requests to Redis is now awaitable.
- Support for reconnection: Pending requests are not canceled when a connection is lost and are re-sent when a new one is established.
- The library is not sending HELLO-3 on user behalf anymore. This is important to support
AUTH
properly.
General improvements in the docs and async operations.
Improvements
- Adds reconnect coroutine in the ech_server example.
- Corrects client::async_wait_for_data with make_parallel_group to launch operation.
- Improvements in the documentation.
- Avoids dynamic memory allocation in the client class after reconnection.
General improvements and fixes
Improvements in the documentation and adds some features to the high-level client.
Improvements in the design and documentation
Improvements in the design and documentation.
Request for feedback
The main point of this release is to collect some feedback.