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/08/03 17:55:00 UTC

[jira] [Commented] (GEODE-8384) SETEX error message should be consistent with native redis

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

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

Commit 0a31dd5de4bfe4402e86505f5a65fbe46c48c72b in geode's branch refs/heads/feature/GEODE-7665 from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0a31dd5 ]

GEODE-8384: fix SETEX error message (#5402)



> SETEX error message should be consistent with native redis
> ----------------------------------------------------------
>
>                 Key: GEODE-8384
>                 URL: https://issues.apache.org/jira/browse/GEODE-8384
>             Project: Geode
>          Issue Type: Bug
>          Components: redis
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.14.0
>
>
> When we pass a negative expiration to SETEX on native redis we get the following error message:
>  
> {{ERR invalid expire time in setex}}
> When we pass a negative expiration to SETEX on geode redis we get the following error message:
>  
> {{ERR The expiration argument must be greater than 0}}
> These error messages should match.
> Revert the following native Redis test back to its original form:
>  
> {{test \{SETEX - Wrong time parameter}}}



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