cache

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitCache

func InitCache(config *configs.RedisConfig) *redis.Pool

Types

type Cacheable

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

func NewCacheable

func NewCacheable(rdb *redis.Pool) Cacheable

Jump to

Keyboard shortcuts

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