From fc274de1cba3447f2b1e05d0a02f2c4a7bf22dea Mon Sep 17 00:00:00 2001 From: alexchee Date: Thu, 1 Aug 2013 14:13:02 -0700 Subject: [PATCH] added note about redis minimum version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 610aa08..ee3e286 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 or redis. +Throttle state is stored in a configurable cache (e.g. `Rails.cache`), presumably backed by memcached or redis (at least v3.0.0). ## Installation