package
Version:
v2.0.2
Opens a new window with list of versions in this module.
Published: Mar 23, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewRedisCache builds a new redis-backed cache.
type Config struct {
Username string `env:"USERNAME" json:"username"`
Password string `env:"PASSWORD" json:"password,omitempty"`
QueueAddresses []string `env:"QUEUE_ADDRESSES" json:"queueAddress"`
}
Config configures a Redis-backed consumer.
ValidateWithContext validates a Config struct.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.