Update main.go
All checks were successful
Build and Publish / Metadata (push) Successful in 10s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m45s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 51s

This commit is contained in:
matst80
2025-11-04 18:13:50 +01:00
parent 7c0e3e84a2
commit ce0bac477a

View File

@@ -21,7 +21,7 @@ func main() {
}) })
s, err := inventory.NewRedisInventoryService(rdb, ctx) s, err := inventory.NewRedisInventoryService(rdb, ctx)
if err != nil { if err != nil {
log.Fatalf("Unable to connect to inventory redis", err) log.Fatalf("Unable to connect to inventory redis: %v", err)
return return
} }
rdb.Pipelined(ctx, func(p redis.Pipeliner) error { rdb.Pipelined(ctx, func(p redis.Pipeliner) error {