cache fix bug

This commit is contained in:
wangchuxiao
2023-03-24 18:27:17 +08:00
parent 81d6ca8b31
commit 9158b62789
2 changed files with 2 additions and 11 deletions
+1
View File
@@ -46,6 +46,7 @@ func (b *BlackCacheRedis) NewCache() BlackCache {
expireTime: b.expireTime,
rcClient: b.rcClient,
blackDB: b.blackDB,
metaCache: NewMetaCacheRedis(b.rcClient),
}
}