Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pre 6.2 redis should default to None for script flush (#1641) | Chayim | 2021-10-25 | 1 | -0/+4 |
* | Support for SCRIPT FLUSH with SYNC/ASYNC (#1567) | Chayim | 2021-09-01 | 1 | -0/+18 |
* | Remove support for end-of-life Python 2.7 (#1318) | Jon Dufresne | 2020-08-06 | 1 | -2/+1 |
* | Use unicode literals throughout project | Jon Dufresne | 2018-11-03 | 1 | -3/+3 |
* | Remove from __future__ import with_statement | Jon Dufresne | 2018-11-03 | 1 | -1/+0 |
* | Fix icnorrect test | Ben Greenberg | 2017-06-15 | 1 | -1/+2 |
* | update tests to reflect the fact that the script sha is precalculated | Ben Greenberg | 2017-06-15 | 1 | -13/+18 |
* | pep8 fix | Hendrik Muhs | 2014-12-04 | 1 | -0/+1 |
* | fix pep8 | Hendrik Muhs | 2014-12-04 | 1 | -4/+5 |
* | UnicodeDecodeErrorfix unicode encode error when using pipeline in combination... | Hendrik Muhs | 2014-12-04 | 1 | -0/+31 |
* | fix scripting tests on python3 | Andy McCurdy | 2014-04-10 | 1 | -2/+3 |
* | Make sure we know the SHA of scripts before pipeline execution. Fixes #459 | Andy McCurdy | 2014-04-09 | 1 | -0/+81 |