# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
GetObject Get struct from redis EX used: existsFlag, err := util.GetObject(ctx, "key", &userModel).
GetObjectWithPipe Get struct from redis EX used: existsFlag, err := util.GetObject(ctx, "key", &userModel).
No description provided by the author
LPopList : get and remove left item of the list.
SetList Set list to redis.
No description provided by the author
SetObject Set struct to redis EX used: err = util.SetObject(ctx, "key", userModel, 86400).
SetObjectWithPipe Set struct to redis EX used: err = util.SetObject(ctx, "key", userModel, 86400).
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Type aliases
No description provided by the author