mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-14 05:56:00 +08:00
cache fix bug
This commit is contained in:
Vendored
+1
@@ -46,6 +46,7 @@ func (b *BlackCacheRedis) NewCache() BlackCache {
|
||||
expireTime: b.expireTime,
|
||||
rcClient: b.rcClient,
|
||||
blackDB: b.blackDB,
|
||||
metaCache: NewMetaCacheRedis(b.rcClient),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user