package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Feb 27, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Address string `required:"true"`
Username string `required:"true"`
Password string `required:"true"`
DB int `required:"true"`
Timeout time.Duration `default:"5s" required:"false"`
PoolSize int `default:"10" required:"false"`
}
type Redis struct {
*redis.Client
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.