redis

package
v0.0.0-...-98cd694 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 29, 2024 License: Unlicense Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRedisCache

func NewRedisCache[T cache.Cacheable](cfg *Config, expiration time.Duration) cache.Cache[T]

NewRedisCache builds a new redis-backed cache.

Types

type Config

type Config struct {
	Username       string   `json:"username"           toml:"username,omitempty"`
	Password       string   `json:"password,omitempty" toml:"password,omitempty"`
	QueueAddresses []string `json:"queueAddress"       toml:"queue_address,omitempty"`
	DB             int      `json:"database,omitempty" toml:"database,omitempty"`
}

Config configures a Redis-backed consumer.

func (*Config) ValidateWithContext

func (cfg *Config) ValidateWithContext(ctx context.Context) error

ValidateWithContext validates a Config struct.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL