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 81153cf  GEODE-9542: Enable SSL client authentication for Radish 
(#6826)
     add b1ee810  GEODE-9446: Remove unecessary byte arrays from RedisSortedSet 
(#6783)

No new revisions were added by this update.

Summary of changes:
 .../resources/0001-configure-redis-tests.patch     |  41 ++--
 .../hash/MemoryOverheadIntegrationTest.java        |   4 +-
 .../sortedset/AbstractZAddIntegrationTest.java     |   9 +
 .../sortedset/AbstractZIncrByIntegrationTest.java  |  17 ++
 .../sortedset/AbstractZScoreIntegrationTest.java   |  31 +++
 .../codeAnalysis/sanctionedDataSerializables.txt   |   1 -
 .../redis/internal/data/AbstractRedisData.java     |  10 +
 .../redis/internal/data/NullRedisSortedSet.java    |  28 ++-
 .../geode/redis/internal/data/RedisSortedSet.java  | 216 +++++++++------------
 .../RedisSortedSetCommandsFunctionExecutor.java    |  12 +-
 .../geode/redis/internal/delta/DeltaType.java      |   3 +-
 .../{AddsDeltaInfo.java => ZAddsDeltaInfo.java}    |  33 ++--
 .../executor/sortedset/RedisSortedSetCommands.java |   4 +-
 .../sortedset/SortedSetScoreRangeOptions.java      |   6 -
 .../internal/executor/sortedset/ZAddExecutor.java  |  17 +-
 .../executor/sortedset/ZIncrByExecutor.java        |  10 +-
 .../apache/geode/redis/internal/netty/Coder.java   |  30 +--
 ...de-apis-compatible-with-redis-serializables.txt |   1 +
 .../collections/OrderStatisticsTreeTest.java       |   9 +-
 ...ytes2ObjectOpenCustomHashMapWithCursorTest.java |  17 +-
 .../redis/internal/data/RedisSortedSetTest.java    | 117 ++++++-----
 .../geode/redis/internal/netty/CoderTest.java      |  41 ++--
 22 files changed, 372 insertions(+), 285 deletions(-)
 copy 
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/delta/{AddsDeltaInfo.java
 => ZAddsDeltaInfo.java} (60%)

Reply via email to