]>
Commit | Line | Data |
---|---|---|
57172ffb | 1 | redis-cpp-client |
2 | ================ | |
3 | ||
4 | * A C++ client for the Redis_ key-value database (which is hosted at github_). | |
5 | * This client has no external dependencies other than g++ (no Boost for instance). | |
6 | * It uses anet from antirez_ (redis' author), which is bundled. | |
7 | * This client is licensed under the same license as redis. | |
8 | * Tested on Linux and Mac OS X. | |
9 | ||
10 | * This is a work in progress. I will update this README when the client is "done". | |
11 | If I had to put a version number on it right now, I'd call it version 0.85 | |
12 | ||
13 | .. _Redis: http://code.google.com/p/redis/ | |
14 | .. _github: http://github.com/antirez/redis/tree/master | |
15 | .. _antirez: https://github.com/antirez | |
16 |