mirror of https://github.com/peter4431/rq.git
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.
54254f2271
This patches the connection object (which is either a StrictRedis instance or a Redis instance), to have alternative class methods that behave exactly like their StrictRedis counterparts, no matter whether which type the object is. Only the ambiguous methods are patched. The exhaustive list: - _zadd (fixes argument order) - _lrem (fixes argument order) - _setex (fixes argument order) - _pipeline (always returns a StrictPipeline) - _ttl (fixes return value) - _pttl (fixes return value) This makes it possible to call the methods reliably without polluting the RQ code any further. |
12 years ago | |
---|---|---|
.. | ||
compat | 12 years ago | |
contrib | 12 years ago | |
scripts | 12 years ago | |
__init__.py | 12 years ago | |
connections.py | 12 years ago | |
decorators.py | 12 years ago | |
dummy.py | 13 years ago | |
exceptions.py | 12 years ago | |
job.py | 12 years ago | |
local.py | 13 years ago | |
logutils.py | 12 years ago | |
queue.py | 12 years ago | |
timeouts.py | 13 years ago | |
utils.py | 12 years ago | |
version.py | 12 years ago | |
worker.py | 12 years ago |