GITLAB
陆恒
/ brainhole
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2cb3cf3983d1bb64f22f56befa7cd684fa778632
Authored by
陆恒
2020-08-08 15:47:54 +0800
1 parent
cd91ef3f
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/common/redis/def.go
Side-by-side Diff
Inline Diff
src/common/redis/def.go
Wrap text
Diff comments
View file @
2cb3cf3
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
)
...
...