summaryrefslogtreecommitdiff
path: root/redis/commands
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for CLUSTER DELSLOTSRANGE (#2018)dvora-h2022-03-141-0/+11
| | | | | | | | | | | * delslotsrange * test * linters * skip test * linters
* Add support for CLUSTER ADDSLOTSRANGE (#2017)dvora-h2022-03-141-0/+16
| | | | | | | | | | | | | * add cluster addslotsrange * Add support for CLUSTER ADDSLOTSRANGE * docstring * fix test * skip test * linters
* Fix typo (#2043)Kolja Lampe2022-03-101-1/+1
|
* Add pipeline support for search (#2038)dvora-h2022-03-082-16/+45
|
* Add support for PEXPIRETIME (#1861)dvora-h2022-03-071-0/+9
| | | | | * add pexpiretime * skip test
* Add support for EXPIRETIME (#1860)dvora-h2022-03-071-0/+9
| | | | | * add expiretime * skip test
* Implemented COMMAND DOCS by always throwing NotImplementedError (#2020)dvora-h2022-03-071-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0/+2
| | | | | | | | | | | | | | | | | | | * 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-061-2/+5
| | | | | | | | | | | | * 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-14/+58
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Add support for AUTH (#1929)dogukanteber2022-03-021-6/+8
| | | | | | | | | | | | | * 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 async typing support to commands' returns (#2010)Andrew Chen Wang2022-03-011-57/+94
| | | | | | | | | | * Add async typing support to commands' returns * Fix flake8 errors * lint fix Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Add AsyncFunctionCommands (#2009)Andrew Chen Wang2022-02-241-12/+22
|
* Add cluster support for scripting (#1937)Jake Barnwell2022-02-223-2/+80
| | | | | | | | | | | * 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-221-0/+126
| | | | | | | | | | | | | | | | | | | * 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-223-603/+1256
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
* Fixing type annotation for EXPLAIN (#1997)Sebastian Rittau2022-02-171-1/+1
|
* Add support for ACL DRYRUN (#1992)dogukanteber2022-02-161-0/+8
| | | | | | | | | | | * 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-162-21/+239
|
* docs: fix the wrong link to watch command (#1984)Jason Huang2022-02-151-1/+1
|
* Vector similarity search support (#1986)Chayim2022-02-151-7/+35
|
* add support for lcs (#1924)dvora-h2022-02-061-0/+29
|
* Add type hints for JSON commands (#1921)dvora-h2022-02-062-24/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add type hints for json commands * 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 * fix naming convention in rootPath
* Throw NotImplementedError for HELLO (#1912)dvora-h2022-02-061-0/+9
| | | | | | | | | | | | | * unsupported hello * add test and docstring * linters * fix docstring * linters * linters
* Throw NotImplementedError for FAILOVER (#1911)dvora-h2022-02-061-0/+9
| | | | | | | * unsupported failover * add test and docstring * fix docstring
* Throw NotImplementedError for AUTH (#1910)dvora-h2022-02-061-0/+9
| | | | | | | | | * unsupported auth * unsupported-auth * add test and docstring * fix docstring
* Add support for ZMPOP (#1923)dvora-h2022-02-061-0/+25
|
* Add type hints for set commands (#1918)dvora-h2022-02-031-15/+19
| | | | | * add type hint for set commands * switch to List
* Add type hints for hash commands (#1919)dvora-h2022-02-031-14/+20
| | | | | | | * Add type hint for hash commands * switch to List * linters
* Add type hints for list commands (#1917)dvora-h2022-02-031-30/+39
| | | | | | | | | | | * add type hints for list commands * fix cluster tests * linters * delete breaking changes and switch to List * linters
* Add support for BLMPOP (#1849)dvora-h2022-02-021-0/+21
| | | | | | | | | | | | | | | | | | | * 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/+19
| | | | | | | * Add support for LMPOP * add type hints * fix linters
* Add support for SINTERCARD (#1859)dvora-h2022-02-021-0/+13
| | | | | * add sintercard * fix pr comment
* Fix naming conventions (#1872)dvora-h2022-02-0212-127/+127
| | | | | * fix naming convention * fix worng changes
* Add support for EVALSHA_RO (#1863)dvora-h2022-02-021-2/+20
| | | | | | | | | * add evalsha-ro * fix pr comment * add type hints * add type hints
* Add support for EVAL_RO (#1862)dvora-h2022-02-021-2/+19
| | | | | | | | | | | | | | | | | | | | | * 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/+13
| | | | | | | * add zintercard * fix pr comment * linters
* add client no-evict (#1856)dvora-h2022-02-021-0/+8
|
* Add support for BZMPOP (#1851)dvora-h2022-02-021-0/+33
| | | | | | | | | | | * add bzmpop * add comment * fix pr comment * fix linters * fix pr comments
* Fixing TypeError in GraphCommands.explain (#1901)dvora-h2022-01-261-0/+2
|
* Define incr/decr as aliases of incrby/decrby (#1874)Ori Avtalion2022-01-161-22/+4
|
* Set keys var otherwise variable not created (#1853)Andrew Chen Wang2022-01-101-2/+1
|
* Typo and typing in GraphCommands documentation (#1855)Andrew Chen Wang2022-01-101-2/+2
|
* FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ↵Avital Fine2022-01-101-20/+58
| | | | | (#1847) Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Documentation cleanup (#1841)Chayim2021-12-302-28/+20
|
* Support for SELECT (#1825)Chayim2021-12-231-0/+7
|
* Support for RESET command since Redis 6.2.0 (#1824)Chayim2021-12-221-0/+7
|
* Support CLIENT TRACKING (#1612)Avital Fine2021-12-221-0/+98
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Support WRITE in CLIENT PAUSE (#1549)Avital Fine2021-12-221-3/+15
| | | 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/+51
|\ | | | | JSON set_file and set_path support