cache

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RedisOptions

type RedisOptions redis.Options

type Rediser

type Rediser interface {
	Get(key string, value interface{}) (err error)
	GetRedisClient() *cache.Cache
	IsExists(key string) bool
	Set(Key string, value interface{}) (err error)
	SetTtl(key string, value interface{}, ttl time.Duration) (err error)
}

func Init

func Init(ctx context.Context, redisOptions RedisOptions) Rediser

Jump to

Keyboard shortcuts

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