gocaptcha icon indicating copy to clipboard operation
gocaptcha copied to clipboard

RedisStore Config

Open guoyoujin opened this issue 7 years ago • 0 comments

Add Redis Options Config:

type Options struct {
	Network string
	Password string
	DB       int64
}

guoyoujin avatar Jan 24 '18 09:01 guoyoujin