mirror of
https://github.com/astaxie/beego.git
synced 2025-06-18 19:30:40 +00:00
move core/session to web/session
This commit is contained in:
@ -38,7 +38,7 @@ import (
|
||||
|
||||
"github.com/astaxie/beego/pkg/adapter/session"
|
||||
|
||||
sentinel "github.com/astaxie/beego/pkg/core/session/redis_sentinel"
|
||||
sentinel "github.com/astaxie/beego/pkg/server/web/session/redis_sentinel"
|
||||
)
|
||||
|
||||
// DefaultPoolSize redis_sentinel default pool size
|
||||
|
Reference in New Issue
Block a user