public static bool HashExisted(string key, string field)
 {
     return(RedisDatabase.HashExists(key, field));
 }