Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cluster_library.c')
-rw-r--r--cluster_library.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cluster_library.c b/cluster_library.c
index 372d17c2..a9f06dca 100644
--- a/cluster_library.c
+++ b/cluster_library.c
@@ -1961,8 +1961,6 @@ PHPAPI void cluster_mbulk_mget_resp(INTERNAL_FUNCTION_PARAMETERS,
// If we had a failure, pad results with FALSE to indicate failure. Non
// existant keys (e.g. for MGET will come back as NULL)
if(fail) {
- php_error_docref(0 TSRMLS_CC, E_WARNING,
- "Invalid response from Redis for MGET command");
while(mctx->count--) {
add_next_index_bool(mctx->z_multi, 0);
}