redis

package
v0.0.0-...-a5ea93d Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2020 License: BSD-2-Clause Imports: 12 Imported by: 0

Documentation

Overview

Package redis 代表redis连接配置,所有redis连接配置均在此目录配置,一个redis对应一个配置文件。

Index

Constants

This section is empty.

Variables

View Source
var (
	// RDS 表示redis连接,key是业务名,value是redis连接
	RDS map[string]*redis.Pool = map[string]*redis.Pool{}
)

Functions

This section is empty.

Types

type Conf

type Conf struct {
	Addr string // addr
	Auth string // auth
	Db   int    // db select
}

Conf 用于redis连接配置

Jump to

Keyboard shortcuts

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