diff --git a/lib/rack/attack/cache.rb b/lib/rack/attack/cache.rb index 68df476..e5b3fc1 100644 --- a/lib/rack/attack/cache.rb +++ b/lib/rack/attack/cache.rb @@ -18,7 +18,6 @@ module Rack # so use the raw Redis::Store instead @store = store.instance_variable_get(:@data) else - @redis_store = false @store = store end end