public override void Remove(string key) { redisWrapper.Remove(key); }
public void Remove(string key) { redisWrapper.Remove(key); }