/// <summary> /// 清空所有缓存 /// </summary> public static void RemoveAll() { using (NewLife.Caching.Redis redis = GetClient()) { redis.Clear(); } }