summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removing spurfck-platsChayim I. Kirshen2023-02-131-17/+0
* windows removalChayim I. Kirshen2023-02-132-56/+0
* windowsChayim I. Kirshen2023-02-133-11/+74
* increasing parallelsChayim I. Kirshen2023-02-131-1/+1
* -dorny + windowsChayim I. Kirshen2023-02-132-26/+5
* docker on osxChayim I. Kirshen2023-02-131-0/+3
* mac for nowChayim I. Kirshen2023-02-131-2/+2
* integ and windows hackChayim I. Kirshen2023-02-132-3/+3
* syntaxChayim I. Kirshen2023-02-132-41/+44
* windows, mac coverageChayim I. Kirshen2023-02-132-10/+77
* 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
* replase get_event_loop wite get_running_loop (#2530)dvora-h2023-01-056-20/+20
* Update __init__ for issue 2215 (#2539)SessionIssue2023-01-051-1/+4
* Including startup instructions via redis-stack docker (#2535)Chayim2023-01-041-0/+6
* Add dialect to ft aggregate (#2537)DvirDukhan2023-01-023-81/+131
* 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-254-4/+12
* Fix for Unhandled exception related to self.host with unix socket (#2520)Jason Joy Atsu Winmorre2022-12-252-11/+24
* Add `timeout` parameter for SentinelManagedConnection (#2495)Guillaume Tassery2022-12-252-3/+11
* Add TIMEOUT to query class (#2519)shacharPash2022-12-213-0/+26
* Fix `JSON.ARRINDEX` test (#2527)dvora-h2022-12-211-11/+4
* Add OpenTelemetry example with Uptrace backend (#2452)Vladimir Mihailenco2022-12-1418-2/+1248
* Raising NotImplementedError for certain CLUSTER commands (#2504)dvora-h2022-12-142-0/+18
* Switch docs to furo theme (#2492)Igor Malinovskiy2022-12-144-14/+53
* Combine auto-concatenated strings (#2482)David Gilman2022-12-1420-64/+58