MCPcopy Create free account
hub / github.com/taskforcesh/bullmq / getConnection

Method getConnection

php/src/Queue.php:85–88  ·  view source on GitHub ↗

* Get the Redis connection. */

()

Source from the content-addressed store, hash-verified

83 * Get the Redis connection.
84 */
85 public function getConnection(): RedisConnection
86 {
87 return $this->connection;
88 }
89
90 /**
91 * Get the qualified name of the queue.

Calls

no outgoing calls

Tested by 2

setUpMethod · 0.64