Verk.Node.add_queue_redis_command

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

add_queue_redis_command(verk_node_id, queue)

View Source

Specs

add_queue_redis_command(String.t(), String.t()) :: [String.t()]

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

iex> Verk.Node.add_queue_redis_command("123", "default")
["SADD", "verk:node:123:queues", "default"]