You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2020/06/09 15:55:47 UTC

[geode] branch develop updated (11e80c3 -> 20ed5a8)

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

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


    from 11e80c3  GEODE-8233: add equals and hashCode to RedisData classes (#5220)
     add 20ed5a8  GEODE-8232: add better error message for unimplemented redis commands (#5219)

No new revisions were added by this update.

Summary of changes:
 .../redis/RenameNativeRedisAcceptanceTest.java     |   7 +
 .../apache/geode/redis/RenameIntegrationTest.java  |   8 +
 ...eltaType.java => RedisCommandSupportLevel.java} |  11 +-
 .../geode/redis/internal/RedisCommandType.java     | 299 +++++++++++++++------
 .../apache/geode/redis/internal/netty/Command.java |   8 +
 .../internal/netty/ExecutionHandlerContext.java    |   8 +-
 .../sanctioned-geode-redis-serializables.txt       |   3 +-
 .../redis/internal/SupportedCommandsJUnitTest.java |  14 +-
 8 files changed, 260 insertions(+), 98 deletions(-)
 copy geode-redis/src/main/java/org/apache/geode/redis/internal/{delta/DeltaType.java => RedisCommandSupportLevel.java} (86%)