redis-di list-dlqs

Lists the dead-letter queues of a pipeline

Lists the dead-letter queues (DLQs) of a pipeline with their record counts. A DLQ holds the records that RDI rejected. Use list-dlq-records to read the records of a single queue.

Usage

redis-di list-dlqs [flags]

Options

Option Description
-p, --pipeline Pipeline to target (default default).
-o, --output Output format: table (default), json, or yaml.

This command also accepts the global options.

Example

redis-di list-dlqs
RATE THIS PAGE
Back to top ↑