[
https://issues.apache.org/jira/browse/GEODE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17218615#comment-17218615
]
ASF GitHub Bot commented on GEODE-8638:
---------------------------------------
sabbey37 opened a new pull request #5650:
URL: https://github.com/apache/geode/pull/5650
Return unknown command error instead of unimplemented error.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Match the way Redis 5.x handles HELLO
> -------------------------------------
>
> Key: GEODE-8638
> URL: https://issues.apache.org/jira/browse/GEODE-8638
> Project: Geode
> Issue Type: Bug
> Components: redis
> Reporter: Sarah Abbey
> Assignee: Sarah Abbey
> Priority: Trivial
>
> Currently HELLO is listed as an unsupported command. Because we are only
> supporting Redis 5.x and HELLO was nonexistent until Redis 6.x, we should
> match the behavior of Redis 5.x and consider it an unknown command:
> {code:java}
> 127.0.0.1:6379> hello
> (error) ERR unknown command `hello`, with args beginning with:
> {code}
> This came about when testing lettuce library. Lettuce looks for an unknown
> command error, if present, it falls back to RESP2.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)