package
1.4.2
Repository: https://github.com/forkyid/go-utils.git
Documentation: pkg.go.dev

# Functions

ConnectCache func.
Delete params @key: string return error.
ExternalKey params @serviceName: string @data: interface{} @prefixes: ...string return string, error.
Get params @key: string return interface{}, error.
GetUnmarshal params @key: string @target: interface{} return error.
IsCacheConnected func return bool.
IsCacheExists params @key: string return bool, error.
Key params @data: interface{} @prefixes: ...string return string, error.
Purge params @key: string return error.
SetExpire params @key: string @seconds: int return error.
SetJSON params @key: string @value: interface{} @seconds: int return error.
TTL params @key: string return float64, error.