mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 08:50:56 +00:00
fix use it comments
fix use it comments
This commit is contained in:
parent
8c8cf46b55
commit
04c305f273
@ -25,7 +25,7 @@
|
||||
// )
|
||||
//
|
||||
// func init() {
|
||||
// globalSessions, _ = session.NewManager("redis", ``{"cookieName":"gosessionid","gclifetime":3600,"ProviderConfig":"127.0.0.1:7070;127.0.0.1:7071"}``)
|
||||
// globalSessions, _ = session.NewManager("redis_cluster", ``{"cookieName":"gosessionid","gclifetime":3600,"ProviderConfig":"127.0.0.1:7070;127.0.0.1:7071"}``)
|
||||
// go globalSessions.GC()
|
||||
// }
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user