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/11/18 21:46:30 UTC

[geode] branch develop updated (477a3dc -> 293dd97)

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 477a3dc  GEODE-9821: Remove use of local docker-compose from Radish native tests (#7125)
     add 293dd97  GEODE-9816: Added CLIENT SETNAME and GETNAME commands. (#7123)

No new revisions were added by this update.

Summary of changes:
 ...t.java => ClientNativeRedisAcceptanceTest.java} |   5 +-
 .../connection/AbstractClientIntegrationTest.java  | 137 +++++++++++++++++++++
 ...grationTest.java => ClientIntegrationTest.java} |   5 +-
 .../geode/redis/internal/RedisCommandType.java     |   3 +
 .../geode/redis/internal/RedisConstants.java       |   4 +
 .../executor/connection/ClientExecutor.java        |  71 +++++++++++
 .../apache/geode/redis/internal/netty/Client.java  |  13 ++
 .../redis/internal/netty/StringBytesGlossary.java  |   6 +
 8 files changed, 236 insertions(+), 8 deletions(-)
 copy geode-for-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/connection/{EchoNativeRedisAcceptanceTest.java => ClientNativeRedisAcceptanceTest.java} (93%)
 create mode 100644 geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/connection/AbstractClientIntegrationTest.java
 copy geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/connection/{PingIntegrationTest.java => ClientIntegrationTest.java} (93%)
 create mode 100644 geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/connection/ClientExecutor.java