redis_cache

package
v0.0.0-...-d175b21 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RedisClientUtils *redisClientUtils
View Source
var RedisPoolUtils *redisPoolUtils
View Source
var Version string

Functions

This section is empty.

Types

type RedisConfigFormat

type RedisConfigFormat struct {
	Address  string `json:"address" yaml:"address"`
	Password string `json:"password" yaml:"password"`
	DBNum    int    `json:"db_num" yaml:"db_num"`
}

type RedisPool

type RedisPool interface {
	CheckRedisPool() bool
}

Jump to

Keyboard shortcuts

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