Skip to content

Pull requests: redis/redis-py

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

improvement: sleep 10ms between fetching messages in pubsub API
#2868 opened Jul 31, 2023 by magiskboy Loading…
6 tasks
Add aliases for nonatomic versions of mget/mset
#2909 opened Aug 23, 2023 by daveisfera Loading…
2 of 6 tasks
Switch to PEP 517 packaging using hatchling
#2930 opened Sep 4, 2023 by akx Loading…
6 tasks
do not recreate replica ClusterNode for every slot
#2943 opened Sep 14, 2023 by zakaf Loading…
3 of 6 tasks
Add fake redis server to properly test connection handshake maintenance Maintenance (CI, Releases, etc)
#2947 opened Sep 16, 2023 by kristjanvalur Loading…
3 of 6 tasks
Fix SlotNotCoveredError when cluster is resharding
#2989 opened Oct 6, 2023 by dinispeixoto Loading…
6 tasks
Revert extraneous local assignment of scheduled tasks
#2996 opened Oct 10, 2023 by SebbyLaw Loading…
2 of 6 tasks
fix: add TimeoutError handling in get_connection()
#1485 opened May 20, 2021 by donbowman Loading…
3 of 4 tasks
Fix ConnectionPool deadlock triggered by gc
#3000 opened Oct 12, 2023 by jaroslawporada Loading…
3 of 6 tasks
Fix MEMORY USAGE key in cluster (legacy redis)
#3047 opened Nov 17, 2023 by eoghanmurray Loading…
Add lock to Pubsub.execute_command to ensure only one connection is created
#3051 opened Nov 22, 2023 by dlunch Loading…
2 tasks done
Allow multiple LOAD arguments with wildcard LOAD aggregations
#3075 opened Dec 14, 2023 by uglide Loading…
6 tasks
PythonRespSerializer: better chunking
#3076 opened Dec 16, 2023 by VadimPushtaev Loading…
6 tasks
skip ssl import if not available
#3078 opened Dec 18, 2023 by dicej Loading…
2 of 6 tasks
asyncio redis cluster: fixed reconnection when whole cluster goes down
#3111 opened Jan 14, 2024 by adaamz Loading…
3 of 6 tasks
Add RE tests to CI maintenance Maintenance (CI, Releases, etc)
#3119 opened Jan 18, 2024 by dvora-h Loading…
6 tasks
Replace flake8+isort+black with ruff maintenance Maintenance (CI, Releases, etc)
#3147 opened Feb 15, 2024 by akx Loading…
2 of 6 tasks
Cluster schema support
#3152 opened Feb 20, 2024 by ramwin Loading…
3 of 6 tasks
Adding the drafter to the 5.x series
#3180 opened Mar 12, 2024 by chayim Loading…
Allows cluster mode connections to wait for free connection when at max.
#3359 opened Aug 21, 2024 by cavemanpi Loading…
4 of 6 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.