From a5f08b4490aa1a672757ef0f123b6b42247d004b Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Fri, 24 Dec 2010 06:03:11 -0800 Subject: [PATCH] update docs for 1.0 --- doc/index.markdown | 4 ++-- doc/storage.markdown | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/index.markdown b/doc/index.markdown index 56fe1d0..046876a 100644 --- a/doc/index.markdown +++ b/doc/index.markdown @@ -12,8 +12,8 @@ for [Rack][]-based applications that produce freshness (`Expires`, News ---- - * Rack::Cache 0.5 was released on May 25, 2009. See the - [`CHANGES`](http://github.com/rtomayko/rack-cache/blob/0.5.0/CHANGES) file + * Rack::Cache 1.0 was released on December 24, 2010. See the + [`CHANGES`](http://github.com/rtomayko/rack-cache/blob/1.0/CHANGES) file for details. * [How to use Rack::Cache with Rails 2.3](http://snippets.aktagon.com/snippets/302-How-to-setup-and-use-Rack-Cache-with-Rails-2-3-0-RC-1) - it's really easy. * [RailsLab's Advanced HTTP Caching Screencast](http://railslab.newrelic.com/2009/02/26/episode-11-advanced-http-caching) diff --git a/doc/storage.markdown b/doc/storage.markdown index ed1fd8d..607b36d 100644 --- a/doc/storage.markdown +++ b/doc/storage.markdown @@ -141,11 +141,11 @@ The URI must specify the host and port of a remote memcached daemon. The path portion is an optional (but recommended) namespace that is prepended to each cache key. -The memcached storage backend requires either the `memcache-client` or -`memcached` libraries. By default, the `memcache-client` library is used; -require the `memcached` library explicitly to use it instead. +The memcached storage backend requires either the `dalli` or `memcached` +libraries. By default, the `dalli` library is used; require the `memcached` +library explicitly to use it instead. - gem install memcache-client + gem install dalli Memcached storage is reasonably fast and allows multiple backends to share a single cache. It is also the only storage implementation that allows the cache