Feat: save/load state
This commit is contained in:
@ -5,5 +5,6 @@ var (
|
||||
CtxUsernameKey = "username"
|
||||
CtxSessionKey = "session"
|
||||
// cache
|
||||
CacheRoomPrefix = "room#"
|
||||
CacheRoomPrefix = "room#"
|
||||
CacheStatePrefix = "state-"
|
||||
)
|
||||
|
Reference in New Issue
Block a user