redis

package
v0.0.0-...-041f4c2 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base interface {
	Get(key string) (string, error)
	Set(key string, value interface{}, expiration time.Duration) (string, error)
}

func NewBase

func NewBase(Dbname string, Mode string) Base

type Jiafu

type Jiafu struct {
	Base
}

func NewJiafu

func NewJiafu() *Jiafu

func (*Jiafu) FetchRowNew

func (j *Jiafu) FetchRowNew()

type Open

type Open struct {
	Base
}

func NewOpen

func NewOpen() *Open

Jump to

Keyboard shortcuts

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