diff --git a/_const/rediskey/key.go b/_const/rediskey/key.go index 02c48db8e49aad4866332977057022276a3cdfb5..9650a554142482a4e1d56b6cc9d77fff970afb76 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新的支持者 )