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/07/07 16:29:42 UTC

[geode] branch develop updated (3c43081 -> e20567b)

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 3c43081  Geode-9375: Implement ZRANGE command (#6670)
     add e20567b  GEODE-9411: Do not close channel on IOException processing Redis command (#6673)

No new revisions were added by this update.

Summary of changes:
 .../internal/netty/ExecutionHandlerContext.java    | 30 +++-----
 .../netty/ExecutionHandlerContextTest.java         | 83 ++++++++++++++++++++++
 2 files changed, 92 insertions(+), 21 deletions(-)
 create mode 100644 geode-apis-compatible-with-redis/src/test/java/org/apache/geode/redis/internal/netty/ExecutionHandlerContextTest.java