Add: Unix Socket support (#466)

* Update conf.go

* Update driver.go

* Update session.go

* Update defaults.go

* Update main.go

* Update conf.go

* Update defaults.go
This commit is contained in:
GuerraMorgan
2020-08-12 20:31:28 +08:00
committed by GitHub
parent dd50ef1c25
commit bfd2340732
5 changed files with 23 additions and 2 deletions

2
pkg/cache/driver.go vendored
View File

@@ -15,7 +15,7 @@ func Init() {
if conf.RedisConfig.Server != "" && gin.Mode() != gin.TestMode {
Store = NewRedisStore(
10,
"tcp",
conf.RedisConfig.Network,
conf.RedisConfig.Server,
conf.RedisConfig.Password,
conf.RedisConfig.DB,