You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 years ago
..
__init__.py modify zadd calls for redis-py 3.0 (#1016) 6 years ago
dummy_settings.py Enable the most modern Python syntax. 11 years ago
dummy_settings_override.py Fixed #809 - Added tests for various cli config parameters 7 years ago
fixtures.py Fixed a unicode test. 6 years ago
test_cli.py Fixed #809 - Added tests for various cli config parameters 7 years ago
test_connection.py Fixed #870 Improved test coverage for connections.py and utils.py 7 years ago
test_decorator.py modify zadd calls for redis-py 3.0 (#1016) 6 years ago
test_helpers.py Restored the ability to specify connection params in config 10 years ago
test_job.py Replace 'async' keyword with 'is_async' for Queue objects (#977) 7 years ago
test_queue.py Replace "timeout" argument in queue.enqueue() with "job_timeout" (#1010) 6 years ago
test_registry.py modify zadd calls for redis-py 3.0 (#1016) 6 years ago
test_sentry.py Fixed #866 - Flak8 errors 7 years ago
test_utils.py add milliseconds into timestamps, fix #721 7 years ago
test_worker.py modify zadd calls for redis-py 3.0 (#1016) 6 years ago
test_worker_registration.py Added the ability to fetch workers by queue (#911) 7 years ago