redis

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: May 26, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotConfigured = errors.New("Redis is not configured")

Functions

func GetRedisClient

func GetRedisClient(conf *RedisConfig) (redis.UniversalClient, error)

Types

type RedisConfig

type RedisConfig struct {
	Address           string   `yaml:"address"`
	Username          string   `yaml:"username"`
	Password          string   `yaml:"password"`
	DB                int      `yaml:"db"`
	UseTLS            bool     `yaml:"use_tls"`
	MasterName        string   `yaml:"sentinel_master_name"`
	SentinelUsername  string   `yaml:"sentinel_username"`
	SentinelPassword  string   `yaml:"sentinel_password"`
	SentinelAddresses []string `yaml:"sentinel_addresses"`
	ClusterAddresses  []string `yaml:"cluster_addresses"`
	// for clustererd mode only, number of redirects to follow, defaults to 2
	MaxRedirects *int `yaml:"max_redirects"`
}

func (*RedisConfig) GetMaxRedirects

func (r *RedisConfig) GetMaxRedirects() int

func (*RedisConfig) IsConfigured

func (r *RedisConfig) IsConfigured() bool

Jump to

Keyboard shortcuts

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