Exq.Adapters.Queue.Redis (exq v0.19.0) View Source

Redis based Asynchronous queue.

Enqueue the job by using the GenServer API. Default queue. Designed to be used in production.

Link to this section Summary

Link to this section Functions

Link to this function

enqueue(pid, queue, worker, args, options)

View Source

Callback implementation for Exq.Adapters.Queue.enqueue/5.

Callback implementation for Exq.Adapters.Queue.enqueue_all/2.

Link to this function

enqueue_at(pid, queue, time, worker, args, options)

View Source

Callback implementation for Exq.Adapters.Queue.enqueue_at/6.

Link to this function

enqueue_in(pid, queue, offset, worker, args, options)

View Source

Callback implementation for Exq.Adapters.Queue.enqueue_in/6.