mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
cache
This commit is contained in:
Vendored
+2
-2
@@ -24,8 +24,8 @@ type metaCache interface {
|
||||
GetPreDeleteKeys() []string
|
||||
}
|
||||
|
||||
func NewMetaCacheRedis(rcClient *rockscache.Client) metaCache {
|
||||
return &metaCacheRedis{rcClient: rcClient}
|
||||
func NewMetaCacheRedis(rcClient *rockscache.Client, keys ...string) metaCache {
|
||||
return &metaCacheRedis{rcClient: rcClient, keys: keys}
|
||||
}
|
||||
|
||||
type metaCacheRedis struct {
|
||||
|
||||
Reference in New Issue
Block a user