cache

package
v0.0.0-...-65b1bfe Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RedisClient

type RedisClient interface {
	Get(key string) (*entity.GameDetails, error)
	Set(key string, value string) error
	GetReviewsInCache(key string) (*steamapi.ReviewsResponse, error)
}

func NewRedisCacheClient

func NewRedisCacheClient(host string, db int) RedisClient

Jump to

Keyboard shortcuts

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