From 1e9d5b2746b0d1780fed9153c470db3e485b6668 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Tue, 22 Aug 2023 17:33:37 +0800 Subject: [PATCH] group support --- _const/rediskey/key.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_const/rediskey/key.go b/_const/rediskey/key.go index 02c48db..9650a55 100644 --- a/_const/rediskey/key.go +++ b/_const/rediskey/key.go @@ -57,6 +57,6 @@ const ( Game1V1GameTimesRecord = "game:timesRecord:%s:%d:%d:%d" // 1v1游戏,游戏次数活动记录,天日期:玩家Id:游戏gameId:对方玩家id Game1V1GameWinTimesRecord = "game:winTimesRecord:%s:%d:%d:%d" // 1v1游戏,游戏获胜次数活动记录,天日期:获胜玩家Id:游戏gameId:对方玩家id - GroupSupportConsumeSummary = "group:support:consumeSummary" // 群组扶持,周流水记录,zset数据 + GroupSupportConsumeSummary = "group:support:consumeSummary" // 群组扶持,周流水记录,zset数据 member:imGroupId, score:diamond GroupSupportCountSupporter = "group:support:supporter:%s" // 群组扶持,%s:imGroupId,SADD新的支持者 ) -- 2.22.0