JobQueueOptions.prefix property
Prefix for every key this queue creates in the broker.
Signature:
prefix?: string;
Default Value
"imq-job"
Remarks
It namespaces the queue, so two queues sharing a name but not a prefix stay separate — which is how one Redis instance serves several environments. @imqueue/core's default is imq; this package uses imq-job so job keys are distinguishable from RPC ones at a glance.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.