On Sat, 14 Feb 2026 at 21:29, Ruben Perez via Boost <boost@lists.boost.org> wrote:
I've recently been playing with the "Asio 2" libraries that Vinnie has proposed (Capy and Corosio). I've managed to port Boost.Redis to Corosio, with pretty good results. You can find my port here: https://github.com/anarthal/boost-redis/tree/feature/corosio
Some particularly interesting files here:
* Connection: much cleaner and no longer templated: https://github.com/anarthal/boost-redis/blob/feature/corosio/include/boost/r... * Connection implementation: https://github.com/anarthal/boost-redis/blob/feature/corosio/include/boost/r... * Usage example: https://github.com/anarthal/boost-redis/blob/feature/corosio/example/cpp20_i... [...]
That is how a library endorsement should be done. Great job Ruben with an informative output! Best regards, -- Mateusz Loskot,