package
1.9.27
Repository: https://github.com/gzorm/common.git
Documentation: pkg.go.dev

# Functions

MustNewOriginalRedisCaptcha returns the captcha using original go redis, it will exit when error occur.
MustNewRedisCaptcha returns the captcha using redis, it will exit when error occur.
No description provided by the author
NewOriginalRedisStore returns a redis store for captcha.
NewRedisStore returns a redis store for captcha.

# Structs

Conf is the captcha configuration structure.
OriginalRedisStore stores captcha data.
RedisStore stores captcha data.