Commit 2cb3cf3983d1bb64f22f56befa7cd684fa778632

Authored by 陆恒
1 parent cd91ef3f
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/common/redis/def.go
1 1 package redis
2 2  
3 3 const (
4   - USER_DATA_KEY = "GUNSHOT_USER_DATA_KEY" //玩家数据
  4 + USER_DATA_KEY = "BRAINHOLE_USER_DATA_KEY" //玩家数据
5 5  
6 6 )
... ...