mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
6e5faf4226
* We can make the code simpler by using `zend_empty_array` when no args are passed as well as the new argument parsing macros and newer internal redis command appending functions that take zend strings. * Add a regression test for when we execute `EVAL[SHA]` with arguments but do not send any keys. This was causing UB in RedisCluster (#2681).