Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When using phpredis, `blpop` returns an empty array if no elements are found in the list. This can be easily deduced looking at [this test](https://github.com/phpredis/phpredis/blob/300c72510c48e210338826b713f260a4eda8abc7/tests/RedisTest.php#L833). Fix #23756.
- Loading branch information