Skip to content

Commit 686cb30

Browse files
committed
README now states Boost requirements
1 parent fcbe2c4 commit 686cb30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ that implements Redis plain text protocol
66
[RESP3](https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md).
77
It can multiplex any number of client
88
requests, responses, and server pushes onto a single active socket
9-
connection to the Redis server. The requirements for using Boost.Redis are
9+
connection to the Redis server. The requirements for using Boost.Redis are:
1010

11-
* Boost 1.81 or greater.
12-
* C++17 minimum.
11+
* Boost. The library is included in Boost distributions starting with 1.84.
12+
* C++17 or higher.
1313
* Redis 6 or higher (must support RESP3).
1414
* Gcc (10, 11, 12), Clang (11, 13, 14) and Visual Studio (16 2019, 17 2022).
1515
* Have basic-level knowledge about [Redis](https://redis.io/docs/)

0 commit comments

Comments
 (0)