Skip to content
This repository was archived by the owner on Apr 6, 2019. It is now read-only.

Commit 37569fb

Browse files
authored
Update README to thank Mike Moening
1 parent 77800b0 commit 37569fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ cpp_redis is a C++11 Asynchronous Redis Client, with support for synchronous ope
77

88
Network is based on raw sockets API, making the library really lightweight.
99

10-
## Requirements
10+
The library is available on all platforms: Linux, Mac and Windows.
11+
12+
## Requirement
1113
* C++11
12-
* Mac or Linux (no support for Windows platforms)
1314

1415
## Wiki
1516
A [Wiki](https://github.com/Cylix/cpp_redis/wiki) is available and provides documentation for the library.
@@ -23,6 +24,7 @@ These examples can also be found inside the [Wiki](https://github.com/Cylix/cpp_
2324

2425
## Special Thanks
2526

27+
* [Mike Moening](https://github.com/MikesAracade) for his unexpected and incredible great work aiming to port cpp_redis on Windows!
2628
* [Tobias Gustafsson](https://github.com/tobbe303) for contributing and reporting issues
2729
* Alexis Vasseur for reporting me issues and spending time helping me debugging
2830
* Pawel Lopko for reporting me issues

0 commit comments

Comments
 (0)