summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* support JSON.MERGE Command (#2761)HEADmastershacharPash2023-05-164-0/+91
* Kristjan/issue #2754: Add missing argument to SentinelManagedConnection.read_...Kristján Valur Jónsson2023-05-104-3/+13
* Version 4.5.5 (#2753)v4.5.5dvora-h2023-05-081-1/+1
* Fix `xadd` allow non negative maxlen (#2739)Seongchuel Ahn2023-05-082-2/+3
* fix create single_connection_client from url (#2752)dvora-h2023-05-084-2/+24
* Add client no-touch (#2745)Seongchuel Ahn2023-05-083-0/+27
* Optionally disable disconnects in read_response (#2695)Kristján Valur Jónsson2023-05-0811-110/+149
* fix parse_slowlog_get (#2732)dvora-h2023-05-082-0/+6
* clean warnings (#2731)dvora-h2023-05-081-1/+1
* Add support for cluster myshardid (#2704)Anurag Bandyopadhyay2023-05-084-1/+30
* Update redismodules.rst (#2747)Cristian Matache2023-05-081-1/+1
* Add RedisCluster.remap_host_port, Update tests for CWE 404 (#2706)Kristján Valur Jónsson2023-05-077-155/+227
* pinning urllib3 to fix CI (#2748)Chayim2023-05-071-0/+1
* Updated AWS Elasticache IAM Connection Example (#2702)Nick Gerow2023-05-031-12/+44
* nermina changes from NRedisStack (#2736)shacharPash2023-05-021-10/+10
* add "address_remap" feature to RedisCluster (#2726)Kristján Valur Jónsson2023-05-025-2/+291
* 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-012-1/+2
* Add WITHSCORES to ZREVRANK Command (#2725)shacharPash2023-04-303-2/+29
* return response in case of KeyError (#2628)shacharPash2023-04-302-4/+13
* Improve error output for master discovery (#2720)Marc Schöchlin2023-04-273-4/+17
* Fix topk list example. (#2724)AYMEN Mohammed2023-04-271-1/+1
* Fix incorrect usage of once flag in async Sentinel (#2718)Felipe Machado2023-04-272-2/+3
* Improving Vector Similarity Search Example (#2661)Tyler Hutcherson2023-04-131-24/+586
* Update example of Redisearch creating index (#2703)mzdehbashi-github2023-04-131-1/+5
* asyncio: Fix memory leak caused by hiredis (#2693) (#2694)Oran Avraham2023-04-133-6/+9
* Really do not use asyncio's timeout lib before 3.11.2 (#2699)Mirek Długosz2023-04-131-1/+1
* Version 4.5.4 (#2674)v4.5.4dvora-h2023-03-291-1/+1
* Fix async (#2673)dvora-h2023-03-292-29/+26
* Fixing cancelled async futures (#2666)Chayim2023-03-297-75/+234
* Fix issue 2660: PytestUnraisableExceptionWarning from asycio client (#2669)shacharPash2023-03-281-0/+5
* removing useless files (#2642)Chayim2023-03-282-706/+0
* 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-283-3/+7
* AsyncIO Race Condition Fix (#2641)v4.5.3Chayim2023-03-227-6/+764
* Version 4.5.2 (#2627)v4.5.24.5dvora-h2023-03-201-1/+1
* Fix behaviour of async PythonParser to match RedisParser as for issue #2349 (...Kristján Valur Jónsson2023-03-163-15/+12
* introduce AbstractConnection so that UnixDomainSocketConnection can call supe...woutdenolf2023-03-161-158/+120
* pypy-3.9 CI (#2608)Chayim2023-03-161-2/+2
* add queue_class to REDIS_ALLOWED_KEYS (#2577)Dongkeun Lee2023-03-162-0/+14
* Adding supported redis/library details (#2621)Chayim2023-03-161-6/+12
* fix: replace async_timeout by asyncio.timeout (#2602)Mehdi ABAAKOUK2023-03-164-18/+28
* Remove redundant assignment. (#2620)Eom Taegyung "Iggy2023-03-161-1/+0
* Making search document subscriptable (#2615)Abhishek Kumar Sinha2023-03-152-0/+6
* [types] update return type of smismember to list[int] (#2617)Raymond Yin2023-03-151-2/+7
* ConnectionPool SSL example (#2605)CrimsonGlory2023-03-151-0/+21
* Fixed CredentialsProvider examples (#2587)Bar Shaul2023-03-151-20/+30
* Speeding up the protocol parsing (#2596)Chayim2023-03-152-26/+23
* update json().arrindex() default values (#2611)Alex Schmitz2023-03-153-8/+23
* Update README to make pip install copy-pastable on zsh (#2584)Igor Malinovskiy2023-02-191-1/+1