this post was submitted on 29 Dec 2023
11 points (92.3% liked)

C++

2076 readers
7 users here now

The center for all discussion and news regarding C++.

Rules

founded 2 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] lysdexic@programming.dev 1 points 2 years ago (1 children)

Perhaps the biggest news of Boost 1.84 is the introduction of Boost.Redis, a Redis async client library built on top of Boost.Asio.

Does anyone have any plans to start using Boost.Redis in their projects?

[โ€“] Valmond@lemmy.mindoki.com 1 points 2 years ago

Is this another library that makes things easier by removing control?

Asio already isn't really the goto solution for what I know, what is the problem Redis tries to solve (non ironically, I might come off a bit harsh here sorry for that)?