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 config #1008
Refactor config #1008
Conversation
chelseakomlo
commented
May 7, 2013
- Moved Redis details from Config#redis to Backend#connect to centralize Redis information to the Backend.
- Associated with this task
|
Looks good to me! |
|
Thank you! I'm going to keep working on isolating Redis to Backend- let me know if this commit is on the right track! |
| @@ -11,30 +11,11 @@ class Config | |||
| # 4. A Redis URL String 'redis://host:port' | |||
| # 5. An instance of `Redis`, `Redis::Backend`, `Redis::DistRedis`, | |||
| # or `Redis::Namespace`. | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This space shouldn't be added.
|
Love it. Just clean up those bits of whitespace, and then |
|
Awesome, thanks! |
|
This good to go? |
|
<3 <3 <3 |
|
Out curiosity, why remove the |
|
Pry is a personal choice (that for example, I don't use) so forcing it on everyone isn't cool. |
|
Congrats @chelseakomlo! |