]> git.saurik.com Git - redis.git/blobdiff - client-libraries/cpp/README.rst
client libs removed from Redis git
[redis.git] / client-libraries / cpp / README.rst
diff --git a/client-libraries/cpp/README.rst b/client-libraries/cpp/README.rst
deleted file mode 100644 (file)
index 3660306..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-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 
-