实现自动将热点数据加载到内存中

This commit is contained in:
刘祥超
2021-11-14 16:15:07 +08:00
parent 4daeca912a
commit 97b04777bc
9 changed files with 230 additions and 22 deletions

View File

@@ -9,6 +9,9 @@ type Reader interface {
// TypeName 类型名称
TypeName() string
// ExpiresAt 过期时间
ExpiresAt() int64
// Status 状态码
Status() int