You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2021/05/18 23:39:34 UTC

[geode-benchmarks] branch develop updated: Rename Redis region.

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0641147  Rename Redis region.
0641147 is described below

commit 064114770c0f80b20f07ea156586955e68dcf725
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Tue May 18 16:39:21 2021 -0700

    Rename Redis region.
---
 .../main/java/org/apache/geode/benchmark/redis/tasks/InitRegion.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/redis/tasks/InitRegion.java b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/redis/tasks/InitRegion.java
index 66302d1..8210c7a 100644
--- a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/redis/tasks/InitRegion.java
+++ b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/redis/tasks/InitRegion.java
@@ -28,7 +28,7 @@ import org.apache.geode.perftest.TestContext;
 
 public class InitRegion implements Task {
 
-  public static final String REDIS_DATA_REGION = "__REDIS_DATA";
+  public static final String REDIS_DATA_REGION = "REDIS_DATA";
 
   @Override
   public void run(final TestContext context) throws Exception {