kombu/t/integration
Daniel Garcia Moreno cb54c33f19 Support redis >= 4.5.2
The redis-py 4.5.2 changes the UnixDomainSocketConnection class so now
it inherits from AbstractConnection:
https://github.com/redis/redis-py/releases/tag/v4.5.2

This patch makes sure that the health_check_interval parameter is
checked for the __init__ method of the main class and also the bases, so
it doesn't fail with the newer version of redis-py.
2023-05-29 19:56:28 +06:00
..
__init__.py
common.py Support pymongo 4.x (#1536) 2022-04-18 18:10:38 +06:00
test_kafka.py Kafka support (#1506) 2022-04-21 23:40:41 +06:00
test_mongodb.py Support pymongo 4.x (#1536) 2022-04-18 18:10:38 +06:00
test_py_amqp.py
test_redis.py Support redis >= 4.5.2 2023-05-29 19:56:28 +06:00