|
@@ -90,6 +90,11 @@ public class RedisKey {
|
|
public static final String SCENE_DOWNLOAD_ING="scene:downloads:ing";
|
|
public static final String SCENE_DOWNLOAD_ING="scene:downloads:ing";
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * 正在下载的场景码列表
|
|
|
|
+ */
|
|
|
|
+ public static final String SCENE_V3_DOWNLOAD_ING="scene:v3:downloads:ing";
|
|
|
|
+
|
|
|
|
+ /**
|
|
* scenejson缓存
|
|
* scenejson缓存
|
|
*/
|
|
*/
|
|
public static final String SCENE_JSON = "scenejson:num:%s";
|
|
public static final String SCENE_JSON = "scenejson:num:%s";
|