Verk.Node.add_node_redis_command

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

add_node_redis_command(verk_node_id)

View Source

Specs

add_node_redis_command(String.t()) :: [String.t()]

Redis command to add a queue to the set of queues that a node is processing.

iex> Verk.Node.add_node_redis_command("123")
["SADD", "verk_nodes", "123"]