Versions in this module Expand all Collapse all v0 v0.3.11 May 17, 2025 Changes in this version + const OneDay + const OneHour + const OneMinute + const OneWeek + const ThreeDays + func Delete(key string) bool + func Deletef(template string, key ...any) bool + func Get[T any](key string) (T, error) + func Getf[T any](template string, key ...any) (T, error) + func Set(key string, value any, seconds ...int) error