mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 09:02:07 +01:00
* Rework `HEXPIRE` test inclusion + bump Valkey * Add a little `haveCommand` helper which uses `COMMAND INFO` to check if a given server has a specific command. This way when we bump valkey to an official release that supports the commands we will start testing. * Bump Valkey from 7.2.5 to 8.1.3 which is much newer. * Rework `haveCommand` to explicitly check for the command name COMMAND INFO will return the command name as one of the first bits of data so we can check for it that way. * Fix incorrect logic