Merge develop

This commit is contained in:
Ming Deng
2021-02-02 10:25:05 +08:00
10 changed files with 201 additions and 51 deletions

View File

@@ -22,7 +22,10 @@ func TestRedisSentinel(t *testing.T) {
}
globalSessions, e := session.NewManager("redis_sentinel", sessionConfig)
assert.Nil(t, e)
if e != nil {
t.Log(e)
return
}
go globalSessions.GC()