Skip to content

Commit

Permalink
added initial redis cluster tranport initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy authored and dlunch committed Nov 19, 2024
1 parent 1f42e8a commit 80b9d71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kombu/transport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def supports_librabbitmq() -> bool | None:
'etcd': 'kombu.transport.etcd:Transport',
'azurestoragequeues': 'kombu.transport.azurestoragequeues:Transport',
'azureservicebus': 'kombu.transport.azureservicebus:Transport',
'pyro': 'kombu.transport.pyro:Transport'
'pyro': 'kombu.transport.pyro:Transport',
'redis-cluster': 'kombu.transport.redis_cluster:Transport',
}

_transport_cache = {}
Expand Down

0 comments on commit 80b9d71

Please sign in to comment.