nonbinaryprogrammer commented on a change in pull request #6960:
URL: https://github.com/apache/geode/pull/6960#discussion_r732222136
##########
File path:
geode-for-redis/src/main/java/org/apache/geode/redis/internal/RegionProvider.java
##########
@@ -55,7 +57,7 @@
/**
* The name of the region that holds data stored in redis.
*/
- public static final String REDIS_DATA_REGION = "REDIS_DATA";
+ public static final String DEFAULT_REDIS_DATA_REGION =
DEFAULT_REDIS_REGION_NAME;
Review comment:
hmm it seems like a bunch of changes I made awhile ago got undone. sorry
to make you re-review old errors
--
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]