locationlabs / mockredis

mock for redis-py (NO LONGER SUPPORTED)
Apache License 2.0
227 stars 107 forks source link

HMSET should fail on empty mapping. #149

Open charettes opened 6 years ago

charettes commented 6 years ago

We've hit this error a few time in production where redis throws an error on an empty mapping.

https://github.com/andymccurdy/redis-py/blob/413e802f8fe390738bc1e89716083586e0269fd0/redis/client.py#L2003-L2009

This is similar to #146 but for HMSET.