jhutchison commented on a change in pull request #5954: URL: https://github.com/apache/geode/pull/5954#discussion_r585691296
########## File path: geode-redis/src/main/java/org/apache/geode/redis/internal/executor/hash/HScanExecutor.java ########## @@ -44,6 +45,9 @@ @Override public RedisResponse executeCommand(Command command, ExecutionHandlerContext context) { + + final UUID CLIENT_ID = context.getClientUUID(); + List<byte[]> commandElems = command.getProcessedCommand(); Review comment: I made a story to look into this parameters for all the scans and document differences. Going to leave this as an int for now. Yell at me if you strongly disagree. ---------------------------------------------------------------- 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: us...@infra.apache.org