feat: added redis pool
This commit is contained in:
@@ -4,6 +4,7 @@ import "time"
|
||||
|
||||
type Ticket struct {
|
||||
ID int64
|
||||
PlayerID string
|
||||
Attributes map[string]float64
|
||||
Tags map[string]float64
|
||||
CreatedAt time.Time
|
||||
|
||||
Reference in New Issue
Block a user