produce.js->line 154 ```js this._redis.lpush(this._queueKey, content, err => { if (err) return this._msgCallback.emit(id, err); }); ``` There are no callback when nothing goes wrong