StarterRedis

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RedisConfig

type RedisConfig struct {
	Host     string `value:"${redis.host:=127.0.0.1}"`
	Port     int    `value:"${redis.port:=6379}"`
	Password string `value:"${redis.password:=}"`
	Database int    `value:"${redis.database:=0}"`
}

RedisConfig redis 配置

Jump to

Keyboard shortcuts

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