public int GetCacheKeyCountNotStartingWith(string key)
 {
     return(RedisUtility.GetCacheKeyCountNotStartingWith(key));
 }