mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-01 12:57:26 +00:00
[Change] CacheStore-Redis 调整通配符常量的引用;
[Change] RedisUtils 调整 'CACHE_KEY_ALL' 的通配符为 'KEY_PATTERN_ALL';
This commit is contained in:
@ -42,7 +42,7 @@ public class RedisUtils {
|
|||||||
/**
|
/**
|
||||||
* 特殊缓存键 - 所有 Key.
|
* 特殊缓存键 - 所有 Key.
|
||||||
*/
|
*/
|
||||||
public final static CacheKey CACHE_KEY_ALL = new CacheKey("*");
|
public final static CacheKey CACHE_KEY_ALL = new CacheKey(KEY_PATTERN_ALL);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Key 分隔符
|
* Key 分隔符
|
||||||
|
Reference in New Issue
Block a user