Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Update Redis ascoltatori to use pub_conn instead of client_conn #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ivanetchart
Copy link

No description provided.

@@ -82,7 +82,7 @@ RedisAscoltatore.prototype = Object.create(AbstractAscoltatore.prototype);
RedisAscoltatore.prototype._startPub = function() {
var that = this;
if (this._client === undefined) {
this._client = createConn(this._opts, 'client_conn');
this._client = createConn(this._opts, 'pub_conn');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please make this backward compatible?

@coveralls
Copy link

coveralls commented Nov 25, 2016

Coverage Status

Coverage remained the same at 92.778% when pulling 00dda23 on ivanetchart:redis_improvements into a130c66 on mcollina:master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants