mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-06 11:25:50 +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. |
||
|---|---|---|
| .. | ||
| dalli_proxy.rb | ||
| mem_cache_store_proxy.rb | ||
| redis_cache_store_proxy.rb | ||
| redis_proxy.rb | ||
| redis_store_proxy.rb | ||