Commit Graph

8 Commits

Author SHA1 Message Date
Asif Saif Uddin 0e8f2b221a pin redis under 4.0.0 for now 2021-11-16 12:05:24 +06:00
Matus Valo 94b2331cfc Bump redis version to >= 3.4.1 2021-11-06 13:28:16 +06:00
Kris Ciccarello 2d92827746 Issue #1019 Fix redis transport socket timeout (#1113)
* Issue #1019 Fix redis transport socket timeout

Patch from @jschwartzentruber https://github.com/celery/kombu/issues/1019#issuecomment-535157400

* Fix test_register_with_event_loop redis test

* Fix linter

* Bump redis to 3.3.11
2019-10-23 10:23:26 +06:00
Peter Lithammer eb6e4c8d51 Revert #954 and update redis-py to at least 3.2.0 (#1011)
This reverts #954, and bumps the required redis-py dependency to 3.2.0
to include this fix:

4e1e748092

Fixes #1006
2019-02-22 12:09:39 +06:00
Omer Katz 71c0d0a34b
Revert "Pin Redis-py version (#946)" (#952)
This reverts commit d9de66bd4e.
2018-11-19 19:34:08 +02:00
Ash Berlin-Taylor d9de66bd4e Pin Redis-py version (#946)
Redis-py 3.0.0 was released today and introduced a backwards incompatible changes.

9b03af26dc/CHANGES (L27-L29)

This isn't the "best" fix but is the quickest
2018-11-15 19:10:34 +02:00
Colin Jeanne 488ed977e0 Require Redis 2.10.4 or greater (#788)
* Require Redis 2.10.4 or greater

The Redis transport uses the `can_read`'s `timeout` parameter. This parameter was added in 2.10.4.

* Bump the version to what Celery uses
2017-09-08 07:45:35 +03:00
Ask Solem 69ecc1ac3e Adds setuptools bundles 2013-10-02 14:43:19 +01:00