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

refactor: use standardized redis uri for dialer arguments #42

Merged
merged 4 commits into from
Aug 7, 2018
Merged

refactor: use standardized redis uri for dialer arguments #42

merged 4 commits into from
Aug 7, 2018

Conversation

akkumar
Copy link
Contributor

@akkumar akkumar commented Jun 28, 2018

Use standardized redis uri for the connection string ( implemented by DialURL in the redigo library) - as compared to specifying username / password etc.

More at - https://www.iana.org/assignments/uri-schemes/prov/redis.

Important this does break backward compatibility to be the unitary form of creating redispool.

Feel free to let me know otherwise, if it needs to be overloaded and backward compatibility is important.

@akkumar
Copy link
Contributor Author

akkumar commented Jun 28, 2018

Also uses the newer import path for redigo as described in #40

Copy link
Member

@yoonsio yoonsio left a comment

Choose a reason for hiding this comment

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

LGTM!

@yoonsio yoonsio merged commit b2f0dd7 into gocelery:master Aug 7, 2018
@akkumar akkumar deleted the redis_pool branch August 7, 2018 09:39
@akkumar akkumar restored the redis_pool branch August 7, 2018 19:01
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.

2 participants