You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (Jira)" <ji...@apache.org> on 2020/07/27 21:53:00 UTC

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

Darrel Schneider created GEODE-8384:
---------------------------------------

             Summary: 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: Improvement
          Components: redis
            Reporter: Darrel Schneider


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)