Redis async client library built on top of Boost.Asio
Boost.Redis is a high-level Redis client library built on top of Boost.Asio that implements the Redis protocol RESP3.
Full documentation is here.
Requirements
The requirements for using Boost.Redis are:
- Boost 1.84 or higher. Boost.Redis is included in Boost installations since Boost 1.84.
- C++17 or higher. Supported compilers include gcc 11 and later, clang 11 and later, and Visual Studio 16 (2019) and later.
- Redis 6 or higher (must support RESP3).
- OpenSSL.
The documentation assumes basic-level knowledge about Redis and Boost.Asio.
... More
| license | BSL-1.0 |
|---|---|
| project | boost |
| url | github.com/boostorg/redis |
| doc-url | www.boost.org/doc/libs/1_91_0/libs/redis |
| boost-users@lists.boost.orgMailing list | |
| topics | C++Boost |
3 Versions
| version | 1.91.0 |
|---|---|
| repository | https://pkg.cppget.org/1/stable |
| depends | 9; libssl, libcrypto, libboost-asio, libboost-assert, libboost-config, libboost-core, libboost-mp11, libboost-system, libboost-throw-exception |
| reviews | +1 |
| version | 1.87.0 |
|---|---|
| repository | https://pkg.cppget.org/1/stable |
| depends | 8; libssl, libcrypto, libboost-asio, libboost-assert, libboost-core, libboost-mp11, libboost-system, libboost-throw-exception |
| reviews | +1 |
| version | 1.85.0 |
|---|---|
| repository | https://pkg.cppget.org/1/stable |
| depends | 8; libssl, libcrypto, libboost-asio, libboost-assert, libboost-core, libboost-mp11, libboost-system, libboost-throw-exception |
| reviews | +1 |