summaryrefslogtreecommitdiff
path: root/tests/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
* fix: do not use asyncio's timeout lib before 3.11.2 (#2659)Thiago Bellini Ribeiro2023-03-281-1/+3
* AsyncIO Race Condition Fix (#2641)v4.5.3Chayim2023-03-222-0/+38
* Fix behaviour of async PythonParser to match RedisParser as for issue #2349 (...Kristján Valur Jónsson2023-03-161-2/+0
* fix: replace async_timeout by asyncio.timeout (#2602)Mehdi ABAAKOUK2023-03-161-9/+13
* update json().arrindex() default values (#2611)Alex Schmitz2023-03-151-3/+9
* Fix issue 2349: Let async HiredisParser finish parsing after a Connection.dis...Kristján Valur Jónsson2023-02-061-0/+82
* Fix issue 2540: Synchronise concurrent command calls to single-client mode. (...Vivanov982023-01-291-0/+45
* Add support to BF.CARD (#2545)shacharPash2023-01-111-0/+15
* Make PythonParser resumable (#2510)Kristján Valur Jónsson2023-01-052-7/+92
* replase get_event_loop wite get_running_loop (#2530)dvora-h2023-01-053-15/+15
* Add dialect to ft aggregate (#2537)DvirDukhan2023-01-021-71/+98
* Add TIMEOUT to query class (#2519)shacharPash2022-12-211-0/+9
* Combine auto-concatenated strings (#2482)David Gilman2022-12-145-10/+10
* Updating graph tests to support new execution plan (#2486)Raz Monsonego2022-12-061-9/+5
* Updating dev dependencies (#2475)Chayim2022-12-041-2/+4
* Async: added 'blocking' argument to call lock method (#2454)Sibuken2022-12-011-0/+8
* Added a replacement for the default cluster node in the event of failure. (#2...Bar Shaul2022-12-011-0/+40
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-102-2/+98
* CredentialsProvider class added to support password rotation (#2261)Bar Shaul2022-11-101-0/+284
* Fix special response parsing options handling (#2302)Shay Fadida2022-11-091-1/+11
* Enable AsyncIO cluster mode lock (#2446)Milhan2022-11-091-1/+0
* Remove the superflous SocketBuffer from asyncio PythonParser (#2418)Kristján Valur Jónsson2022-10-301-4/+5
* Fix KeyError in async cluster - initialize before execute multi key commands ...dvora-h2022-10-301-0/+9
* Fixing bloom tests (#2430)Chayim2022-10-251-3/+3
* Deprecate `add_doccument` (FT.ADD) (#2425)dvora-h2022-10-241-163/+78
* Fix `TIMESERIES` (round floats) and `JSON` tests (#2421)dvora-h2022-10-232-2/+2
* remove tdigest.add weights (#2408)dvora-h2022-10-061-18/+18
* Simplify async timeouts and allowing `timeout=None` in `PubSub.get_message()...v4.4.0rc2Kristján Valur Jónsson2022-09-291-1/+1
* Dev/no can read (#2360)Kristján Valur Jónsson2022-09-293-6/+6
* Add `nowait` flag to `asyncio.Connection.disconnect()` (#2356)Kristján Valur Jónsson2022-09-291-30/+43
* Catch `Exception` and not `BaseException` in the `Connection` (#2104)Kristján Valur Jónsson2022-09-291-0/+74
* Dev/no lock (#2308)Kristján Valur Jónsson2022-09-282-26/+26
* Add support for new TDIGEST features and changes (#2392)dvora-h2022-09-211-21/+78
* fixing async test for module list (#2367)Chayim2022-09-071-1/+2
* Mark `TOPK.COUNT` as deprecated (#2363)dvora-h2022-09-041-6/+8
* fix test (#2358)dvora-h2022-08-251-0/+3
* Add BITFIELD_RO (#2340)Alibi2022-08-211-0/+13
* Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335)dvora-h2022-08-142-7/+7
* Add support for WITHSUFFIXTRIE to FT.CREATE (#2324)v4.4.0rc1dvora-h2022-08-041-0/+24
* Search test - Ignore order of the items in the response (#2322)dvora-h2022-08-041-1/+1
* Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#...dvora-h2022-08-021-0/+13
* Fix async SEARCH pipeline (#2316)dvora-h2022-08-021-1/+20
* Replace `ensure_future` with `create_task` (#2311)dvora-h2022-08-021-5/+1
* Add support for `TDIGEST.QUANTILE` extensions (#2317)dvora-h2022-08-021-9/+19
* Fix timezone handling for datetime to unixtime conversions (#2213)joe2022-08-021-4/+3
* Add support for async GRAPH module (#2273)dvora-h2022-07-281-0/+503
* automatically reconnect pubsub when reading messages in blocking mode (#2281)Kristján Valur Jónsson2022-07-272-1/+138
* Drop python 3.6 support (#2306)dvora-h2022-07-2715-120/+14
* async_cluster: fix max_connections/ssl & improve args (#2217)Utkarsh Gupta2022-07-271-32/+178
* Fix warnings and resource usage problems in asyncio unittests (#2258)Kristján Valur Jónsson2022-07-2616-275/+314