From: Kevin M. Rosenberg Date: Mon, 4 Jul 2011 16:51:02 +0000 (-0600) Subject: Work around error with zlib library compressor X-Git-Url: http://git.kpe.io/?p=memstore.git;a=commitdiff_plain;h=f72989f5a590de4f00a0f830e143b7a5782d26ed Work around error with zlib library compressor --- f72989f5a590de4f00a0f830e143b7a5782d26ed diff --cc memcache/README.md index c280b01,4106eec..6c17201 --- a/memcache/README.md +++ b/memcache/README.md @@@ -12,10 -10,10 +12,17 @@@ Date Started: July 1, 201 Overview -------- ++<<<<<<< HEAD +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: ++======= + 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: ++>>>>>>> ef7ec94c1f67f7e0733774564a4ed848ff169eba * Support for flags field with get and set functions. This is required as memstore stores bit flags denoting @@@ -48,17 -46,10 +55,18 @@@ * More robust `print-object` functions to avoid errors if fields in statistics are not present. - * Removed compatibility functions in `compat.lisp` and using `kmrcl` - package to provide those functions as well as utilitizing other - `kmrcl` functions to simplify code. + * Removed compatibility functions in `compat.lisp` by using the + [`kmrcl`](http://gitpub.b9.com/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.