redis_cache

package
v0.1.30 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TenMinute    = time.Minute * 10
	ThirtyMinute = time.Minute * 30
	OneHour      = time.Hour
	TwelveHour   = time.Hour * 12
	OneDay       = OneHour * 24
	ThreeDay     = OneDay * 3
	SevenDay     = OneDay * 7
	SevenDayInt  = 60 * 60 * 24 * 7
)

Variables

This section is empty.

Functions

func NewRedisCache

func NewRedisCache(client redis.Cmdable) cache.Cache

NewRedisCache 实例化一个缓存结构

Types

This section is empty.

Jump to

Keyboard shortcuts

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