Taskline
The library allows to create scheduled tasks via Redis for Rust.
producer.schedule.await;
loop
That means the Consumed will be printed in 30 seconds.
You can customize a format of an event for redis. Write your wrapper over RedisBackend. See redis_json backend.
Features
- Send/receive tasks in redis
- Delayed tasks
- Support json
- Deleting from storage after handling. Experimental implementation
- Support redis cluster
- Metrics
Requirements
- Redis 6.2.0 or higher
Installation
Cargo
cargo add taskline