redis-di get-dlq

Gets a dead-letter queue of a pipeline

Gets a single dead-letter queue (DLQ) of a pipeline and prints it in the compact list-dlqs table format.

Usage

redis-di get-dlq <name> [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 get-dlq inventory.customers
RATE THIS PAGE
Back to top ↑