This is an automated email from the ASF dual-hosted git repository.
jensdeppe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 964051b GEODE-8772: Make tests assign ports (#5935)
add 85d340e GEODE-8852: Add additional tests for Redis HVALS command
(#5931)
No new revisions were added by this update.
Summary of changes:
.../tools_modules/redis_api_for_geode.html.md.erb | 4 +-
geode-redis/README.md | 90 ++++++++++----------
.../internal/executor/hash/HvalsDUnitTest.java | 96 ++++++++++++++++++++++
.../hash/AbstractHashesIntegrationTest.java | 61 +++++++++-----
.../geode/redis/internal/RedisCommandType.java | 2 +-
.../redis/internal/SupportedCommandsJUnitTest.java | 2 +-
6 files changed, 186 insertions(+), 69 deletions(-)
create mode 100644
geode-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/hash/HvalsDUnitTest.java