Fix VEMB reply handling in RedisCluster

This commit is contained in:
michael-grunder
2025-08-02 18:10:48 -07:00
committed by Michael Grunder
parent 0b4b4ed2c3
commit c4b2ea6ca5
3 changed files with 30 additions and 2 deletions
+1 -1
View File
@@ -3201,7 +3201,7 @@ PHP_METHOD(RedisCluster, vinfo) {
}
PHP_METHOD(RedisCluster, vemb) {
CLUSTER_PROCESS_CMD(vemb, cluster_variant_resp, 1);
CLUSTER_PROCESS_CMD(vemb, cluster_vemb_resp, 1);
}
PHP_METHOD(RedisCluster, vrandmember) {