mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 14:17:33 +00:00
[Change] CacheStore-Redis 调整通配符常量的引用;
[Change] RedisUtils 调整 'CACHE_KEY_ALL' 的通配符为 'KEY_PATTERN_ALL';
This commit is contained in:
parent
48404fc0fc
commit
997b942a27
@ -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 分隔符
|
||||
|
Loading…
Reference in New Issue
Block a user