Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #93 by passing full URI to redis.createClient when specified #94

Merged
merged 3 commits into from
May 10, 2016

Conversation

hgcummings
Copy link
Contributor

My initial approach was to use url.parse() from the Node.js URL module to get the hostname and port. This did work, but I noticed that redis also lets you specify the database index and other options via the URL, so it seemed better to pass it wholesale to the createClient call if specified.

@hgcummings
Copy link
Contributor Author

Hi @objectiveSee, thanks for taking a look at this. I've made the suggested review markup and pushed to the PR branch. Is there anything else I can do to help move this PR along?

@hgcummings hgcummings mentioned this pull request Mar 10, 2016
@hgcummings
Copy link
Contributor Author

hgcummings commented May 9, 2016

Hi @objectiveSee, @BridgeAR. Having reviewed this, would you be happy to merge it? - It's been open for a while now (also mentioning @rauchg as the primary maintainer).

@rauchg rauchg merged commit 708de4c into socketio:master May 10, 2016
@rauchg
Copy link
Contributor

rauchg commented May 10, 2016

Thank you !

@hgcummings
Copy link
Contributor Author

Thanks @rauchg. Do you know when you'll next be publishing this package?

@darrachequesne darrachequesne added this to the 1.1.0 milestone Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants