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