localcache

This commit is contained in:
withchao
2024-01-10 15:06:12 +08:00
parent 7a67beb7a1
commit da2c0d11f5
4 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ func (b *BlackCacheRedis) NewCache() BlackCache {
expireTime: b.expireTime,
rcClient: b.rcClient,
blackDB: b.blackDB,
metaCache: NewMetaCacheRedis(b.rcClient, b.metaCache.GetPreDelKeys()...),
metaCache: b.metaCache.Copy(),
}
}