summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* Fix behaviour of async PythonParser to match RedisParser as for issue #2349 (...Kristján Valur Jónsson2023-03-161-13/+11
* introduce AbstractConnection so that UnixDomainSocketConnection can call supe...woutdenolf2023-03-161-158/+120
* add queue_class to REDIS_ALLOWED_KEYS (#2577)Dongkeun Lee2023-03-161-0/+1
* fix: replace async_timeout by asyncio.timeout (#2602)Mehdi ABAAKOUK2023-03-161-8/+13
* Remove redundant assignment. (#2620)Eom Taegyung "Iggy2023-03-161-1/+0
* Making search document subscriptable (#2615)Abhishek Kumar Sinha2023-03-151-0/+4
* [types] update return type of smismember to list[int] (#2617)Raymond Yin2023-03-151-2/+7
* Speeding up the protocol parsing (#2596)Chayim2023-03-152-26/+23
* update json().arrindex() default values (#2611)Alex Schmitz2023-03-151-5/+9
* Fix for `lpop` and `rpop` return typing (#2590)Galtozzy2023-02-151-2/+10
* Fix #2581 UnixDomainSocketConnection' object has no attribute '_command_packe...Sergey Prokazov2023-02-081-0/+2
* Fix issue with `pack_commands` returning an empty byte sequence (#2416)jmcbailey2023-02-072-2/+4
* Fix issue 2349: Let async HiredisParser finish parsing after a Connection.dis...Kristján Valur Jónsson2023-02-061-6/+9
* Fix issue 2567: NoneType check before raising exception (#2569)Anurag Bandyopadhyay2023-02-061-2/+3
* Use hiredis::pack_command to serialized the commands. (#2570)Sergey Prokazov2023-02-062-45/+92
* Fix: tuple function cannot be passed more than one argument (#2573)Kosuke2023-02-061-1/+1
* Fix issue 2540: Synchronise concurrent command calls to single-client mode. (...Vivanov982023-01-291-2/+13
* Fix unlink in cluster pipeline (#2562)gmbnomis2023-01-291-0/+11
* Simplify the sync SocketBuffer, add type hints (#2543)Kristján Valur Jónsson2023-01-221-39/+44
* Add missing `Union` type in method `StreamCommands.xclaim()` (#2553)David Pacsuta2023-01-221-1/+1
* Add support to BF.CARD (#2545)shacharPash2023-01-112-0/+10
* add support for custom connection pool class in NodesManager (#2547)Dongkeun Lee2023-01-111-1/+4
* allow replica to master promotion in nodes_cache (#2549)Dongkeun Lee2023-01-111-0/+2
* String cleanse (#2548)Jan2023-01-111-0/+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
* Make PythonParser resumable (#2510)Kristján Valur Jónsson2023-01-052-34/+93
* Fix incorrect _disconnect_raise docstring (#2534)Mohsin Haider2023-01-051-2/+2
* add str support for set ex parameter (#2529)shacharPash2023-01-051-0/+2
* replase get_event_loop wite get_running_loop (#2530)dvora-h2023-01-053-5/+5
* Update __init__ for issue 2215 (#2539)SessionIssue2023-01-051-1/+4
* Add dialect to ft aggregate (#2537)DvirDukhan2023-01-021-0/+13
* 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-252-1/+3
* Fix for Unhandled exception related to self.host with unix socket (#2520)Jason Joy Atsu Winmorre2022-12-251-11/+23
* Add `timeout` parameter for SentinelManagedConnection (#2495)Guillaume Tassery2022-12-251-3/+10
* Add TIMEOUT to query class (#2519)shacharPash2022-12-211-0/+8
* Raising NotImplementedError for certain CLUSTER commands (#2504)dvora-h2022-12-141-0/+10
* Combine auto-concatenated strings (#2482)David Gilman2022-12-149-41/+35
* Add support for certain LATENCY commands (#2503)dvora-h2022-12-142-0/+27
* Intentional NotImplementedError for LATENCY commands that should not be in cl...Chayim2022-12-121-0/+28
* Updating dev dependencies (#2475)Chayim2022-12-041-2/+2
* Async clusters: Support creating locks inside async functions (#2471)Utkarsh Gupta2022-12-041-1/+5
* Async: added 'blocking' argument to call lock method (#2454)Sibuken2022-12-012-0/+16
* Added a replacement for the default cluster node in the event of failure. (#2...Bar Shaul2022-12-012-3/+64
* Wrong number of arguments for `geosearch` command (#2464)dvora-h2022-12-011-1/+1
* Fix Sentinel.execute_command to execute across the entire sentinel cluster (...SyedTahaA2022-11-211-2/+2
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-109-163/+198
* CredentialsProvider class added to support password rotation (#2261)Bar Shaul2022-11-108-20/+100
* Fix special response parsing options handling (#2302)Shay Fadida2022-11-093-0/+14