class FakeRedis::ExpiringHash

def key?(key)

def key?(key)
  key = normalize key
  delete(key) if expired?(key)
  super
end