redis

package
v0.0.0-...-4135f6e Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Redis

type Redis interface {
	GetFromRedis(key string) (value string)
	SetToRedis(key string, value string, expTime time.Duration) bool
	DeleteFromRedis(key string) bool
}

func NewRedis

func NewRedis() (Redis, error)

Jump to

Keyboard shortcuts

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