From: Kevin M. Rosenberg Date: Sat, 2 Jul 2011 17:13:30 +0000 (-0600) Subject: Add link to memcache.html X-Git-Url: http://git.kpe.io/?p=memstore.git;a=commitdiff_plain;h=9f9285a9ca89257bca6f01074bca7947cbd9235d Add link to memcache.html --- diff --git a/README.md b/README.md index cdef977..4aa056c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ version 0.4.1. The primary need for the modification is to support the `flags` field supported by the memcached server. The flag field is used to store information required to deserialize the object data from memcached. In addition to adding the `flags` field, the library has -been heavily refactored. +been heavily refactored. For more information on the changes in +memcache, see [memcache](memcache.html). This library also requires Common Lisp libraries of `cl-store`, `flexi-streams`, and `zlib`.