public long GetTotalMemoryUsed()
 {
     return(RedisUtility.GetTotalMemoryUsed());
 }