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