소스 검색

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
 )