X-Git-Url: http://git.kpe.io/?p=memstore.git;a=blobdiff_plain;f=memcache%2FREADME.md;h=c280b0183373e709d07dddefc69e7c3af651731b;hp=cd45d3c1d1f15fdfe3c6e8973b41e8b42a2c0641;hb=b863ee040d4f399abb087df7304eafb0d5da4d1a;hpb=7dd62ee1de6fc014941ae83d7e09bac2f44b6a5b diff --git a/memcache/README.md b/memcache/README.md index cd45d3c..c280b01 100644 --- a/memcache/README.md +++ b/memcache/README.md @@ -7,10 +7,12 @@ Author: Kevin Rosenberg , 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.