class FakeRedis::ExpiringHash

def initialize(*)

def initialize(*)
  super
  @expires = {}
end