Skip to content

Commit

Permalink
add redis cluster transport
Browse files Browse the repository at this point in the history
  • Loading branch information
zhousheng06 committed Dec 24, 2024
1 parent 1a5eb30 commit 689c93b
Show file tree
Hide file tree
Showing 3 changed files with 1,667 additions and 0 deletions.
1 change: 1 addition & 0 deletions kombu/transport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def supports_librabbitmq() -> bool | None:
'azureservicebus': 'kombu.transport.azureservicebus:Transport',
'pyro': 'kombu.transport.pyro:Transport',
'gcpubsub': 'kombu.transport.gcpubsub:Transport',
'rediscluster': 'kombu.transport.rediscluster:Transport',
}

_transport_cache = {}
Expand Down
Loading

0 comments on commit 689c93b

Please sign in to comment.