package
0.0.33
Repository: https://github.com/jacci-ch/sdp-xlib.git
Documentation: pkg.go.dev

# Functions

Del - deletes keys in cache server.
Get - retrieves the value of given key stored in redis server.
GetEx - retrieves the value stored in redis server and prolong the TTL of the given key.
GetExWithProvider - retrieves value of given key as given type.
GetWithProvider - retrieves value of given key as given type.
NewClient - creates a new redis Universal Client.
Set - stores key-value with given TTL to cache storage.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Config - a structure holds all configurations.

# Type aliases

Provider - a callback function definition for data provider.