[ 
https://issues.apache.org/jira/browse/GEODE-8288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17143861#comment-17143861
 ] 

ASF GitHub Bot commented on GEODE-8288:
---------------------------------------

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:
[email protected]


> Match Redis's glob-style pattern
> --------------------------------
>
>                 Key: GEODE-8288
>                 URL: https://issues.apache.org/jira/browse/GEODE-8288
>             Project: Geode
>          Issue Type: Improvement
>          Components: redis
>            Reporter: Sarah Abbey
>            Priority: Major
>
> Redis has their own glob-style pattern ([https://redis.io/commands/keys]). 
> Change our implementation to match that of Redis.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to