redis

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2023 License: MIT Imports: 4 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Client *client
)

Functions

func Init

func Init(redisName string, confStr string) error

Types

type Config

type Config struct {
	Host     string `json:"host" yaml:"host" validate:"required"`
	Database int    `json:"database" yaml:"database" validate:"required"`
	Password string `json:"password" yaml:"password" validate:"required"`
}

Jump to

Keyboard shortcuts

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