package
Version:
v0.0.0-...-9887b09
Opens a new window with list of versions in this module.
Published: May 19, 2023
License: GPL-3.0
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 Config struct {
Password *string `env:"REDIS_PASSWORD" envDefault:""`
Username *string `env:"REDIS_USERNAME" envDefault:""`
PoolSize *int `env:"REDIS_POOL_SIZE"`
Db *int `env:"REDIS_DB" envDefault:"0"`
Clusters *URLs `env:"REDIS_CLUSTERS,required"`
}
type Redis struct {
redis.UniversalClient
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.