bredis v0.12 Release Notes

Release Date: 2022-12-22 // over 3 years ago
    • [feature, breakging] modernize API to use completion token instead of
      using completion handler, which makes it possible to use bredis with
      coroutines. Thanks to Usevalad Sauta.
      ✅ Successfully tested with boost v1.77, lower versions might not work

Previous changes from v0.11

    • [feature, possible breakage] add BOOST_ASIO_NO_DEPRECATED definition for better support boost v1.74 and modernize boost API usage