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 updated way to connect with Redis #98

Closed
wants to merge 1 commit into from

Conversation

tylerdiaz
Copy link

@tylerdiaz tylerdiaz commented Sep 8, 2017

In the commit redis/redis-rb@895cc32 the Redis library deprecated the Redis.connect that this application depends on. Because the Redis dependency doesn't have the version pinned, using the latest version of this application is broken out of the box.

This merge request helps fix that.

@coveralls
Copy link

Coverage Status

Coverage decreased (-3.3%) to 78.947% when pulling 8fa39f7 on tylerdiaz:master into 7f567f7 on steelThread:master.

@steelThread
Copy link
Owner

I should probably do this a little differently. Do you know when this change was made? Should close out v0.0 with #connect and move to v0.1 with some versioning on the dep gems.

@tylerdiaz
Copy link
Author

@steelThread The commit itself redis/redis-rb@895cc32 was made 2 years ago, but only went out on v4.0 about two weeks ago: https://github.com/redis/redis-rb/releases/tag/v4.0.0

I agree, updating the version and pinning the deps is the way to go. Want me to close this PR?

@tylerdiaz tylerdiaz closed this Jan 8, 2022
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.

None yet

3 participants