mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
82bf96c3c0
The test used rand() to decide which keys to create, making it possible for $mkeys to be empty. This caused EXISTS to receive an empty array, resulting in a sporadic assertion failure: (false) !== 0 Observed in #2825 CI and also in an unrelated branch: - https://github.com/phpredis/phpredis/actions/runs/24132080914 - https://github.com/phpredis/phpredis/actions/runs/23617186872