cache

package
v0.0.0-...-c0306e0 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RedisCache

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

func NewRedisCache

func NewRedisCache(redisAddress string, password string, ttl time.Duration) (*RedisCache, error)

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