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