mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-31 10:25:54 +00:00
It seems that the original implementation accidentally autoloaded ActiveSupport::Cache::RedisCacheStore which once evaluated asks for redis v4 generating Gem::LoadError. In order to bypass any unnecessary constant autoloading we can just check class name string. |
||
|---|---|---|
| .. | ||
| store_proxy | ||
| allow2ban.rb | ||
| blocklist.rb | ||
| cache.rb | ||
| check.rb | ||
| fail2ban.rb | ||
| path_normalizer.rb | ||
| request.rb | ||
| safelist.rb | ||
| store_proxy.rb | ||
| throttle.rb | ||
| track.rb | ||
| version.rb | ||