X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=memcache%2FREADME.md;h=a6845d976045660ae677b738e67df90e194b3b7f;hb=881e2c561c5c9de3fe4bb962da256552fa03d796;hp=c280b0183373e709d07dddefc69e7c3af651731b;hpb=b863ee040d4f399abb087df7304eafb0d5da4d1a;p=memstore.git diff --git a/memcache/README.md b/memcache/README.md index c280b01..a6845d9 100644 --- a/memcache/README.md +++ b/memcache/README.md @@ -12,10 +12,10 @@ Date Started: July 1, 2011 Overview -------- -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: * Support for flags field with get and set functions. This is required as memstore stores bit flags denoting @@ -37,7 +37,7 @@ are: supported by `usocket` are now supported with `memcached`. * Encapsulated reading and writing to socket stream to avoid - handling \#return characters in high-level code. + handling \\#return characters in high-level code. * Changes to support the change in statistics fields with membase. Some fields were no longer present. Also, membase 1.7 has @@ -48,9 +48,10 @@ are: * 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. * Added functions to support all memcached API commands, such as `flush_all` and `version`.