mixcache

package
v0.2.12 Latest Latest
Warning

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

Go to latest
Published: May 6, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNil = errors.New("mixcache: nil returned")

Functions

func Register

func Register() common.Caller

func String

func String(reply interface{}, err error) (string, error)

Types

type CallerCfg

type CallerCfg struct {
	Debug          bool
	Mode           string
	LevelDbPath    string
	Network        string // tcp
	Addr           string // 127.0.0.1:6379
	DB             int
	Password       string
	ConnectTimeout common.Duration
	ReadTimeout    common.Duration
	WriteTimeout   common.Duration
	MaxIdle        int
	MaxActive      int
	IdleTimeout    common.Duration
	Wait           bool
}

type Cfg

type Cfg struct {
	Muses struct {
		Mixcache map[string]CallerCfg `toml:"mixcache"`
	} `toml:"muses"`
}

type Client

type Client struct {
	standard.MixCache
	// contains filtered or unexported fields
}

func Caller

func Caller(name string) *Client

type Error

type Error string

func (Error) Error

func (err Error) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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