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 2021/04/28 18:13:00 UTC

[jira] [Commented] (GEODE-9158) Implement CLUSTER NODES / SLOTS / INFO Command

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

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

Commit d7cf9676b6b5b252b69f0808c80fb19db6e32d83 in geode's branch refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d7cf967 ]

GEODE-9158: Add CLUSTER NODES, SLOTS and INFO commands (#6359)

- None of the commands will return 'replica' information since Geode does
  make the distinction of a primary vs a secondary member.


> Implement CLUSTER NODES / SLOTS / INFO Command
> ----------------------------------------------
>
>                 Key: GEODE-9158
>                 URL: https://issues.apache.org/jira/browse/GEODE-9158
>             Project: Geode
>          Issue Type: New Feature
>          Components: redis
>            Reporter: Wayne
>            Assignee: Jens Deppe
>            Priority: Major
>              Labels: pull-request-available, redis
>
> Implement the [CLUSTER NODES|https://redis.io/commands/cluster-nodes] command as compatible with Redis.
> Implement the [CLUSTER SLOTS|https://redis.io/commands/cluster-slots] command as compatible with Redis.
> Implement the [CLUSTER INFO|https://redis.io/commands/cluster-info] command as compatible with Redis.
> Consult the RFC for reference:
> [https://cwiki.apache.org/confluence/display/GEODE/Geode+Compatibility+with+Redis+data+sharding+and+cluster+changes]
> +Acceptance Criteria+
> New DUnit tests are created to assert that the behavior is correct.



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