summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* update json().arrindex() default values (#2611)Alex Schmitz2023-03-152-3/+14
* Fix #2581 UnixDomainSocketConnection' object has no attribute '_command_packe...Sergey Prokazov2023-02-081-1/+43
* Fix issue 2349: Let async HiredisParser finish parsing after a Connection.dis...Kristján Valur Jónsson2023-02-061-0/+82
* Use hiredis::pack_command to serialized the commands. (#2570)Sergey Prokazov2023-02-061-0/+5
* Fix issue 2540: Synchronise concurrent command calls to single-client mode. (...Vivanov982023-01-291-0/+45
* Fix unlink in cluster pipeline (#2562)gmbnomis2023-01-291-0/+19
* Add support to BF.CARD (#2545)shacharPash2023-01-112-0/+30
* add support for custom connection pool class in NodesManager (#2547)Dongkeun Lee2023-01-111-1/+16
* allow replica to master promotion in nodes_cache (#2549)Dongkeun Lee2023-01-111-0/+51
* String cleanse (#2548)Jan2023-01-112-1/+7
* Make PythonParser resumable (#2510)Kristján Valur Jónsson2023-01-054-8/+175
* add str support for set ex parameter (#2529)shacharPash2023-01-051-0/+7
* replase get_event_loop wite get_running_loop (#2530)dvora-h2023-01-053-15/+15
* Add dialect to ft aggregate (#2537)DvirDukhan2023-01-022-81/+118
* Allow EVAL_RO and EVALSHA_RO to be routed to read replica (#2494)Dongkeun Lee2022-12-252-3/+9
* Add TIMEOUT to query class (#2519)shacharPash2022-12-212-0/+18
* Fix `JSON.ARRINDEX` test (#2527)dvora-h2022-12-211-11/+4
* Raising NotImplementedError for certain CLUSTER commands (#2504)dvora-h2022-12-141-0/+8
* 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