mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
b3da0f3bcf
It seems like Redis changed what it will do when you send a negative number of events. Previously this would just return an error but it seems to return `1` now. For this reason just remove that assertion so we don't have to use different logic depending on the version of the server.