summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* support JSON.MERGE Command (#2761)HEADmastershacharPash2023-05-162-0/+23
* Kristjan/issue #2754: Add missing argument to SentinelManagedConnection.read_...Kristján Valur Jónsson2023-05-102-2/+11
* Fix `xadd` allow non negative maxlen (#2739)Seongchuel Ahn2023-05-081-2/+2
* fix create single_connection_client from url (#2752)dvora-h2023-05-082-2/+10
* Add client no-touch (#2745)Seongchuel Ahn2023-05-081-0/+11
* Optionally disable disconnects in read_response (#2695)Kristján Valur Jónsson2023-05-085-107/+73
* fix parse_slowlog_get (#2732)dvora-h2023-05-081-0/+4
* clean warnings (#2731)dvora-h2023-05-081-1/+1
* Add support for cluster myshardid (#2704)Anurag Bandyopadhyay2023-05-082-1/+16
* add "address_remap" feature to RedisCluster (#2726)Kristján Valur Jónsson2023-05-022-1/+52
* Fix potential race condition during disconnection (#2719)Markus Gerstel2023-05-011-4/+6
* Fix `ClusterCommandProtocol` not itself being marked as a protocol (#2729)Avasam2023-05-011-1/+1
* Add WITHSCORES to ZREVRANK Command (#2725)shacharPash2023-04-301-2/+11
* return response in case of KeyError (#2628)shacharPash2023-04-301-4/+7
* Improve error output for master discovery (#2720)Marc Schöchlin2023-04-272-4/+16
* Fix incorrect usage of once flag in async Sentinel (#2718)Felipe Machado2023-04-271-2/+2
* asyncio: Fix memory leak caused by hiredis (#2693) (#2694)Oran Avraham2023-04-132-6/+8
* Fix async (#2673)dvora-h2023-03-291-7/+3
* Fixing cancelled async futures (#2666)Chayim2023-03-292-37/+83
* Fix issue 2660: PytestUnraisableExceptionWarning from asycio client (#2669)shacharPash2023-03-281-0/+5
* UnixDomainSocketConnection missing constructor argument (#2630)woutdenolf2023-03-281-1/+2
* 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-5/+19
* 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