Verk.RetrySet.clear

You're seeing just the function clear, go back to Verk.RetrySet module for more information.
Link to this function

clear(redis \\ Verk.Redis)

View Source

Specs

clear(GenServer.server()) :: {:ok, boolean()} | {:error, Redix.Error.t()}

Clears the retry set.

It will return {:ok, true} if the retry set was cleared and {:ok, false} otherwise.

An error tuple may be returned if Redis failed.