summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* support JSON.MERGE Command (#2761)HEADmastershacharPash2023-05-162-0/+68
* Kristjan/issue #2754: Add missing argument to SentinelManagedConnection.read_...Kristján Valur Jónsson2023-05-101-1/+1
* fix create single_connection_client from url (#2752)dvora-h2023-05-082-0/+14
* Add client no-touch (#2745)Seongchuel Ahn2023-05-082-0/+16
* Optionally disable disconnects in read_response (#2695)Kristján Valur Jónsson2023-05-085-3/+75
* fix parse_slowlog_get (#2732)dvora-h2023-05-081-0/+2
* Add support for cluster myshardid (#2704)Anurag Bandyopadhyay2023-05-082-0/+14
* Add RedisCluster.remap_host_port, Update tests for CWE 404 (#2706)Kristján Valur Jónsson2023-05-077-155/+227
* add "address_remap" feature to RedisCluster (#2726)Kristján Valur Jónsson2023-05-022-1/+238
* Add WITHSCORES to ZREVRANK Command (#2725)shacharPash2023-04-302-0/+18
* return response in case of KeyError (#2628)shacharPash2023-04-301-0/+6
* Fix async (#2673)dvora-h2023-03-291-22/+23
* Fixing cancelled async futures (#2666)Chayim2023-03-294-38/+149
* removing useless files (#2642)Chayim2023-03-282-706/+0
* 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-224-0/+744
* Fix behaviour of async PythonParser to match RedisParser as for issue #2349 (...Kristján Valur Jónsson2023-03-161-2/+0
* add queue_class to REDIS_ALLOWED_KEYS (#2577)Dongkeun Lee2023-03-161-0/+13
* fix: replace async_timeout by asyncio.timeout (#2602)Mehdi ABAAKOUK2023-03-161-9/+13
* Making search document subscriptable (#2615)Abhishek Kumar Sinha2023-03-151-0/+2
* 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