liuxiulin hace 8 meses
padre
commit
c5f65e918f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 )