Verk.RetrySet.range_with_score-exclamation-mark

You're seeing just the function range_with_score-exclamation-mark, 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()) :: [
  {Verk.Job.T, integer()}
]

List jobs from start to stop including their scores, raising if there's an error.