Open sunpengfei0307 opened 6 months ago
Hi! I check the api: "github.com/gin-contrib/sessions/redis"
func NewStoreWithDB(size int, network, address, password, DB string, keyPairs ...[]byte) (Store, error), no username filed,
can't reuse the go-redis's handle (created by redis.NewClient()),I have to create a redundant redisgo‘s connection。
Hi! I check the api: "github.com/gin-contrib/sessions/redis"
func NewStoreWithDB(size int, network, address, password, DB string, keyPairs ...[]byte) (Store, error), no username filed,
can't reuse the go-redis's handle (created by redis.NewClient()),I have to create a redundant redisgo‘s connection。