cache

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildRedisAddress

func BuildRedisAddress(host, port string) string

Types

type RedisCache

type RedisCache struct {
	// contains filtered or unexported fields
}

func NewRedis

func NewRedis(redisAddress string, appPrefix string, ttl time.Duration) *RedisCache

func (*RedisCache) Add

func (c *RedisCache) Add(ctx context.Context, key string, value interface{})

func (*RedisCache) Get

func (c *RedisCache) Get(ctx context.Context, key string) (interface{}, bool)

Jump to

Keyboard shortcuts

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