jdeppe-pivotal commented on a change in pull request #5641:
URL: https://github.com/apache/geode/pull/5641#discussion_r509369824



##########
File path: 
geode-redis/src/main/java/org/apache/geode/redis/internal/RedisCommandType.java
##########
@@ -142,6 +142,7 @@
   RENAME(new RenameExecutor(), SUPPORTED, new ExactParameterRequirements(3)),
   TTL(new TTLExecutor(), SUPPORTED, new ExactParameterRequirements(2)),
   TYPE(new TypeExecutor(), SUPPORTED, new ExactParameterRequirements(2)),
+  UNLINK(new DelExecutor(), SUPPORTED, new MinimumParameterRequirements(2)),

Review comment:
       Oops - good catch. Thanks




----------------------------------------------------------------
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


Reply via email to