mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
Fix VISMEMBER unit test
This commit is contained in:
committed by
Michael Grunder
parent
b8de91c9e0
commit
38115decb9
@@ -3201,7 +3201,7 @@ PHP_METHOD(RedisCluster, vinfo) {
|
||||
}
|
||||
|
||||
PHP_METHOD(RedisCluster, vismember) {
|
||||
CLUSTER_PROCESS_KW_CMD("VISMEMBER", redis_kv_cmd, cluster_1_resp, 1);
|
||||
CLUSTER_PROCESS_KW_CMD("VISMEMBER", redis_kv_cmd, cluster_long_resp, 1);
|
||||
}
|
||||
|
||||
PHP_METHOD(RedisCluster, vemb) {
|
||||
|
||||
Reference in New Issue
Block a user