summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Combine auto-concatenated strings (#2482)David Gilman2022-12-1410-22/+22
* Add support for certain LATENCY commands (#2503)dvora-h2022-12-141-2/+9
* Intentional NotImplementedError for LATENCY commands that should not be in cl...Chayim2022-12-121-0/+10
* Updating graph tests to support new execution plan (#2486)Raz Monsonego2022-12-062-18/+10
* Updating dev dependencies (#2475)Chayim2022-12-042-4/+8
* 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-012-0/+63
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-104-3/+213
* CredentialsProvider class added to support password rotation (#2261)Bar Shaul2022-11-102-0/+529
* Fix special response parsing options handling (#2302)Shay Fadida2022-11-092-2/+22
* 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
* Test `test_get_moveable_keys` was broken (#2411)Nikita Sobolev2022-10-251-15/+7
* Fixing bloom tests (#2430)Chayim2022-10-252-6/+6
* Deprecate `add_doccument` (FT.ADD) (#2425)dvora-h2022-10-242-369/+170
* Fix `TIMESERIES` (round floats) and `JSON` tests (#2421)dvora-h2022-10-235-14/+7
* remove tdigest.add weights (#2408)dvora-h2022-10-062-38/+36
* 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-292-0/+116
* 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-212-43/+146
* fixing async test for module list (#2367)Chayim2022-09-071-1/+2
* Mark `TOPK.COUNT` as deprecated (#2363)dvora-h2022-09-042-12/+16
* Adding reserve as an alias for create, so that we have BF.RESERVE and CF.RESE...Chayim2022-08-301-0/+15
* Handle auth errors for newer versions of Redis. (#2325) (#2329)Luca Cillario2022-08-302-9/+45
* fix test (#2358)dvora-h2022-08-252-1/+4
* Be more strict about url scheme parsing (#2343)Klaas van Schelven2022-08-211-0/+8
* Add BITFIELD_RO (#2340)Alibi2022-08-212-0/+26
* Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335)dvora-h2022-08-144-14/+14
* Add support for WITHSUFFIXTRIE to FT.CREATE (#2324)v4.4.0rc1dvora-h2022-08-042-0/+48
* Add TDIGEST.TRIMMED_MEAN (#2300)Alibi2022-08-041-0/+11
* Search test - Ignore order of the items in the response (#2322)dvora-h2022-08-042-2/+2
* Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#...dvora-h2022-08-022-0/+26
* 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-022-14/+34
* Fix timezone handling for datetime to unixtime conversions (#2213)joe2022-08-022-7/+6
* 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-274-6/+280
* 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
* Graph - add counters for removed labels and properties (#2292)DvirDukhan2022-07-261-0/+47
* Fix warnings and resource usage problems in asyncio unittests (#2258)Kristján Valur Jónsson2022-07-2618-278/+318
* Add support for TIMESERIES 1.8 (#2296)dvora-h2022-07-241-2/+241
* async_cluster: fix concurrent pipeline (#2280)Utkarsh Gupta2022-07-241-0/+8
* docs: Fix a few typos (#2274)Tim Gates2022-07-241-1/+1
* Fix crash: key expire while search (#2270)dvora-h2022-07-241-0/+14