1. 配置的缓存刷新机制

This commit is contained in:
YunaiV
2021-01-23 13:25:25 +08:00
parent 7813c4019a
commit 545e9d2a0f
14 changed files with 116 additions and 16 deletions

View File

@ -19,6 +19,8 @@ public class RedisKeyDefine {
HASH,
SET,
ZSET,
STREAM,
PUBSUB
}