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

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

Commit ea19ff0b06795cae832330b6bbf585022ddd30c6 in geode's branch 
refs/heads/develop from Donal Evans
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ea19ff0 ]

GEODE-9182: Implement Radish ZCOUNT command (#6680)

* GEODE-9182: Implement Radish ZCOUNT command

 - Add ZCOUNT to supported commands
 - Modify OrderStatisticsTree.indexOf() to return the index of elements that are
 not present in the collection instead of -1, to make the behaviour of
 OrderStatisticsTree and IndexibleTreeSet match
 - Introduce AbstractOrderedSetEntry superclass
 - Introduce DummyOrderedSetEntry subclass
 - Have OrderedSetEntry and DummyOrderedSetEntry implement different
 constructors and methods for comparing member names
 - Add constants to the StringBytesGlossary to support parsing Redis
 score range values and doing more comparisons on String member names
 - Replace hardcoded Strings with constants in
 AbstractHitsMissesIntegrationTest
 - Fix an inaccurate Javadoc introduced by a previous commit
 - Small code clean-ups in code related to ZRANGE
 - Add tests for ZCOUNT and new behaviour in OrderStatisticsTree and 
DummyOrderedSetEntry

Authored-by: Donal Evans <doev...@vmware.com>

> Implement ZCOUNT Command
> ------------------------
>
>                 Key: GEODE-9182
>                 URL: https://issues.apache.org/jira/browse/GEODE-9182
>             Project: Geode
>          Issue Type: New Feature
>          Components: redis
>            Reporter: Wayne
>            Assignee: Donal Evans
>            Priority: Major
>              Labels: pull-request-available, redis
>             Fix For: 1.15.0
>
>
> Implement the [ZCOUNT|https://redis.io/commands/zcount] command. 
>  
> +Acceptance Criteria+
> Develop new unit tests to assert that the command is working correctly.



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

Reply via email to