]> git.saurik.com Git - redis.git/blob - client-libraries/cpp/README.rst
now the size of the shared pool can be really modified via config, also the number...
[redis.git] / client-libraries / cpp / README.rst
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