Commanded.Middleware.Uniqueness.release

You're seeing just the function release, go back to Commanded.Middleware.Uniqueness module for more information.
Link to this function

release(key, value, owner, partition \\ Commanded.Middleware.Uniqueness)

View Source

Specs

release(key :: term(), value :: term(), owner :: term(), partition :: term()) ::
  :ok
  | {:error, :claimed_by_another_owner}
  | {:error, :unknown_error}
  | {:error, :no_adapter}

Releases a value record via key, value, owner, partition set