X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=README.md;h=9df746a474a764dd271a7d073111ad4282395e3f;hb=5ead4282c7b83c80f7af39aeb1353e66c53dd60e;hp=cdef97711e04f0a82e13b04b5ec9cdccca1df45f;hpb=7dd62ee1de6fc014941ae83d7e09bac2f44b6a5b;p=memstore.git diff --git a/README.md b/README.md index cdef977..9df746a 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ 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/) +* The web site for memstore is [http://memstore.kpe.io/](http://memstore.kpe.io/) +* A git repository is available at [http://gitpub.kpe.io/memstore.git](http://gitpub.kpe.io/memstore.git) +* Releases are available for download at [http://files.kpe.io/memstore/](http://files.kpe.io/memstore/) Prerequisites ------------- @@ -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.kpe.io/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 --------