Explorar el Código

update redis key

liuxiulin hace 1 mes
padre
commit
970b4b3d8f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
 )