class FakeRedis::ExpiringHash

def expire(key)

def expire(key)
  key = normalize key
  expires.delete(key)
end