Skip to content

Releases: boostorg/redis

Bugfix

16 Jul 11:52
Compare
Choose a tag to compare
  • Fixes a bug that happens on very high load.

Awaitable requests

10 Jul 18:52
Compare
Choose a tag to compare
  • 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.

01 May 11:00
Compare
Choose a tag to compare

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

28 Apr 09:11
Compare
Choose a tag to compare

Improvements in the documentation and adds some features to the high-level client.

Improvements in the design and documentation

08 Apr 10:59
Compare
Choose a tag to compare

Improvements in the design and documentation.

Request for feedback

05 Feb 21:24
Compare
Choose a tag to compare
Request for feedback Pre-release
Pre-release

The main point of this release is to collect some feedback.