mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-16 19:19:23 +08:00
test: log
This commit is contained in:
parent
5b0ae6ed5e
commit
d5f6aff938
2
pkg/common/db/cache/group.go
vendored
2
pkg/common/db/cache/group.go
vendored
@ -36,7 +36,7 @@ const (
|
|||||||
groupExpireTime = time.Second * 60 * 60 * 12
|
groupExpireTime = time.Second * 60 * 60 * 12
|
||||||
groupInfoKey = "GROUP_INFO:"
|
groupInfoKey = "GROUP_INFO:"
|
||||||
groupMemberIDsKey = "GROUP_MEMBER_IDS:"
|
groupMemberIDsKey = "GROUP_MEMBER_IDS:"
|
||||||
groupMembersHashKey = "GROUP_MEMBERS_HASH:"
|
groupMembersHashKey = "GROUP_MEMBERS_HASH2:"
|
||||||
groupMemberInfoKey = "GROUP_MEMBER_INFO:"
|
groupMemberInfoKey = "GROUP_MEMBER_INFO:"
|
||||||
joinedSuperGroupsKey = "JOIN_SUPER_GROUPS:"
|
joinedSuperGroupsKey = "JOIN_SUPER_GROUPS:"
|
||||||
SuperGroupMemberIDsKey = "SUPER_GROUP_MEMBER_IDS:"
|
SuperGroupMemberIDsKey = "SUPER_GROUP_MEMBER_IDS:"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user