Replace redis groups

This commit is contained in:
Apher 2026-07-16 01:26:58 +00:00
parent 4e74e877da
commit adfc83c78f

View File

@ -18,8 +18,7 @@ const authConfig = require("./config/auth.config");
const config = require("./config");
const createApp = async () => {
await redis.ensureGroup("speech:commands", `${config.DEVICE_ID}-cg`);
await redis.ensureGroup("speech:events", `${config.DEVICE_ID}-cg`);
await redis.ensureGroup("commands", `${config.DEVICE_ID}-cg`);
const app = express();