From 0fbc9a1c460dc83f9046c6c908e7096201da0c43 Mon Sep 17 00:00:00 2001 From: fynsta <63241108+fynsta@users.noreply.github.com> Date: Thu, 9 May 2024 19:35:32 +0200 Subject: [PATCH] Track state is also stored in cache (#658) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 199021f6..35d1cdaa 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ end ### Cache store configuration -Throttle, allow2ban and fail2ban state is stored in a configurable cache (which defaults to `Rails.cache` if present), presumably backed by memcached or redis ([at least gem v3.0.0](https://rubygems.org/gems/redis)). +Throttle, track, allow2ban and fail2ban state is stored in a configurable cache (which defaults to `Rails.cache` if present), presumably backed by memcached or redis ([at least gem v3.0.0](https://rubygems.org/gems/redis)). ```ruby # This is the default