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

[jira] [Created] (GEODE-8515) Redis PING should respond appropriately when called from within a SUBSCRIBE/PSUBSCRIBE

Sarah Abbey created GEODE-8515:
----------------------------------

             Summary: Redis PING should respond appropriately when called from within a SUBSCRIBE/PSUBSCRIBE
                 Key: GEODE-8515
                 URL: https://issues.apache.org/jira/browse/GEODE-8515
             Project: Geode
          Issue Type: Improvement
          Components: redis
            Reporter: Sarah Abbey


From PING documentation (https://redis.io/commands/ping):

```
If the client is subscribed to a channel or a pattern, it will instead return a multi-bulk with a "pong" in the first position and an empty bulk in the second position, unless an argument is provided in which case it returns a copy of the argument.
```



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