[ https://issues.apache.org/jira/browse/GEODE-8219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17125977#comment-17125977 ]
ASF GitHub Bot commented on GEODE-8219: --------------------------------------- jdeppe-pivotal commented on a change in pull request #5206: URL: https://github.com/apache/geode/pull/5206#discussion_r435310328 ########## File path: geode-redis/src/main/java/org/apache/geode/redis/internal/executor/string/SetBitExecutor.java ########## @@ -81,31 +79,30 @@ public void executeCommand(Command command, ExecutionHandlerContext context) { } stringCommands.set(key, new ByteArrayWrapper(bytes), null); command.setResponse(Coder.getIntegerResponse(context.getByteBufAllocator(), 0)); Review comment: Doh! 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 > Apply RedisResponse to all redis string commands > ------------------------------------------------ > > Key: GEODE-8219 > URL: https://issues.apache.org/jira/browse/GEODE-8219 > Project: Geode > Issue Type: Improvement > Components: redis > Reporter: Jens Deppe > Priority: Major > -- This message was sent by Atlassian Jira (v8.3.4#803005)