Remove duplicated #initialize

This commit is contained in:
Gonzalo Rodriguez 2018-06-29 15:27:20 -03:00
parent d1682b19b4
commit 85c4c085c9
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -17,10 +17,6 @@ module Rack
defined?(::Redis::Store) && store.is_a?(::Redis::Store)
end
def initialize(store)
super(store)
end
def read(key)
get(key, raw: true)
rescue Redis::BaseError