IMQOptions.cleanupFilter property

Redis glob pattern, appended to the prefix as <prefix>:<cleanupFilter>, selecting which keys the cleanup sweep considers. Defaults to '*' — every key in the namespace.

Signature:

cleanupFilter: string;

Remarks

This matches Redis key names, not queue names. The same pattern is also matched against connection names when deciding which keys belong to live clients. Used only when IMQOptions.cleanup is enabled.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.