Files
phpredis/tests
michael-grunder 96378b70fd Implement VEMB and slightly rework VINFO
Unfortunately `VEMB` has a unique `RESP2` reply as far as I can tell,
where it sends the embedding mode (int8, bin, fp32) as a simple string.

This would cause any of PhpRedis' generic reply handlers to turn that
into `true` which isn't useful. For that reason we need a custom reply
handler.

Additionally slightly rework `VINFO` to short circuit and return failure
if we read anything other than a bulk string or an integer reply type.
Otherwise we may get out of sync on the socket.

See #2543
2025-09-01 09:41:12 -07:00
..
2024-05-30 12:10:46 -07:00
2011-08-18 09:39:14 +01:00
2024-05-30 12:10:46 -07:00
2020-06-24 17:00:01 -07:00
2022-10-09 16:15:02 -07:00