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

Fixed HMSET argument handling on Lua redis.call. #110

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

Conversation

amotzg
Copy link
Contributor

@amotzg amotzg commented Jun 23, 2016

As opposed to Redis HMSET taking field value pairs as separate arguments, MockRedis.hmset (like py-redis) takes all pairs in one dictionary. Argument list thus need to be converted when calling from Lua script using redis.call('HMSET', hashkey, field1, value1, ..., fieldN, valueN)

@amotzg
Copy link
Contributor Author

amotzg commented Jun 23, 2016

I see tests failed.
It didn't happen locally, I'll check and fix this, sorry.

@amotzg
Copy link
Contributor Author

amotzg commented Dec 5, 2016

Travis checks now fail due to a general problem with configured pip command syntax. See PR #114.

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.

1 participant