cache_keeper

package
v0.0.0-...-6c9f6a5 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CacheNotFound

func CacheNotFound(err error) bool

Types

type CacheKeeper

type CacheKeeper interface {
	Get(key string, message proto.Message) error
	Set(key string, message proto.Message) error
}

func NewRedisCacheKeeper

func NewRedisCacheKeeper(opts *redis.ClusterOptions) CacheKeeper

Jump to

Keyboard shortcuts

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