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 #189 #190

Merged
merged 1 commit into from
Jul 2, 2013
Merged

Conversation

freegenie
Copy link
Contributor

This is actually a combo, because it fixes the bug and implicitly
adds the possibility to set global options which apply to all
Redis::Store instances when multiple hosts are set.

@freegenie
Copy link
Contributor Author

I'll double check that and the failing CI too.

This is actually a combo, because it fixes the bug and implicitly
adds the possibility to set global options which apply to all
Redis::Store instances when multiple hosts are set.
@freegenie
Copy link
Contributor Author

@jodosha you were right of course defaults are not required, I removed them and squashed my commits.

@freegenie
Copy link
Contributor Author

This will fix #37 as well

@freegenie
Copy link
Contributor Author

An attempt to fix this issue was made here too: #169 but that implementation doesn't to take into account the connection string format, not the hash format.

@freegenie
Copy link
Contributor Author

Another attempt to fix this issue was made here #172 with hash key based approach I personally dislike.

@freegenie
Copy link
Contributor Author

BTW #166 is full of references of issues and pull requests that would benefit from this PR. @jodosha it's time to act, please take some time to review this one.

@jodosha
Copy link
Member

jodosha commented Jul 19, 2013

@freegenie After I merged this, master build is broken, would you please take care of this?

@freegenie
Copy link
Contributor Author

@jodosha sure

benilovj added a commit to alphagov/support that referenced this pull request Jan 2, 2014
Before this change, this app was running with a patched version
of the redis-activesupport gem which fixed a pretty nasty bug (
redis-store/redis-store#166). This bug
was fixed upstream (redis-store/redis-store#190)
and released with redis-activesupport 3.2.4 so we don't need to
maintain a separate branch any more.
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