rq/docs
Darshan Rai ada2ad03ca modify zadd calls for redis-py 3.0 (#1016)
* modify zadd calls for redis-py 3.0

redis-py 3.0 changes the zadd interface that accepts a single
mapping argument that is expected to be a dict.
https://github.com/andymccurdy/redis-py#mset-msetnx-and-zadd

* change FailedQueue.push_job_id to always push a str

redis-py 3.0 does not attempt to cast values to str and is left
to the user.

* remove Redis connection patching

Since in redis-py 3.0, Redis == StrictRedis class, we no longer
need to patch _zadd and other methods.
Ref: https://github.com/rq/rq/pull/1016#issuecomment-441010847
2018-12-03 07:28:36 +07:00
..
_includes Add docs folder. 2018-03-03 07:21:44 +07:00
_layouts Add docs folder. 2018-03-03 07:21:44 +07:00
contrib Add docs folder. 2018-03-03 07:21:44 +07:00
css Add docs folder. 2018-03-03 07:21:44 +07:00
design Add docs folder. 2018-03-03 07:21:44 +07:00
docs fix typo - change -> chance (#1012) 2018-11-14 08:27:41 +07:00
img Add docs folder. 2018-03-03 07:21:44 +07:00
patterns Add docs folder. 2018-03-03 07:21:44 +07:00
.DS_Store Add docs folder. 2018-03-03 07:21:44 +07:00
CNAME Add docs folder. 2018-03-03 07:21:44 +07:00
_config.yml Add docs folder. 2018-03-03 07:21:44 +07:00
favicon.png Add docs folder. 2018-03-03 07:21:44 +07:00
index.md modify zadd calls for redis-py 3.0 (#1016) 2018-12-03 07:28:36 +07:00