فهرست منبع

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
 )