RedisQueue.name property
The queue name. The underlying redis list key is <prefix>:<name>, the same name is the default pub/sub channel used by RedisQueue.publish(), and it is the from value carried by messages this queue sends.
Signature:
name: string;
Remarks
Assign it before RedisQueue.start() — a running reader keeps consuming the key it was started with.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.