You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/06/09 15:57:01 UTC

[jira] [Commented] (GEODE-8232) Add better error message for know redis commands that are not implemented

    [ https://issues.apache.org/jira/browse/GEODE-8232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17129443#comment-17129443 ] 

ASF subversion and git services commented on GEODE-8232:
--------------------------------------------------------

Commit 20ed5a89246e465e8c79d3da61144e7911067d5b in geode's branch refs/heads/develop from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=20ed5a8 ]

GEODE-8232: add better error message for unimplemented redis commands (#5219)

* If a known redis command that is not implemented is executed then
it will fail with the message '<command> is not implemented'.
* An "info" level message will also be logged on the redis server.

> Add better error message for know redis commands that are not implemented
> -------------------------------------------------------------------------
>
>                 Key: GEODE-8232
>                 URL: https://issues.apache.org/jira/browse/GEODE-8232
>             Project: Geode
>          Issue Type: Improvement
>          Components: redis
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Major
>             Fix For: 1.14.0
>
>
> Currently a known, unimplemented, redis command gives the same error message as does executing a redis command that does not exist in any redis release.
> It would be helpful to users if they get a different error message for these two classes of commands.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)