Verk.Queue.clear
You're seeing just the function
clear
, go back to Verk.Queue module for more information.
Specs
clear(binary()) :: {:ok, boolean()} | {:error, Redix.Error.t()}
Clears the queue
It will return {:ok, true}
if the queue
was cleared and {:ok, false}
otherwise.
An error tuple may be returned if Redis failed.