Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `ensure_future` with `create_task` (#2311) | dvora-h | 2022-08-02 | 1 | -5/+1 |
| | | | | | * Replace `ensure_future` with `create_task` * linters | ||||
* | automatically reconnect pubsub when reading messages in blocking mode (#2281) | Kristján Valur Jónsson | 2022-07-27 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | * optimistic default info on test sessionstart. Makes test discovery work, even without a redis connection. * Add unittests verifying that (non-async) PubSub will automatically reconnect * Add tests for asyncio pubsub subsciription auto-reconnect * automatically connect for blocking reads (asyncio) * fix automatic connect on blocking pubsub read (non-async) * lint & format * Perform `connect()` call in PubSub code rather than `read_response`. | ||||
* | Add Async Support (#1899) | Andrew Chen Wang | 2022-02-22 | 1 | -0/+6 |
Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com> |