Skip to content

Commit 7998695

Browse files
Allow sDiffStore to take one single array argument again
1 parent 1685337 commit 7998695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2803,7 +2803,7 @@ int redis_sdiffstore_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
28032803
char **cmd, int *cmd_len, short *slot, void **ctx)
28042804
{
28052805
return gen_varkey_cmd(INTERNAL_FUNCTION_PARAM_PASSTHRU, redis_sock,
2806-
"SDIFFSTORE", sizeof("SDIFFSTORE")-1, 2, 0, cmd, cmd_len, slot);
2806+
"SDIFFSTORE", sizeof("SDIFFSTORE")-1, 1, 0, cmd, cmd_len, slot);
28072807
}
28082808

28092809
/* COMMAND */

0 commit comments

Comments
 (0)