✨ add session
This commit is contained in:
@@ -16,5 +16,6 @@ func InitRedis() {
|
||||
MinIdleConns: global.CONFIG.Redis.MinIdle,
|
||||
PoolTimeout: global.CONFIG.Redis.PoolTimeout,
|
||||
})
|
||||
InitSession(rdb)
|
||||
global.REDIS = rdb
|
||||
}
|
||||
|
Reference in New Issue
Block a user