Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace highlight tag in docs (#1600) | Selwin Ong | 2021-12-07 | 1 | -12/+12 |
| | |||||
* | Newer pip install command from git (#1439) | James Cobb | 2021-04-01 | 1 | -1/+1 |
| | | | | | | | * Newer pip install command from git Updated cutting edge pip install command to use HTTPS rather than insecure git+git protocol, as recommended by pip documentation. This allows the command to work with pip >= 21.0.1 * Updated pip command in README | ||||
* | fix snippet link in docs (#1380) | Kyle Verhoog | 2020-11-21 | 1 | -1/+1 |
| | | | | | The former link is broken since http://flask.pocoo.org/snippets has been taken down. See https://github.com/pallets/website/issues/41 for more info. | ||||
* | Bump version to 1.5.0v1.5.0 | Selwin Ong | 2020-07-26 | 1 | -5/+21 |
| | |||||
* | modify zadd calls for redis-py 3.0 (#1016) | Darshan Rai | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add docs folder. | Selwin Ong | 2018-03-03 | 1 | -0/+85 |