redict/client-libraries/cpp
2009-05-26 18:10:50 +02:00
..
anet.c CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +02:00
anet.h CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +02:00
fmacros.h CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +02:00
Makefile CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +02:00
README.rst CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +02:00
redisclient.cpp client libraries synched in git 2009-05-26 18:10:50 +02:00
redisclient.h client libraries synched in git 2009-05-26 18:10:50 +02:00
test_client.cpp CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +02:00
TODO client libraries synched in git 2009-05-26 18:10:50 +02:00

redis-cpp-client
================

* A C++ client for the Redis_ key-value database (which is hosted at github_).
* This client has no external dependencies other than g++ (no Boost for instance).
* It uses anet from antirez_ (redis' author), which is bundled.
* This client is licensed under the same license as redis. 
* Tested on Linux and Mac OS X.

* This is a work in progress. I will update this README when the client is "done".
  If I had to put a version number on it right now, I'd call it version 0.85

.. _Redis: http://code.google.com/p/redis/ 
.. _github: http://github.com/antirez/redis/tree/master
.. _antirez: https://github.com/antirez