You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/06/24 14:15:29 UTC

[GitHub] [geode] sabbeyPivotal commented on a change in pull request #5282: GEODE-8288: Match Redis's glob-style pattern

sabbeyPivotal commented on a change in pull request #5282:
URL: https://github.com/apache/geode/pull/5282#discussion_r444925733



##########
File path: geode-redis/src/main/java/org/apache/geode/redis/internal/executor/key/KeysExecutor.java
##########
@@ -45,7 +47,10 @@ public RedisResponse executeCommand(Command command,
     try {
       pattern = GlobPattern.compile(glob);
     } catch (PatternSyntaxException e) {
-      return RedisResponse.error(ERROR_ILLEGAL_GLOB);
+      logger.debug(

Review comment:
       updated it!




----------------------------------------------------------------
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:
users@infra.apache.org