StarterRedis

package module
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2020 License: Apache-2.0 Imports: 0 Imported by: 1

README

starter-redis

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config 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}"`
}

Config Redis 配置

Jump to

Keyboard shortcuts

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