summaryrefslogtreecommitdiff
path: root/tests/test_function.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests for Redis 7 (#2182)dvora-h2022-05-311-26/+25
| | | | | * fix tests * async
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-2/+2
|
* Update FUNCTION LOAD changes (#2139)dvora-h2022-04-271-29/+38
|
* Add cluster support for functions (#2016)dvora-h2022-03-061-51/+77
| | | | | | | | | | | | | | | | | | | * cluster support for functions * fix test_list_on_cluster mark * fix mark * cluster unstable url * fix * fix cluster url * skip tests * linters * linters
* Add support for Redis 7 functions (#1998)dvora-h2022-02-221-0/+94
* add function support * linters * test fcall * decode reponses for unstable_r * linters * fix evalsho_ro test * fix eval_ro test * add response callbaks * linters