public bool Remove(string key)
 {
     return(_redisKey.Del(MD5Encrypt(key)));
 }