Wayne created GEODE-9727:
----------------------------
Summary: 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
Reporter: Wayne
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.3.4#803005)