cachingenv

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CachingDriverRedis    = "redis"
	CachingDriverMemcache = "memcache"
)

Constants

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheConnectorConfig

type CacheConnectorConfig struct {
	Driver      string `yaml:"driver"`
	Host        string `yaml:"host"`
	Port        int    `yaml:"port"`
	Password    string `yaml:"password"`
	Index       int    `yaml:"db"`
	ClusterMode bool   `yaml:"clusterMode"`
}

CacheConnectorConfig connector config

Jump to

Keyboard shortcuts

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