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.
Vincent Driessen 54254f2271 Patch the connection instances.
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 Patch the connection instances. 12 years ago
contrib Also report job description. 12 years ago
scripts Patch the connection instances. 12 years ago
__init__.py Implement the get_current_job() function. 12 years ago
connections.py Patch the connection instances. 12 years ago
decorators.py Rename the const. 12 years ago
dummy.py Clean up some of the dummy jobs used for testing. 13 years ago
exceptions.py Make inner_exception optional, and use new except syntax. 12 years ago
job.py Make inner_exception optional, and use new except syntax. 12 years ago
local.py Fix AttributeError. 13 years ago
logutils.py Include a copy of dictConfig in RQ, for Python 2.6 compat. 12 years ago
queue.py Patch the connection instances. 12 years ago
timeouts.py Fix typo. 13 years ago
utils.py Avoid new-style classes under Python 2.6. 12 years ago
version.py Prepare for 0.3.5. 12 years ago
worker.py Merge branch 'vierja-ended_time' 12 years ago