summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix sample data in set_and_get exampleemb-examplesIgor Malinovskiy2023-05-171-4/+4
|
* Replace bike examples with unified search_quickstartIgor Malinovskiy2023-05-175-393/+201
|
* Redis.io website examples (#2708)Elena Kolevska2023-04-2022-408/+501
| | | | | Co-authored-by: Igor Malinovskiy <igor.malinovskiy@redis.com> Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* adding json bikes search example (#2613)savynorem2023-03-144-0/+176
|
* Adds bike demoItamar Haber2023-03-148-0/+192
|
* Edits exampleItamar Haber2023-02-272-21/+3
|
* Initial exampleItamar Haber2023-01-222-0/+58
|
* Change redismod docker to redis-stack-server (#2556)dvora-h2023-01-191-4/+4
| | | | | | | | | | | | | * Change redismod docker to redis-stack-server * redis-stack-server * syntax * Update tox.ini * fetching docker from redis repo Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* version 4.4.2 (#2550)v4.4.2dvora-h2023-01-111-1/+1
|
* Add support to BF.CARD (#2545)shacharPash2023-01-114-0/+40
| | | | | | | * Add support to BF.CARD * Add Async test * change to with pytest.raises
* add support for custom connection pool class in NodesManager (#2547)Dongkeun Lee2023-01-112-2/+20
| | | Co-authored-by: zach.lee <zach.lee@sendbird.com>
* allow replica to master promotion in nodes_cache (#2549)Dongkeun Lee2023-01-112-0/+53
| | | Co-authored-by: zach.lee <zach.lee@sendbird.com>
* String cleanse (#2548)Jan2023-01-114-1/+9
| | | | | | | * Fixed string escape and added tests * Add Change * Name change
* Version 4.4.1 (#2544)v4.4.1dvora-h2023-01-081-1/+1
|
* add type checking for graph __eq__ (#2531)dvora-h2023-01-083-0/+12
|
* ValueError must be AttributeError in __init__.py (#2542)SessionIssue2023-01-081-1/+1
| | | | | | | | | * Revert "Update __init__ for issue 2215 (#2539)" This reverts commit f14ed1fc822a88a21bbfc64e36bf8b09e5c9386c. * Update __init__.py ValueError must be AttributeError ofc.
* Make PythonParser resumable (#2510)Kristján Valur Jónsson2023-01-057-42/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | * PythonParser is now resumable if _stream IO is interrupted * Add test for parse resumability * Clear PythonParser state when connection or parsing errors occur. * disable test for cluster mode. * Perform "closed" check in a single place. * Update tests * Simplify code. * Remove reduntant test, EOF is detected inside _readline() * Make syncronous PythonParser restartable on error, same as HiredisParser Fix sync PythonParser * Add CHANGES * isort * Move MockStream and MockSocket into their own files
* Fix incorrect _disconnect_raise docstring (#2534)Mohsin Haider2023-01-051-2/+2
|
* add str support for set ex parameter (#2529)shacharPash2023-01-052-0/+9
|
* replase get_event_loop wite get_running_loop (#2530)dvora-h2023-01-056-20/+20
|
* Update __init__ for issue 2215 (#2539)SessionIssue2023-01-051-1/+4
| | | Fallback for issue https://github.com/redis/redis-py/issues/2215
* Including startup instructions via redis-stack docker (#2535)Chayim2023-01-041-0/+6
|
* Add dialect to ft aggregate (#2537)DvirDukhan2023-01-023-81/+131
| | | | | | | | | * add dialect to aggregate request * added test * format * async test
* Support for resetchannels since Redis 6.2.0 (#2514)stitch2022-12-261-0/+10
|
* Allow EVAL_RO and EVALSHA_RO to be routed to read replica (#2494)Dongkeun Lee2022-12-254-4/+12
| | | | | | | | | | | | * fix typo (Lue -> Lua) * run eval_ro, evalsha_ro test on redis cluster * Add eval_ro, evalsha_ro to read only commands * assert that commands are run in a round robin manner Co-authored-by: zach.lee <zach.lee@sendbird.com> Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
* Fix for Unhandled exception related to self.host with unix socket (#2520)Jason Joy Atsu Winmorre2022-12-252-11/+24
| | | | | | | | | * Fix for Unhandled exception related to self.host with unix socket * Added change to the CHANGES file * fix linter error * Reformatted connection.py file
* Add `timeout` parameter for SentinelManagedConnection (#2495)Guillaume Tassery2022-12-252-3/+11
|
* Add TIMEOUT to query class (#2519)shacharPash2022-12-213-0/+26
| | | | | | | | | | | | | | | | | | | * add timeout to query class * Add test_timeout * fix lines * fix format * add test & fixes * merge tests * change timeout to not_a_number * change q1 to q2 * Fix async method
* Fix `JSON.ARRINDEX` test (#2527)dvora-h2022-12-211-11/+4
| | | | | | | * Fix test json.arrindex * linters * linters
* Add OpenTelemetry example with Uptrace backend (#2452)Vladimir Mihailenco2022-12-1418-2/+1248
| | | | | | | | | | | * chore: add opentelemetry example * chore: add opentelemetry API Jupyter notebook * chore: use a shorter title * chore: cleanup Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
* Raising NotImplementedError for certain CLUSTER commands (#2504)dvora-h2022-12-142-0/+18
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Switch docs to furo theme (#2492)Igor Malinovskiy2022-12-144-14/+53
| | | | | | | * Switch to docs to Furo theme * Add logo and year Co-authored-by: Igor Malinovskiy <igor.malinovskiy@redis.com>
* Combine auto-concatenated strings (#2482)David Gilman2022-12-1420-64/+58
|
* Add support for certain LATENCY commands (#2503)dvora-h2022-12-143-2/+36
| | | | | * add latency commands * fix tests in cluster
* Intentional NotImplementedError for LATENCY commands that should not be in ↵Chayim2022-12-122-0/+38
| | | | client (#2501)
* Updating graph tests to support new execution plan (#2486)Raz Monsonego2022-12-063-19/+11
|
* Version 4.4.0 (#2485)v4.4.0Chayim2022-12-042-2/+2
|
* Updating dev dependencies (#2475)Chayim2022-12-044-12/+16
|
* Removing Deprecated LGTM (#2473)Chayim2022-12-041-1/+0
|
* Use explicit index name in RediSearch example (#2466)Igor Malinovskiy2022-12-041-7/+9
| | | | Co-authored-by: Igor Malinovskiy <igor.malinovskiy@redis.com> Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Async clusters: Support creating locks inside async functions (#2471)Utkarsh Gupta2022-12-041-1/+5
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Async: added 'blocking' argument to call lock method (#2454)Sibuken2022-12-013-0/+24
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Added a replacement for the default cluster node in the event of failure. ↵Bar Shaul2022-12-015-3/+128
| | | | (#2463)
* Wrong number of arguments for `geosearch` command (#2464)dvora-h2022-12-011-1/+1
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Fixes https://github.com/redis/redis-py/issues/2462
* Adding connection step to bloom filter examples (#2478)Nermina Miller2022-11-301-10/+14
| | | | | | | * Fixes #2415, adds a connect step to bloom commands * Update redismodules.rst Apply feedback
* Install package deps in readthedocs build (#2465)Igor Malinovskiy2022-11-221-0/+1
| | | | | | Dependencies are required for "automodule" generation. Co-authored-by: Igor Malinovskiy <igor.malinovskiy@redis.com> Co-authored-by: Chayim <chayim@users.noreply.github.com>
* GitHub Workflows security hardening (#2444)Alex2022-11-214-0/+16
| | | | | | | | | | | | | | | | | | | | * build: harden pypi-publish.yaml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> * build: harden stale-issues.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> * build: harden release-drafter.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> * build: harden integration.yaml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> Signed-off-by: Alex <aleksandrosansan@gmail.com> Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Fix Sentinel.execute_command to execute across the entire sentinel cluster ↵SyedTahaA2022-11-212-2/+3
| | | | | | | (#2459) * Change sentinel execute command to execute across the entire cluster * Add change to CHANGES file
* Removed bad tokens from connection_examples.ipynb to fix the json output (#2455)Bar Shaul2022-11-211-5/+0
|
* Retry documentation. (#2166) (#2456)Luca Cillario2022-11-213-2/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Retry documentation. (#2166) * Fixed typo. * Update docs/retry.rst Co-authored-by: Nermina Miller <102551568+nermiller@users.noreply.github.com> * Update docs/retry.rst Co-authored-by: Nermina Miller <102551568+nermiller@users.noreply.github.com> * Update docs/retry.rst Co-authored-by: Nermina Miller <102551568+nermiller@users.noreply.github.com> * Update docs/retry.rst Co-authored-by: Nermina Miller <102551568+nermiller@users.noreply.github.com> * Update docs/retry.rst Co-authored-by: Nermina Miller <102551568+nermiller@users.noreply.github.com> * Update docs/retry.rst Co-authored-by: Nermina Miller <102551568+nermiller@users.noreply.github.com> * Update docs/retry.rst Co-authored-by: Nermina Miller <102551568+nermiller@users.noreply.github.com> * Update docs/retry.rst Co-authored-by: Nermina Miller <102551568+nermiller@users.noreply.github.com> Co-authored-by: Nermina Miller <102551568+nermiller@users.noreply.github.com>