From 9e4a7d082d2e3b06beb450417a3f213ec980da14 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Tue, 16 Jan 2024 17:01:38 +0800 Subject: [PATCH] feat: local cache --- pkg/common/db/cache/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/common/db/cache/config.go b/pkg/common/db/cache/config.go index dc5c55143..7fd08e247 100644 --- a/pkg/common/db/cache/config.go +++ b/pkg/common/db/cache/config.go @@ -31,7 +31,7 @@ func getPublishKey(topic string, key []string) []string { }, { Local: config.Config.LocalCache.Conversation, - Keys: []string{cachekey.ConversationIDsKey}, + Keys: []string{cachekey.ConversationIDsKey, cachekey.ConversationKey}, }, } subscribe = make(map[string][]string)