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. The requirements for using Boost.Redis are:
- Boost. The library is included in Boost distributions starting with 1.84.
- C++17 or higher.
- Redis 6 or higher (must support RESP3).
- Gcc (10, 11, 12), Clang (11, 13, 14) and Visual Studio (16 2019, 17 2022).
- Have basic-level knowledge about Redis and Boost.Asio.
The latest release can be downloaded on
https://github.com/boostorg/redis/releases. The library headers can be
found in the include
subdirectory and a compilation of the source
... More
license | BSL-1.0 |
---|---|
project | boost |
url | github.com/boostorg/redis |
doc-url | www.boost.org/doc/libs/1_85_0/libs/redis |
boost-users@lists.boost.orgMailing list | |
topics | C++Boost |
1 Version
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 |