Skip to content

Commit dca3e75

Browse files
author
zhousheng06
committed
add redis cluster transport support
1 parent 9983557 commit dca3e75

3 files changed

Lines changed: 1667 additions & 0 deletions

File tree

kombu/transport/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def supports_librabbitmq() -> bool | None:
4545
'azureservicebus': 'kombu.transport.azureservicebus:Transport',
4646
'pyro': 'kombu.transport.pyro:Transport',
4747
'gcpubsub': 'kombu.transport.gcpubsub:Transport',
48+
'rediscluster': 'kombu.transport.rediscluster:Transport',
4849
}
4950

5051
_transport_cache = {}

0 commit comments

Comments
 (0)