Skip to content

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