X-Git-Url: http://git.kpe.io/?p=memstore.git;a=blobdiff_plain;f=README.md;fp=README.md;h=b0cfe3fd43a3022c66359e5a2a43593934858e2d;hp=cdef97711e04f0a82e13b04b5ec9cdccca1df45f;hb=f72989f5a590de4f00a0f830e143b7a5782d26ed;hpb=b863ee040d4f399abb087df7304eafb0d5da4d1a diff --git a/README.md b/README.md index cdef977..b0cfe3f 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,14 @@ 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. - -This library also requires Common Lisp libraries of `cl-store`, -`flexi-streams`, and `zlib`. +been heavily refactored. For more information on the changes in +memcache, see [memcache](memcache.html). + +This library also requires Common Lisp libraries of +[kmrcl](http://gitpub.b9.com/kmrcl.git), +[cl-store](http://common-lisp.net/project/cl-store/), +[flexi-streams](http://weitz.de/flexi-streams/), +and [zlib](http://common-lisp.net/project/zlib/). Overview --------