redis

package
v1.21.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2021 License: Unlicense Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCache

func NewCache(lc fx.Lifecycle, cfg *Config, opts *cache.Options) *cache.Cache

NewCache from config. The cache is based on https://github.com/go-redis/cache

func NewOptions added in v1.7.0

func NewOptions(ring *redis.Ring) *cache.Options

NewOptions for redis.

func NewRing added in v1.7.0

func NewRing(lc fx.Lifecycle, cfg *Config) *redis.Ring

NewRing for redis.

Types

type Config added in v1.19.0

type Config struct {
	Name string `envconfig:"SERVICE_NAME" required:"true"`
	Host string `envconfig:"REDIS_CACHE_HOST" required:"true" default:"localhost:6379"`
}

Config for redis.

func NewConfig added in v1.19.0

func NewConfig() (*Config, error)

NewConfig for redis.

Directories

Path Synopsis
metrics

Jump to

Keyboard shortcuts

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