9
9
:Download: https://pypi.org/project/kombu/
10
10
:Source: https://github.com/celery/kombu/
11
11
:DeepWiki: |deepwiki |
12
- :Keywords: messaging, amqp, rabbitmq, redis, mongodb, python, queue
12
+ :Keywords: messaging, amqp, rabbitmq, redis, valkey, mongodb, python, queue
13
13
14
14
About
15
15
=====
@@ -33,7 +33,7 @@ Features
33
33
* AMQP transport using the `py-amqp `_, or `qpid-python `_ libraries.
34
34
35
35
* Virtual transports makes it really easy to add support for non-AMQP
36
- transports. There is already built-in support for `Redis `_,
36
+ transports. There is already built-in support for `Redis `_, ` Valkey `_,
37
37
`Amazon SQS `_, `ZooKeeper `_, `SoftLayer MQ `_, `MongoDB `_ and `Pyro `_.
38
38
39
39
* In-memory transport for unit testing.
@@ -60,6 +60,7 @@ and the `Wikipedia article about AMQP`_.
60
60
.. _`py-amqp` : https://pypi.org/project/amqp/
61
61
.. _`qpid-python` : https://pypi.org/project/qpid-python/
62
62
.. _`Redis` : https://redis.io
63
+ .. _`Valkey` : https://valkey.io
63
64
.. _`Amazon SQS` : https://aws.amazon.com/sqs/
64
65
.. _`Zookeeper` : https://zookeeper.apache.org/
65
66
.. _`Rabbits and warrens` : http://web.archive.org/web/20160323134044/http://blogs.digitar.com/jjww/2009/01/rabbits-and-warrens/
@@ -85,6 +86,8 @@ Transport Comparison
85
86
+---------------+----------+------------+------------+---------------+--------------+-----------------------+
86
87
| *redis * | Virtual | Yes | Yes | Yes (PUB/SUB) | Yes | No |
87
88
+---------------+----------+------------+------------+---------------+--------------+-----------------------+
89
+ | *valkey * | Virtual | Yes | Yes | Yes (PUB/SUB) | Yes | No |
90
+ +---------------+----------+------------+------------+---------------+--------------+-----------------------+
88
91
| *mongodb * | Virtual | Yes | Yes | Yes | Yes | Yes |
89
92
+---------------+----------+------------+------------+---------------+--------------+-----------------------+
90
93
| *SQS * | Virtual | Yes | Yes [#f1 ]_ | Yes [#f2 ]_ | No | No |
0 commit comments