X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=README.md;h=b0cfe3fd43a3022c66359e5a2a43593934858e2d;hb=91a4befe34e15ab6c4c74901b3a16ec370c5de02;hp=01143d15373876eea9bf5e13eed6664e3dfd2566;hpb=7b1921a415c4670f36c2e3bdccbe859284fb7eee;p=memstore.git diff --git a/README.md b/README.md index 01143d1..b0cfe3f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ -MemStore +Memstore ======== _A high-level interface for the memcached and membase servers_ Written by Kevin M. Rosenberg +Downloads +--------- + +* The web site for memstore is [http://memstore.b9.com/](http://memstore.b9.com/) +* A git repository is available at [http://gitpub.b9.com/memstore.git](http://gitpub.b9.com/memstore.git) +* Releases are available for download at [http://files.b9.com/memstore/](http://files.b9.com/memstore/) + Prerequisites ------------- @@ -13,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 --------