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/10/21 15:08:26 UTC

[GitHub] [geode] jdeppe-pivotal commented on a change in pull request #5641: GEODE-8630: Add Redis UNLINK command as synonym to DEL

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