X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=memcache%2FREADME.md;h=a6845d976045660ae677b738e67df90e194b3b7f;hb=881e2c561c5c9de3fe4bb962da256552fa03d796;hp=4106eec38952b5d4704304e7351588018da7d102;hpb=ef7ec94c1f67f7e0733774564a4ed848ff169eba;p=memstore.git diff --git a/memcache/README.md b/memcache/README.md index 4106eec..a6845d9 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. 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 additional functionality are: @@ -51,5 +53,13 @@ additional functionality are: 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.