summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for EXPIRETIME (#1860)dvora-h2022-03-071-0/+6
| | | | | * add expiretime * skip test
* Implemented COMMAND DOCS by always throwing NotImplementedError (#2020)dvora-h2022-03-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * command docs * Add support for AUTH (#1929) * Add support for AUTH * Fix linter error * test fix * fix test in cluster Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com> * Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032) Co-authored-by: Chayim <chayim@users.noreply.github.com> * Add support for HSET items (#2006) * Add `items` parameter to `hset` * Add test for `hset` with `items` * Update CHANGES * fix test_profile Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: dvora-h <dvora.heller@redis.com> * Add cluster support for functions (#2016) * cluster support for functions * fix test_list_on_cluster mark * fix mark * cluster unstable url * fix * fix cluster url * skip tests * linters * linters * skip test Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: dogukanteber <47397379+dogukanteber@users.noreply.github.com> Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: Marek Czaplicki <mdczaplicki@gmail.com>
* 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 HSET items (#2006)Marek Czaplicki2022-03-062-1/+12
| | | | | | | | | | | | * Add `items` parameter to `hset` * Add test for `hset` with `items` * Update CHANGES * fix test_profile Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
* Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032)dvora-h2022-03-064-0/+10
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Add support for AUTH (#1929)dogukanteber2022-03-021-4/+20
| | | | | | | | | | | | | * Add support for AUTH * Fix linter error * test fix * fix test in cluster Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
* Implement locks for RedisCluster (#2013)Jake Barnwell2022-03-011-2/+0
| | | | | | | | | | | | | | | | | | | * Add support for .lock() for RedisCluster * Update changelog with lua scripting and lock() changes * Also update asyncio client .lock() doc * Add Python 3.6 back to hash verify CI (#2008) * Renaming chore as maintenance (#2015) * Add AsyncFunctionCommands (#2009) * Also update asyncio client .lock() doc Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
* Fixing TimesSeries tests (#2029)OfirMos2022-03-011-4/+4
|
* Add cluster support for scripting (#1937)Jake Barnwell2022-02-222-2/+107
| | | | | | | | | | | * Add cluster support for scripting * Fall back to connection_pool.get_encoder if necessary * Add documentation for cluster-based scripting * Add test for flush response Co-authored-by: dvora-h <dvora.heller@redis.com>
* Add support for Redis 7 functions (#1998)dvora-h2022-02-224-14/+110
| | | | | | | | | | | | | | | | | | | * add function support * linters * test fcall * decode reponses for unstable_r * linters * fix evalsho_ro test * fix eval_ro test * add response callbaks * linters
* Add Async Support (#1899)Andrew Chen Wang2022-02-2215-7/+3216
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
* Add support for ACL DRYRUN (#1992)dogukanteber2022-02-161-0/+13
| | | | | | | | | | | * Add support for ACL DRYRUN * Fix linter error * Revert "Fix linter error" This reverts commit aa1cf04ea7e93abedfd3a33b818f8f64b92147c4. * Fix linter error
* Adding ExecutionPlan support for graph (#1993)Chayim2022-02-161-15/+112
|
* Vector similarity search support (#1986)Chayim2022-02-151-0/+53
|
* fix quantile test (#1920)Ariel Shtul2022-02-091-1/+1
| | | | | * fix quantile test * add space
* Fix flushdb and flushall (#1926)Meir Shpilraien (Spielrein)2022-02-071-0/+7
| | | | | | | | | | | | | | * Fix flushdb and flushall Both commands should be broadcasted to all the shards. * Support ssl_password on cluster * linter fix * change commands to run only on primary nodes Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
* add support for lcs (#1924)dvora-h2022-02-061-0/+11
|
* Throw NotImplementedError for HELLO (#1912)dvora-h2022-02-061-0/+5
| | | | | | | | | | | | | * unsupported hello * add test and docstring * linters * fix docstring * linters * linters
* Throw NotImplementedError for FAILOVER (#1911)dvora-h2022-02-061-0/+5
| | | | | | | * unsupported failover * add test and docstring * fix docstring
* Throw NotImplementedError for AUTH (#1910)dvora-h2022-02-061-0/+4
| | | | | | | | | * unsupported auth * unsupported-auth * add test and docstring * fix docstring
* Add support for ZMPOP (#1923)dvora-h2022-02-061-0/+11
|
* Add support for BLMPOP (#1849)dvora-h2022-02-021-0/+12
| | | | | | | | | | | | | | | | | | | * Add support for BLMPOP * add type hints * fix test * fix comment * fix pr comment * delete count check * change numkeys * linters * mark test as onlynoncluster
* Add support for LMPOP (#1843)dvora-h2022-02-021-0/+11
| | | | | | | * Add support for LMPOP * add type hints * fix linters
* Add support for SINTERCARD (#1859)dvora-h2022-02-021-0/+9
| | | | | * add sintercard * fix pr comment
* Fix naming conventions (#1872)dvora-h2022-02-025-103/+103
| | | | | * fix naming convention * fix worng changes
* Add support for EVALSHA_RO (#1863)dvora-h2022-02-021-0/+9
| | | | | | | | | * add evalsha-ro * fix pr comment * add type hints * add type hints
* Add support for EVAL_RO (#1862)dvora-h2022-02-021-0/+8
| | | | | | | | | | | | | | | | | | | | | * 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 ZINTERCARD (#1857)dvora-h2022-02-021-0/+9
| | | | | | | * add zintercard * fix pr comment * linters
* add client no-evict (#1856)dvora-h2022-02-021-0/+7
|
* Add support for BZMPOP (#1851)dvora-h2022-02-021-0/+13
| | | | | | | | | | | * add bzmpop * add comment * fix pr comment * fix linters * fix pr comments
* Change json.clear test multi to be up to date with redisjson (#1922)dvora-h2022-02-021-2/+2
| | | | | * fix json clear test * fix json clear test
* adding cluster env timeout time (#1908)v4.1.2Chayim2022-01-271-1/+1
|
* Raising ConnectionError on invalid ocsp certificates - with status ↵Chayim2022-01-271-3/+7
| | | | information (#1907)
* Increased pubsub's wait_for_messages timeout to prevent flaky tests (#1893)Bar Shaul2022-01-251-1/+1
|
* Added retry mechanism on socket timeouts when connecting to the server (#1895)Bar Shaul2022-01-251-1/+49
|
* OCSP Stapling Support (#1873)Chayim2022-01-171-6/+66
|
* Clusters should optionally require full slot coverage (#1845)Bar Shaul2022-01-101-54/+32
|
* FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ↵Avital Fine2022-01-101-0/+66
| | | | | (#1847) Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Support test with redis unstable docker (#1850)dvora-h2022-01-041-0/+16
|
* OCSP stapling support (#1820)Chayim2021-12-262-1/+119
|
* SRTALGO - skip for redis versions greater than 7.0.0 (#1831)Avital Fine2021-12-261-0/+1
|
* Marking STRALGO as prior to redis 7 (#1829)Chayim2021-12-231-0/+1
|
* Support for SELECT (#1825)Chayim2021-12-231-0/+6
|
* Retry on error exception and timeout fixes (#1821)Bar Shaul2021-12-231-30/+9
|
* Fixing read race condition during pubsub (#1737)Bar Shaul2021-12-231-9/+34
|
* Support for specifying error types with retry (#1817)Bar Shaul2021-12-231-1/+124
|
* Support for RESET command since Redis 6.2.0 (#1824)Chayim2021-12-221-0/+5
|
* Support CLIENT TRACKING (#1612)Avital Fine2021-12-221-0/+22
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Support WRITE in CLIENT PAUSE (#1549)Avital Fine2021-12-222-1/+7
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Merge pull request #1818 from dvora-h/set-file-and-set-pathdvora-h2021-12-211-0/+39
|\ | | | | JSON set_file and set_path support