mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-22 05:05:39 +08:00
feat: local cache
This commit is contained in:
parent
f53dd855aa
commit
9e4a7d082d
2
pkg/common/db/cache/config.go
vendored
2
pkg/common/db/cache/config.go
vendored
@ -31,7 +31,7 @@ func getPublishKey(topic string, key []string) []string {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Local: config.Config.LocalCache.Conversation,
|
Local: config.Config.LocalCache.Conversation,
|
||||||
Keys: []string{cachekey.ConversationIDsKey},
|
Keys: []string{cachekey.ConversationIDsKey, cachekey.ConversationKey},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
subscribe = make(map[string][]string)
|
subscribe = make(map[string][]string)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user