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] [Updated] (GEODE-8515) Redis PING should respond appropriately when called from within a SUBSCRIBE/PSUBSCRIBE

     [ https://issues.apache.org/jira/browse/GEODE-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sarah Abbey updated GEODE-8515:
-------------------------------
    Description: 
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.


  was:
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.
```


> 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
>            Priority: Major
>
> 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)