Open charettes opened 6 years ago
We've hit this error a few time in production where redis throws an error on an empty mapping.
redis
https://github.com/andymccurdy/redis-py/blob/413e802f8fe390738bc1e89716083586e0269fd0/redis/client.py#L2003-L2009
This is similar to #146 but for HMSET.
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.