[
https://issues.apache.org/jira/browse/GEODE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17219197#comment-17219197
]
ASF subversion and git services commented on GEODE-8638:
--------------------------------------------------------
Commit e3d157d702ace895c72964930168f4564a06f476 in geode's branch
refs/heads/develop from Sarah
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e3d157d ]
GEODE-8638: Match the way Redis 5.x handles HELLO (#5650)
> 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
> Labels: pull-request-available
>
> 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)