Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomString ¶
func RandomStringWithCharset ¶
Types ¶
type RedisConfig ¶
type RedisConfig struct { Host string Password string Database string // contains filtered or unexported fields }
func Redis ¶
func Redis() *RedisConfig
func (*RedisConfig) Client ¶
func (rc *RedisConfig) Client() *redis.Database
Click to show internal directories.
Click to hide internal directories.