class FakeRedis::ExpiringHash

def []=(key, val)

def []=(key, val)
  key = normalize key
  expire(key)
  super
end