Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add cluster support for scripting (#1937) | Jake Barnwell | 2022-02-22 | 5 | -21/+150 | |
| | | | | | | | | | | | * 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> | |||||
* | Catch OSError in BlockingConnectionPool.get_connection (#2001) | Éric Lemoine | 2022-02-22 | 1 | -1/+1 | |
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | |||||
* | Add support for Redis 7 functions (#1998) | dvora-h | 2022-02-22 | 3 | -2/+139 | |
| | | | | | | | | | | | | | | | | | | | * add function support * linters * test fcall * decode reponses for unstable_r * linters * fix evalsho_ro test * fix eval_ro test * add response callbaks * linters | |||||
* | FixingElevated CPU utilization on one node when using RedisCluster pipeline ↵ | Mike Shchurov | 2022-02-22 | 1 | -5/+3 | |
| | | | | (#1985) | |||||
* | Add Async Support (#1899) | Andrew Chen Wang | 2022-02-22 | 14 | -621/+5189 | |
| | | | | 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 Rittau | 2022-02-17 | 1 | -1/+1 | |
| | ||||||
* | Add support for ACL DRYRUN (#1992) | dogukanteber | 2022-02-16 | 1 | -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) | Chayim | 2022-02-16 | 2 | -21/+239 | |
| | ||||||
* | docs: fix the wrong link to watch command (#1984) | Jason Huang | 2022-02-15 | 1 | -1/+1 | |
| | ||||||
* | Vector similarity search support (#1986) | Chayim | 2022-02-15 | 1 | -7/+35 | |
| | ||||||
* | Fix flushdb and flushall (#1926) | Meir Shpilraien (Spielrein) | 2022-02-07 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | * 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-h | 2022-02-06 | 1 | -0/+29 | |
| | ||||||
* | Add type hints for JSON commands (#1921) | dvora-h | 2022-02-06 | 2 | -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-h | 2022-02-06 | 1 | -0/+9 | |
| | | | | | | | | | | | | | * unsupported hello * add test and docstring * linters * fix docstring * linters * linters | |||||
* | Throw NotImplementedError for FAILOVER (#1911) | dvora-h | 2022-02-06 | 1 | -0/+9 | |
| | | | | | | | * unsupported failover * add test and docstring * fix docstring | |||||
* | Throw NotImplementedError for AUTH (#1910) | dvora-h | 2022-02-06 | 1 | -0/+9 | |
| | | | | | | | | | * unsupported auth * unsupported-auth * add test and docstring * fix docstring | |||||
* | Add support for ZMPOP (#1923) | dvora-h | 2022-02-06 | 1 | -0/+25 | |
| | ||||||
* | Add type hints for set commands (#1918) | dvora-h | 2022-02-03 | 1 | -15/+19 | |
| | | | | | * add type hint for set commands * switch to List | |||||
* | Add type hints for hash commands (#1919) | dvora-h | 2022-02-03 | 1 | -14/+20 | |
| | | | | | | | * Add type hint for hash commands * switch to List * linters | |||||
* | Add type hints for list commands (#1917) | dvora-h | 2022-02-03 | 1 | -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-h | 2022-02-02 | 1 | -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-h | 2022-02-02 | 1 | -0/+19 | |
| | | | | | | | * Add support for LMPOP * add type hints * fix linters | |||||
* | Add support for SINTERCARD (#1859) | dvora-h | 2022-02-02 | 1 | -0/+13 | |
| | | | | | * add sintercard * fix pr comment | |||||
* | Fix naming conventions (#1872) | dvora-h | 2022-02-02 | 12 | -127/+127 | |
| | | | | | * fix naming convention * fix worng changes | |||||
* | Add support for EVALSHA_RO (#1863) | dvora-h | 2022-02-02 | 1 | -2/+20 | |
| | | | | | | | | | * add evalsha-ro * fix pr comment * add type hints * add type hints | |||||
* | Add support for EVAL_RO (#1862) | dvora-h | 2022-02-02 | 1 | -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-h | 2022-02-02 | 1 | -0/+13 | |
| | | | | | | | * add zintercard * fix pr comment * linters | |||||
* | add client no-evict (#1856) | dvora-h | 2022-02-02 | 1 | -0/+8 | |
| | ||||||
* | Add support for BZMPOP (#1851) | dvora-h | 2022-02-02 | 1 | -0/+33 | |
| | | | | | | | | | | | * add bzmpop * add comment * fix pr comment * fix linters * fix pr comments | |||||
* | Raising ConnectionError on invalid ocsp certificates - with status ↵ | Chayim | 2022-01-27 | 1 | -2/+7 | |
| | | | | information (#1907) | |||||
* | Fixing LMOVE, BLMOVE returning an incorrect response (#1906) | Varun Chopra | 2022-01-27 | 1 | -2/+2 | |
| | ||||||
* | Fixing AttributeError on some connection errors (#1905) | Chayim | 2022-01-26 | 1 | -4/+7 | |
| | ||||||
* | Fixing AttributeError in UnixDomainSocketConnection (#1903) | dvora-h | 2022-01-26 | 1 | -5/+12 | |
| | ||||||
* | Fixing TypeError in GraphCommands.explain (#1901) | dvora-h | 2022-01-26 | 1 | -0/+2 | |
| | ||||||
* | Added retry mechanism on socket timeouts when connecting to the server (#1895) | Bar Shaul | 2022-01-25 | 2 | -3/+9 | |
| | ||||||
* | Add retries to connections in Sentinel Pools (#1879) | Jonathan Dieter | 2022-01-17 | 1 | -1/+7 | |
| | ||||||
* | OCSP Stapling Support (#1873) | Chayim | 2022-01-17 | 3 | -16/+212 | |
| | ||||||
* | Define incr/decr as aliases of incrby/decrby (#1874) | Ori Avtalion | 2022-01-16 | 1 | -22/+4 | |
| | ||||||
* | Triple quote docstrings in client.py PEP 257 (#1876) | Andrew Chen Wang | 2022-01-12 | 1 | -22/+19 | |
| | ||||||
* | get_connection: catch OSError too (#1832) | Iñaki Ucar | 2022-01-10 | 1 | -1/+1 | |
| | ||||||
* | Set keys var otherwise variable not created (#1853) | Andrew Chen Wang | 2022-01-10 | 1 | -2/+1 | |
| | ||||||
* | Clusters should optionally require full slot coverage (#1845) | Bar Shaul | 2022-01-10 | 1 | -63/+12 | |
| | ||||||
* | Typo and typing in GraphCommands documentation (#1855) | Andrew Chen Wang | 2022-01-10 | 1 | -2/+2 | |
| | ||||||
* | FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ↵ | Avital Fine | 2022-01-10 | 1 | -20/+58 | |
| | | | | | (#1847) Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | |||||
* | Documentation cleanup (#1841) | Chayim | 2021-12-30 | 6 | -31/+26 | |
| | ||||||
* | OCSP stapling support (#1820) | Chayim | 2021-12-26 | 5 | -2/+187 | |
| | ||||||
* | Support for SELECT (#1825) | Chayim | 2021-12-23 | 1 | -0/+7 | |
| | ||||||
* | Retry on error exception and timeout fixes (#1821) | Bar Shaul | 2021-12-23 | 1 | -52/+49 | |
| | ||||||
* | Fixing read race condition during pubsub (#1737) | Bar Shaul | 2021-12-23 | 1 | -6/+68 | |
| | ||||||
* | Support for specifying error types with retry (#1817) | Bar Shaul | 2021-12-23 | 3 | -11/+45 | |
| |