package
Version:
v1.12.1
Opens a new window with list of versions in this module.
Published: Jun 9, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client struct {
*redis.Client
Conf Config
}
type Config struct {
redis.Options
CertFile string `json:"cert_file,omitempty"`
KeyFile string `json:"key_file,omitempty"`
}
func (c *Config) Build() *redis.Client
func (c *Config) InitBeforeInject()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.