[
https://issues.apache.org/jira/browse/GEODE-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168956#comment-17168956
]
ASF GitHub Bot commented on GEODE-8384:
---------------------------------------
dschneider-pivotal merged pull request #5402:
URL: https://github.com/apache/geode/pull/5402
----------------------------------------------------------------
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]
> 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
>
> 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)