Work around error with zlib library compressor
[memstore.git] / memcache / README.md
index cd45d3c1d1f15fdfe3c6e8973b41e8b42a2c0641..c280b0183373e709d07dddefc69e7c3af651731b 100644 (file)
@@ -7,10 +7,12 @@ Author: Kevin Rosenberg <kevin@rosenberg.net>, based on the
 `cl-memcached` library by Abhijit 'quasi' Rao and 
 Chaitanya Gupta .
 
+Date Started: July 1, 2011
+
 Overview
 --------
 
-This package is based on the cl-memcached library.
+This package is based on the `cl-memcached` library.
 It is substantially modified for use with the memstore
 package. The primary areas of additional functionality
 are:
@@ -50,5 +52,13 @@ are:
   package to provide those functions as well as utilitizing other
   `kmrcl` functions to simplify code.
 
-* Nearly the entire code base has been reworked for improved
-  robustness and efficiency.
+* Added functions to support all memcached API commands,
+  such as `flush_all` and `version`.
+
+* Support for the `moreply` command argument accepted by
+  many commands.
+
+* Support the `noreply` argument that many API commands accept.
+
+* Write nearly the entire code base for improved
+  clarity, robustness, and efficiency.