diff --git a/ContentGrabbingJi-CacheStore-redis/src/main/java/net/lamgc/cgj/bot/cache/redis/RedisUtils.java b/ContentGrabbingJi-CacheStore-redis/src/main/java/net/lamgc/cgj/bot/cache/redis/RedisUtils.java index 470e3f1..4dc350c 100644 --- a/ContentGrabbingJi-CacheStore-redis/src/main/java/net/lamgc/cgj/bot/cache/redis/RedisUtils.java +++ b/ContentGrabbingJi-CacheStore-redis/src/main/java/net/lamgc/cgj/bot/cache/redis/RedisUtils.java @@ -42,7 +42,7 @@ public class RedisUtils { /** * 特殊缓存键 - 所有 Key. */ - public final static CacheKey CACHE_KEY_ALL = new CacheKey("*"); + public final static CacheKey CACHE_KEY_ALL = new CacheKey(KEY_PATTERN_ALL); /** * Key 分隔符