summaryrefslogtreecommitdiff
path: root/tasks.py
Commit message (Collapse)AuthorAgeFilesLines
* Add redis5 and redis4 dockers (#1871)dvora-h2022-02-031-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add redis5 and redis4 dockers * redis versions testenv * path changes * fix linters * fix tests * fixing linter * Increased pubsub's wait_for_messages timeout to prevent flaky tests (#1893) * Fixing TypeError in GraphCommands.explain (#1901) * Fixing AttributeError in UnixDomainSocketConnection (#1903) * Fixing AttributeError on some connection errors (#1905) * cluster script fixes to support future cluster versions and redis unstable (#1900) * Fixing LMOVE, BLMOVE returning an incorrect response (#1906) * Raising ConnectionError on invalid ocsp certificates - with status information (#1907) * 4.1.2 (#1904) * adding cluster env timeout time (#1908) * Update changes file with changes since 4.0.0-beta2 (#1915) * Fixing volume for unstable_cluster docker (#1914) * Change json.clear test multi to be up to date with redisjson (#1922) * fix json clear test * fix json clear test * Add support for BZMPOP (#1851) * add bzmpop * add comment * fix pr comment * fix linters * fix pr comments * add client no-evict (#1856) * Add support for ZINTERCARD (#1857) * add zintercard * fix pr comment * linters * Add support for EVAL_RO (#1862) * add sort_ro * mark test as onlynon cluster * delete mark test as onlynoncluster * add eval_ro * fix linters * delete sort_ro * fix pr comment * add type hints * add type hints * linters * Add support for EVALSHA_RO (#1863) * add evalsha-ro * fix pr comment * add type hints * add type hints * Fix naming conventions (#1872) * fix naming convention * fix worng changes * change ports to resolve conflict with unstable_cluster Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Bar Shaul <88437685+barshaul@users.noreply.github.com> Co-authored-by: Varun Chopra <v@chopraaa.com>
* OCSP Stapling Support (#1873)Chayim2022-01-171-1/+1
|
* Connection examples (#1835)dvora-h2021-12-301-0/+1
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* OCSP stapling support (#1820)Chayim2021-12-261-1/+1
|
* Support for password-encrypted SSL private keys (#1782)Chayim2021-12-161-0/+13
| | | Adding support for SSL private keys with a password. This PR also adds support for future SSL tests.
* Run actions in Parallel (#1763)Chayim2021-12-021-1/+1
|
* Added black and isort (#1734)Anas2021-11-301-5/+5
|
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-2/+2
| | | @akx Thank you so much for this! Thanks again for introducing me to a new tool that I'm sliding into my workflow as well.
* Splitting documentation for read the docs (#1743)Chayim2021-11-251-0/+6
|
* Fixing COMMAND GETKEYS tests (#1750)Chayim2021-11-251-3/+3
|
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-1/+18
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
* Tests to validate built python packages (#1678)v4.0.0rc2Chayim2021-11-091-1/+1
|
* Adding vulture for static analysis (#1655)Chayim2021-10-281-1/+1
| | | | | * Adding vulture for static analysis Removing dead code found previously by vulture in local runs.
* Adding support for redisearch (#1640)Chayim2021-10-251-1/+0
|
* tox integrations with invoke and docker (#1632)Chayim2021-10-211-0/+60