You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by he...@apache.org on 2021/06/07 16:21:52 UTC

[geode] branch develop updated (354619b -> 8cd5009)

This is an automated email from the ASF dual-hosted git repository.

heybales pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 354619b  GEODE-9255: Remove remaining uses of ByteArrayWrapper (#6530)
     add 8cd5009  GEODE-9317: handle infinity as valid score in zadd (#6555)

No new revisions were added by this update.

Summary of changes:
 .../server/AbstractHitsMissesIntegrationTest.java  | 11 +++----
 .../sortedset/AbstractZAddIntegrationTest.java     | 36 ++++++++++++++++++--
 .../sortedset/AbstractZIncrByIntegrationTest.java  | 19 +++++------
 .../redis/internal/data/NullRedisSortedSet.java    | 38 +++-------------------
 .../geode/redis/internal/data/RedisSortedSet.java  | 31 +++++++-----------
 .../executor/sortedset/RedisSortedSetCommands.java |  3 +-
 .../internal/executor/sortedset/ZAddExecutor.java  | 17 +++++++---
 7 files changed, 79 insertions(+), 76 deletions(-)