Skip to content

Commit

Permalink
refactor(core): Remove unused constants in Redis channels (no-changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Aug 13, 2024
1 parent e071b73 commit 85eddc6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/cli/src/services/redis/RedisConstants.ts
Original file line number Diff line number Diff line change
@@ -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 WORKER_RESPONSE_REDIS_CHANNEL = 'n8n.worker-response';
export const WORKER_RESPONSE_REDIS_LIST = 'n8n:list:worker-response';

0 comments on commit 85eddc6

Please sign in to comment.