summary refs log tree commit
path: root/README.rdoc
diff options
context:
space:
mode:
authorRafael França <rafael@franca.dev>2019-12-04 14:40:02 -0300
committerGitHub <noreply@github.com>2019-12-04 14:40:02 -0300
commitd6668ee1f6f8d91c1ee2aac09ccfcd5e117216bd (patch)
tree7fcb7a7efee4579a5a68b6eb4d75ed26b0ccba76 /README.rdoc
parent04467b24ac42340afda9b8cbf5c7b057603bf929 (diff)
parent54600771e3c9628c873fb1140b800ebb52f18e70 (diff)
downloadrack-d6668ee1f6f8d91c1ee2aac09ccfcd5e117216bd.tar.gz
Merge pull request #1421 from fatkodima/memcache-client-to-dalli
Deprecate Rack::Session::Memcache in favor of Rack::Session::Dalli from dalli gem
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rdoc b/README.rdoc
index 0bd08a2d..74a902f4 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -145,11 +145,11 @@ installation and bacon.
 To run the test suite completely, you need:
 
   * fcgi
-  * memcache-client
+  * dalli
   * thin
 
 To test Memcache sessions, you need memcached (will be
-run on port 11211) and memcache-client installed.
+run on port 11211) and dalli installed.
 
 == Configuration