This commit is contained in:
wangchuxiao
2022-09-01 21:18:33 +08:00
parent 15ef064fc3
commit 99ec0ed8df
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const (
conversationIDListCache = "CONVERSATION_ID_LIST_CACHE:"
)
func init() {
func DelKeys() {
fmt.Println("init to del old keys")
for _, key := range []string{groupCache, friendRelationCache, blackListCache, userInfoCache, groupInfoCache, groupOwnerIDCache, joinedGroupListCache,
groupMemberInfoCache, groupAllMemberInfoCache, allFriendInfoCache} {