[ https://issues.apache.org/jira/browse/GEODE-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356751#comment-17356751 ]
ASF subversion and git services commented on GEODE-9336: -------------------------------------------------------- Commit 6e0bba32282ef61eb97f999473acfaf23de1b53d in geode's branch refs/heads/develop from Louis Jacome [ https://gitbox.apache.org/repos/asf?p=geode.git;h=6e0bba3 ] GEODE-9336: Implement ZADD option CH (#6544) - Adds support for CH option of redis command ZADD - Add isCH field to ZAddOptions - Add ZADD CH integration test > Implement ZADD option CH > ------------------------ > > Key: GEODE-9336 > URL: https://issues.apache.org/jira/browse/GEODE-9336 > Project: Geode > Issue Type: Improvement > Components: redis > Affects Versions: 1.15.0 > Reporter: Louis R. Jacome > Assignee: Louis R. Jacome > Priority: Major > Labels: pull-request-available > Fix For: 1.15.0 > > > CH option for ZADD > CH: Modify the return value from the number of new elements added, to the > total number of elements changed (CH is an abbreviation of changed). Changed > elements are new elements added and elements already existing for which the > score was updated. So elements specified in the command line having the same > score as they had in the past are not counted. Note: normally the return > value of ZADD only counts the number of new elements added. -- This message was sent by Atlassian Jira (v8.3.4#803005)