This commit is contained in:
wangchuxiao
2022-09-01 21:58:53 +08:00
parent 1d0d063a6c
commit b401917c19
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} {