[ https://issues.apache.org/jira/browse/GEODE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sarah Abbey resolved GEODE-8638. -------------------------------- Fix Version/s: 1.14.0 Resolution: Fixed > 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 > Fix For: 1.14.0 > > > 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)