Replace redis groups
This commit is contained in:
parent
4e74e877da
commit
adfc83c78f
@ -18,8 +18,7 @@ const authConfig = require("./config/auth.config");
|
|||||||
const config = require("./config");
|
const config = require("./config");
|
||||||
|
|
||||||
const createApp = async () => {
|
const createApp = async () => {
|
||||||
await redis.ensureGroup("speech:commands", `${config.DEVICE_ID}-cg`);
|
await redis.ensureGroup("commands", `${config.DEVICE_ID}-cg`);
|
||||||
await redis.ensureGroup("speech:events", `${config.DEVICE_ID}-cg`);
|
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user