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.
Specs
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"]