Merge pull request #27 from alexchee/master

Updated README about minimum version for redis
This commit is contained in:
Aaron Suggs 2013-08-02 07:45:40 -07:00
commit 2925ade67c

View file

@ -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