Browse Source

修改推送缓存redis命名

zhangdongming 2 tháng trước cách đây
mục cha
commit
72a00658b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Object/enums/RedisKeyConstant.py

+ 1 - 1
Object/enums/RedisKeyConstant.py

@@ -3,4 +3,4 @@ from enum import Enum
 
 class RedisKeyConstant(Enum):
     # 设备版本信息
-    PUSH_STORAGE_CONFIG_UID = 'push:store:config:uid:'
+    PUSH_STORAGE_CONFIG_UID = 'push:storage:config:uid:'