Verk.SortedSet.range_with_score

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

range_with_score(key, start \\ 0, stop \\ -1, redis)

View Source

Specs

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

Lists jobs from start to stop along with the item scores.