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:
authormichael-grunder <michael.grunder@gmail.com>2018-11-06 20:00:55 +0300
committermichael-grunder <michael.grunder@gmail.com>2018-11-06 20:00:55 +0300
commiteb8bcc1de86240fd9b7094994065fbf1975beabe (patch)
tree361e36f4d906efe714e1e860f7ad08ed0f88cf2f /redis_commands.c
parent18dc2aacd6ab25c2aaf92a43d32d8eaf4235dcc0 (diff)
Comment fix: No longer always success
Diffstat (limited to 'redis_commands.c')
-rw-r--r--redis_commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/redis_commands.c b/redis_commands.c
index 1ef216d4..7548d742 100644
--- a/redis_commands.c
+++ b/redis_commands.c
@@ -3571,7 +3571,6 @@ static int64_t get_xclaim_i64_arg(const char *key, zval *zv TSRMLS_DC) {
"Invalid XCLAIM option '%s' will be ignored", key);
}
- /* Success */
return retval;
}