client.del(`log:${compoundId}`, (err) => {
        if (err) {
            debug(err);

            throw err;