瀏覽代碼

update redis key

liuxiulin 1 月之前
父節點
當前提交
970b4b3d8f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pkg/deviceStatus/deviceStatus.go

+ 2 - 2
pkg/deviceStatus/deviceStatus.go

@@ -5,8 +5,8 @@ import (
 )
 
 const (
-	StatusKeyPrefix = "status:device:"
-	InfoKeyPrefix   = "info:device:"
+	StatusKeyPrefix = "device:split:status:"
+	InfoKeyPrefix   = "device:ffx:info:"
 	dataExpires     = 7200
 )