feat: add Redis integration, enhanced health checks and fixed an error in the database core

This commit is contained in:
Giuseppe Raffa
2026-04-14 17:11:24 +02:00
parent d79c12b6e9
commit a79ab2af38
3 changed files with 63 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
const { Pool } = require('pg');
const { get } = require('../../../api/src/routes/params.sensor');
const pool = new Pool({
user: process.env.DB_USER,