hit-lacus commented on code in PR #2022:
URL: https://github.com/apache/kylin/pull/2022#discussion_r1025928516


##########
src/common-service/src/main/java/org/apache/kylin/rest/cache/redis/RedisCache.java:
##########
@@ -67,7 +68,7 @@ public class RedisCache implements KylinCache {
 
     private static final String NX = "NX";
     private static final String XX = "XX";
-    private static final String PREFIX = "Kyligence-";
+    private static final String PREFIX = "Kylin-";

Review Comment:
   I will check if this change will introduce some incompatible issue.



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

Reply via email to