Merge upstreams
[memstore.git] / memcache / README.md
index 4106eec38952b5d4704304e7351588018da7d102..c38888bd39b5354744ee3f6b43e01fbcf7ba1d49 100644 (file)
@@ -7,12 +7,14 @@ 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.  It is
+This package is based on the `cl-memcached` library.  It is
 substantially modified for use with the
-[memstore](http://memstore.b9.com) library. The primary areas of
+[memstore](http://memstore.kpe.io) library. The primary areas of
 additional functionality are:
 
 * Support for flags field with get and set functions.
@@ -47,9 +49,17 @@ additional functionality are:
   in statistics are not present.
 
 * Removed compatibility functions in `compat.lisp` by using the
-  [`kmrcl`](http://gitpub.b9.com/kmrcl.git) library to provide those
+  [`kmrcl`](http://gitpub.kpe.io/kmrcl.git) library 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.