summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumping beta version to 5.0.0b3 (#2743)v5.0.0b35.0Chayim2023-05-041-1/+1
* Fix protocol version checking (#2737)dvora-h2023-05-043-3/+3
* Fix `COMMAND` response in resp3 (redis 7+) (#2740)dvora-h2023-05-042-4/+37
* 5.0.0b2 (#2723)v5.0.0b2Chayim2023-04-241-1/+1
* Add support for PubSub with RESP3 parser (#2721)dvora-h2023-04-248-30/+197
* Fix async client with resp3 (#2657)v5.0.0b1dvora-h2023-03-231-0/+2
* Reorganizing the parsers code, and add support for RESP3 (#2574)dvora-h2023-03-2336-1349/+1987
* 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
* Fix for `lpop` and `rpop` return typing (#2590)Galtozzy2023-02-151-2/+10
* Version 4.5.1 (#2586)v4.5.1dvora-h2023-02-081-1/+1
* Fix #2581 UnixDomainSocketConnection' object has no attribute '_command_packe...Sergey Prokazov2023-02-082-1/+45
* Version 4.5.0 (#2580)v4.5.0dvora-h2023-02-071-1/+1
* Fix issue with `pack_commands` returning an empty byte sequence (#2416)jmcbailey2023-02-072-2/+4
* Add TS.MGET example for OS Redis Cluster (#2507)Igor Malinovskiy2023-02-071-0/+41
* Fix issue 2349: Let async HiredisParser finish parsing after a Connection.dis...Kristján Valur Jónsson2023-02-063-6/+92
* 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-064-45/+98
* 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-292-2/+58
* Fix unlink in cluster pipeline (#2562)gmbnomis2023-01-293-0/+31
* trivial typo fix (#2566)Rich Bowen2023-01-292-2/+2
* Simplify the sync SocketBuffer, add type hints (#2543)Kristján Valur Jónsson2023-01-222-39/+45
* Add missing `Union` type in method `StreamCommands.xclaim()` (#2553)David Pacsuta2023-01-221-1/+1
* Change redismod docker to redis-stack-server (#2556)dvora-h2023-01-191-4/+4
* version 4.4.2 (#2550)v4.4.2dvora-h2023-01-111-1/+1
* Add support to BF.CARD (#2545)shacharPash2023-01-114-0/+40
* add support for custom connection pool class in NodesManager (#2547)Dongkeun Lee2023-01-112-2/+20
* allow replica to master promotion in nodes_cache (#2549)Dongkeun Lee2023-01-112-0/+53
* String cleanse (#2548)Jan2023-01-114-1/+9
* Version 4.4.1 (#2544)v4.4.1dvora-h2023-01-081-1/+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-057-42/+269
* Fix incorrect _disconnect_raise docstring (#2534)Mohsin Haider2023-01-051-2/+2
* add str support for set ex parameter (#2529)shacharPash2023-01-052-0/+9