cacheerr

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrMissingHost = errors.New("missing redis host")
	ErrInvalidPort = errors.New("redis port must be between 1 and 65535")
	ErrInvalidDB   = errors.New("redis DB index must be >= 0")

	ErrKeyNotFound    = errors.New("key not found in cache")
	ErrDecode         = errors.New("failed to decode to struct")
	ErrSetNil         = errors.New("cannot cache nil value")
	ErrSerializeValue = errors.New("failed to serialize cache value")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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