upthewaterspout commented on a change in pull request #6994:
URL: https://github.com/apache/geode/pull/6994#discussion_r731289740
##########
File path:
geode-for-redis/src/main/java/org/apache/geode/redis/internal/netty/ByteToCommandDecoder.java
##########
@@ -45,12 +50,27 @@
*/
public class ByteToCommandDecoder extends ByteToMessageDecoder {
+ public static final String UNAUTHENTICATED_MAX_ARRAY_SIZE_PARAM =
+ "gemfire.geode-for-redis-unauthenticated-max-array-size";
Review comment:
I wonder if these properties should be prefixed `geode.` and not
`gemfire.`?
--
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]