[ https://issues.apache.org/jira/browse/GEODE-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448740#comment-17448740 ]
ASF subversion and git services commented on GEODE-9727: -------------------------------------------------------- Commit 2e64b166a1b56540d0bdbb6c22b91c5ba9eec125 in geode's branch refs/heads/develop from Kris10 [ https://gitbox.apache.org/repos/asf?p=geode.git;h=2e64b16 ] GEODE-9727: Updated COMMAND error message (#7134) Co-authored-by: Kristen Oduca <koduca@Administrators-MacBook-Pro.local> > Redis Command COMMAND Should Throw Error With Invalid Arguments > --------------------------------------------------------------- > > Key: GEODE-9727 > URL: https://issues.apache.org/jira/browse/GEODE-9727 > Project: Geode > Issue Type: Bug > Components: redis > Affects Versions: 1.15.0 > Reporter: Wayne > Assignee: Kristen > Priority: Major > Labels: pull-request-available > > The Redis command COMMAND should throw an error when provided with an illegal > argument. > Native Redis behaves as follows: > COMMAND foo > (error) ERR Unknown subcommand or wrong number of arguments for 'foo'. Try > COMMAND HELP. > Our existing COMMANDimplementation does not provide an error messages for the > extra argument and just executes the COMMAND normally as if no additional > arguments were provided. -- This message was sent by Atlassian Jira (v8.20.1#820001)