rediq-cli-0.2.1 is not a library.
rediq-cli
CLI tool for Rediq - a distributed task queue framework for Rust based on Redis.
Installation
Usage
Set the Redis connection URL as an environment variable:
Commands
# Show real-time dashboard
# List all queues
# Pause a queue
# Resume a queue
# List all workers
# Show task details
# Cancel a task
# Retry a failed task
# Clean up invalid queue metadata
Dashboard
The rediq dash command provides a real-time monitoring dashboard showing:
- Active workers and their status
- Queue statistics (pending, active, completed, dead)
- Recent task activity
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-Apache-2.0 or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.