mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
refactor(core): Remove unused constants in Redis channels (no-changelog) (#10369)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
This commit is contained in:
parent
bae49d3198
commit
bfa7075950
|
@ -1,6 +1,2 @@
|
||||||
export const EVENT_BUS_REDIS_STREAM = 'n8n:eventstream';
|
|
||||||
export const COMMAND_REDIS_STREAM = 'n8n:commandstream';
|
|
||||||
export const WORKER_RESPONSE_REDIS_STREAM = 'n8n:workerstream';
|
|
||||||
export const COMMAND_REDIS_CHANNEL = 'n8n.commands';
|
export const COMMAND_REDIS_CHANNEL = 'n8n.commands';
|
||||||
export const WORKER_RESPONSE_REDIS_CHANNEL = 'n8n.worker-response';
|
export const WORKER_RESPONSE_REDIS_CHANNEL = 'n8n.worker-response';
|
||||||
export const WORKER_RESPONSE_REDIS_LIST = 'n8n:list:worker-response';
|
|
||||||
|
|
Loading…
Reference in a new issue