From 1cbd4024312577910340fda80605d3f8f235d94e Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Mon, 4 Mar 2013 21:06:01 -0500 Subject: [PATCH] Add redis to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0653e86..681dd73 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Rack::Attack is a rack middleware to protect your web app from bad clients. It allows *whitelisting*, *blacklisting*, *throttling*, and *tracking* based on arbitrary properties of the request. -Throttle state is stored in a configurable cache (e.g. `Rails.cache`), presumably backed by memcached. +Throttle state is stored in a configurable cache (e.g. `Rails.cache`), presumably backed by memcached or redis. ## Installation