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

Make project compatible with redis-rb 4+ #289

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

leifg
Copy link

@leifg leifg commented Aug 16, 2021

Couple of things need to happen:

  • Remove restriction on version in gemspec
  • replace Redis.connect with Redis.new (already supported in redis-rb 3)
  • backport _client method to Redis class (only if not already defined)
  • Use redis._client instead of redis.client when accessing the internal redis client

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