Verk.RetrySet.range_with_score

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

range_with_score(start \\ 0, stop \\ -1, redis \\ Verk.Redis)

View Source

Specs

range_with_score(integer(), integer(), GenServer.server()) ::
  {:ok, [{Verk.Job.T, integer()}]} | {:error, Redix.Error.t()}

List jobs from start to stop including their scores.