package db_hot // redis connection func InitDBHotConn() (DBHotConn, error) { return DBHotConn{}, nil } type DBHotConn struct { }