Documentation ¶
Index ¶
- Variables
- func GetLastLaunchScreenIdCache(ctx context.Context) (int64, error)
- func GetLaunchScreenCache(ctx context.Context, key string) (pictureIdList []int64, err error)
- func InitRedis()
- func IsLastLaunchScreenIdCacheExist(ctx context.Context) bool
- func IsLaunchScreenCacheExist(ctx context.Context, key string) bool
- func SetLastLaunchScreenIdCache(ctx context.Context, id int64) error
- func SetLaunchScreenCache(ctx context.Context, key string, pictureIdList *[]int64) error
Constants ¶
This section is empty.
Variables ¶
View Source
var RedisClient *redis.Client
Functions ¶
func GetLaunchScreenCache ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.