rq.job and other places are triggering this warning from redis: ``` Pipeline.hmset() is deprecated. Use Pipeline.hset() instead. ``` This was deprecated in redis 3.5.0: https://github.com/andymccurdy/redis-py/blob/252c840ea2ade01637b4ed7c834dd83b130041b4/CHANGES#L17