dschneider-pivotal commented on a change in pull request #5067:
URL: https://github.com/apache/geode/pull/5067#discussion_r425457466



##########
File path: 
geode-redis/src/main/java/org/apache/geode/redis/internal/GeodeRedisServer.java
##########
@@ -240,30 +237,18 @@
    */
   public static final String STRING_REGION = "ReDiS_StRiNgS";
 
-  /**
-   * TThe field that defines the name of the {@link Region} which holds 
non-named hash. The current
-   * value of this field is {@value #HASH_REGION}.
-   */
-  public static final String HASH_REGION = "ReDiS_HASH";
-
-  /**
-   * TThe field that defines the name of the {@link Region} which holds sets. 
The current value of
-   * this field is {@value #SET_REGION}.
-   */
-  public static final String SET_REGION = "ReDiS_SET";
-
-
   /**
    * The field that defines the name of the {@link Region} which holds all of 
the HyperLogLogs. The
    * current value of this field is {@code HLL_REGION}.
    */
   public static final String HLL_REGION = "ReDiS_HlL";
 
   /**
-   * The field that defines the name of the {@link Region} which holds all of 
the Redis meta data.
-   * The current value of this field is {@code REDIS_META_DATA_REGION}.
+   * The name of the region that holds data stored in redis.
+   * Currently this is the meta data but at some point the value for a 
particular
+   * type will be changed to an instance of {@link RedisData}
    */
-  public static final String REDIS_META_DATA_REGION = "ReDiS_MeTa_DaTa";
+  public static final String REDIS_DATA_REGION = "ReDiS_MeTa_DaTa";

Review comment:
       I change the name to ReDiS_DaTa




----------------------------------------------------------------
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


Reply via email to