Skip to content

Commit 70cc124

Browse files
Use correct return type for PFADD
1 parent 530bf01 commit 70cc124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3861,7 +3861,7 @@ PHP_METHOD(Redis, zscan) {
38613861

38623862
/* {{{ proto Redis::pfAdd(string key, array elements) }}} */
38633863
PHP_METHOD(Redis, pfadd) {
3864-
REDIS_PROCESS_CMD(pfadd, redis_1_response);
3864+
REDIS_PROCESS_CMD(pfadd, redis_long_response);
38653865
}
38663866

38673867
/* {{{ proto Redis::pfCount(string key) }}}*/

0 commit comments

Comments
 (0)