jdeppe-pivotal commented on a change in pull request #6794:
URL: https://github.com/apache/geode/pull/6794#discussion_r698979085
##########
File path:
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/netty/StringBytesGlossary.java
##########
@@ -198,6 +192,8 @@
public static final byte bPLUS = SIMPLE_STRING_ID; // +
public static final byte bMINUS = ERROR_ID; // -
+ public static final byte[] bZERO = stringToBytes("0");
Review comment:
`NUMBER_0_BYTE` could be replaced with `bZERO[0]` but I think that will
reduce the semantics of how it reads now.
--
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]