RedisTask

Type Alias RedisTask 

Source
pub type RedisTask<Args> = Task<Args, RedisContext, Ulid>;
Expand description

A Redis task type alias

Aliased Type§

pub struct RedisTask<Args> {
    pub args: Args,
    pub parts: Parts<RedisContext, Ulid>,
}

Fields§

§args: Args

The argument task part

§parts: Parts<RedisContext, Ulid>

Parts of the task eg id, attempts and context