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 ioredis #8

Merged
merged 1 commit into from
Aug 23, 2015
Merged

Use ioredis #8

merged 1 commit into from
Aug 23, 2015

Conversation

adalinesimonian
Copy link
Member

Overview

To do

  1. Review this PR
  2. Review Use ioredis connect#188
  3. Merge this PR
  4. Document changes
  5. Release new modinha-redis version
  6. Follow steps at Use ioredis connect#188

Details

Local tests:

Implications:

  • ioredis multi.exec() returns an array of arrays for results instead of a flat array as does node-redis, with the first element of each sub-array the error from the command, and the second the results. We do not make any attempt to flatten the array in modinha-redis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sentinel support and ioredis
2 participants