class FakeRedis::ExpiringHash

def [](key)

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