You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by do...@apache.org on 2021/06/24 18:55:46 UTC

[geode] branch develop updated (bedc116 -> c0ca9ec)

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

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


    from bedc116  Merge pull request #6615 from kamilla1201/GEODE-9380
     add c0ca9ec  GEODE-9258: Move implementations out of NullRedisString and NullRedisSet (#6639)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/codeAnalysis/excludedClasses.txt  |   2 +
 .../geode/redis/internal/data/NullRedisSet.java    |  97 ------------
 .../geode/redis/internal/data/NullRedisString.java | 164 ---------------------
 .../data/RedisSetCommandsFunctionExecutor.java     | 102 ++++++++++++-
 .../data/RedisStringCommandsFunctionExecutor.java  | 156 +++++++++++++++++++-
 ...de-apis-compatible-with-redis-serializables.txt |   2 -
 6 files changed, 252 insertions(+), 271 deletions(-)