sabbey37 commented on a change in pull request #6120:
URL: https://github.com/apache/geode/pull/6120#discussion_r593227527
##########
File path:
geode-redis/src/test/java/org/apache/geode/redis/internal/SupportedCommandsJUnitTest.java
##########
@@ -47,11 +48,14 @@
"HSET",
"HSETNX",
"HLEN",
+ "HSCAN",
"HMGET",
"HSTRLEN",
"HINCRBY",
"HVALS",
"HKEYS",
+ "INCRBY",
+ "INCR",
Review comment:
Somehow other commands got moved around in this test as well (not just
`HSCAN`)? The original PR only moved `HSCAN`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]