[Change] CacheStore-Redis 调整通配符常量的引用;

[Change] RedisUtils 调整 'CACHE_KEY_ALL' 的通配符为 'KEY_PATTERN_ALL';
This commit is contained in:
LamGC 2021-01-15 20:20:02 +08:00
parent 48404fc0fc
commit 997b942a27
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -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 分隔符