99:Download: https://pypi.org/project/kombu/
1010:Source: https://github.com/celery/kombu/
1111:DeepWiki: |deepwiki |
12- :Keywords: messaging, amqp, rabbitmq, redis, mongodb, python, queue
12+ :Keywords: messaging, amqp, rabbitmq, redis, valkey, mongodb, python, queue
1313
1414About
1515=====
@@ -33,7 +33,7 @@ Features
3333 * AMQP transport using the `py-amqp `_, or `qpid-python `_ libraries.
3434
3535 * 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 `_,
3737 `Amazon SQS `_, `ZooKeeper `_, `SoftLayer MQ `_, `MongoDB `_ and `Pyro `_.
3838
3939 * In-memory transport for unit testing.
@@ -60,6 +60,7 @@ and the `Wikipedia article about AMQP`_.
6060.. _`py-amqp` : https://pypi.org/project/amqp/
6161.. _`qpid-python` : https://pypi.org/project/qpid-python/
6262.. _`Redis` : https://redis.io
63+ .. _`Valkey` : https://valkey.io
6364.. _`Amazon SQS` : https://aws.amazon.com/sqs/
6465.. _`Zookeeper` : https://zookeeper.apache.org/
6566.. _`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
8586+---------------+----------+------------+------------+---------------+--------------+-----------------------+
8687| *redis * | Virtual | Yes | Yes | Yes (PUB/SUB) | Yes | No |
8788+---------------+----------+------------+------------+---------------+--------------+-----------------------+
89+ | *valkey * | Virtual | Yes | Yes | Yes (PUB/SUB) | Yes | No |
90+ +---------------+----------+------------+------------+---------------+--------------+-----------------------+
8891| *mongodb * | Virtual | Yes | Yes | Yes | Yes | Yes |
8992+---------------+----------+------------+------------+---------------+--------------+-----------------------+
9093| *SQS * | Virtual | Yes | Yes [#f1 ]_ | Yes [#f2 ]_ | No | No |
0 commit comments