ezoerner commented on a change in pull request #6832:
URL: https://github.com/apache/geode/pull/6832#discussion_r701345702
##########
File path:
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/RedisCommandType.java
##########
@@ -187,6 +187,7 @@
SET(new SetExecutor(), SUPPORTED, new MinimumParameterRequirements(3)),
SETNX(new SetNXExecutor(), SUPPORTED, new ExactParameterRequirements(3)),
STRLEN(new StrlenExecutor(), SUPPORTED, new ExactParameterRequirements(2)),
+ GETSET(new GetSetExecutor(), SUPPORTED, new ExactParameterRequirements(3)),
Review comment:
Yes. By the way, I also updated the README file as I had missed that.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]