Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update warning message
  • Loading branch information
cjavad committed Sep 24, 2023
commit 2934ea8800a80a2a15d82991575d2e77b4e28c2c
2 changes: 1 addition & 1 deletion redis_commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -5263,7 +5263,7 @@ int redis_xadd_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,

if (threshold < 0) {
php_error_docref(NULL, E_WARNING,
"Invalid MAXLEN/MINID argument or approximate flag");
"Invalid threshold argument flag");
}

/* Calculate argc for XADD. It's a bit complex because we've got
Expand Down