summaryrefslogtreecommitdiff
path: root/tests/test_scripting.py
Commit message (Expand)AuthorAgeFilesLines
* Added black and isort (#1734)Anas2021-11-301-30/+28
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+1
* Fixes to allow --redis-url to pass through all tests (#1700)Chayim2021-11-111-1/+10
* Pre 6.2 redis should default to None for script flush (#1641)Chayim2021-10-251-0/+4
* Support for SCRIPT FLUSH with SYNC/ASYNC (#1567)Chayim2021-09-011-0/+18
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-2/+1
* Use unicode literals throughout projectJon Dufresne2018-11-031-3/+3
* Remove from __future__ import with_statementJon Dufresne2018-11-031-1/+0
* Fix icnorrect testBen Greenberg2017-06-151-1/+2
* update tests to reflect the fact that the script sha is precalculatedBen Greenberg2017-06-151-13/+18
* pep8 fixHendrik Muhs2014-12-041-0/+1
* fix pep8Hendrik Muhs2014-12-041-4/+5
* UnicodeDecodeErrorfix unicode encode error when using pipeline in combination...Hendrik Muhs2014-12-041-0/+31
* fix scripting tests on python3Andy McCurdy2014-04-101-2/+3
* Make sure we know the SHA of scripts before pipeline execution. Fixes #459Andy McCurdy2014-04-091-0/+81