mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Fix VEMB reply handling in RedisCluster
This commit is contained in:
committed by
Michael Grunder
parent
0b4b4ed2c3
commit
c4b2ea6ca5
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user