liuxiulin 8 bulan lalu
induk
melakukan
c5f65e918f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 )