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

Use redis-cli -u argument rather than splitting URL #148

Merged

Conversation

geoffharcourt
Copy link
Collaborator

@geoffharcourt geoffharcourt commented Jun 16, 2018

This change updates the Redis subcommand to use redis-cli's -u
argument, letting redis-cli parse the URL rather than parsing it into
pieces in Parity.

https://redis.io/topics/rediscli#host-port-password-and-database

@geoffharcourt geoffharcourt force-pushed the gh-use-redis-url-param branch from f852c96 to 05188eb Compare June 16, 2018 19:18
This change updates the Redis subcommand to use `redis-cli`'s `-u`
argument, letting `redis-cli` parse the URL rather than parsing it into
pieces in Parity.

https://redis.io/topics/rediscli#host-port-password-and-database
@geoffharcourt
Copy link
Collaborator Author

Note: this is a prerequisite to dropping use of Open3 and moving to a better integration test setup.

@geoffharcourt geoffharcourt merged commit 28132ea into thoughtbot:master Jun 19, 2018
@geoffharcourt geoffharcourt deleted the gh-use-redis-url-param branch June 19, 2018 01:53
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.

1 participant