Versions in this module Expand all Collapse all v0 v0.1.0 Jun 25, 2025 v0.0.3 Jun 25, 2025 Changes in this version + var ErrDecode = errors.New("failed to decode to struct") + var ErrInvalidDB = errors.New("redis DB index must be >= 0") + var ErrInvalidPort = errors.New("redis port must be between 1 and 65535") + var ErrKeyNotFound = errors.New("key not found in cache") + var ErrMissingHost = errors.New("missing redis host") + var ErrSerializeValue = errors.New("failed to serialize cache value") + var ErrSetNil = errors.New("cannot cache nil value")