liuxiulin 8 달 전
부모
커밋
c5f65e918f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pkg/deviceStatus/deviceStatus.go

+ 1 - 1
pkg/deviceStatus/deviceStatus.go

@@ -6,7 +6,7 @@ import (
 )
 
 const (
-	KeyPrefix   = "device:status:"
+	KeyPrefix   = "status:device:"
 	dataExpires = 7200
 )