RedisJob::fire()

void fire() Fire the job. Return Value void

RedisJob::failed()

void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void

RedisJob::delete()

void delete() Delete the job from the queue. Return Value void

RedisJob::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int

RedisJob

RedisJob class RedisJob extends Job implements Job (View source) Methods int attempts() Get the number of times the job has been attempted. string getRawBody() Get the raw body string for the job. void fire() Fire the job. from Job void delete() Delete the job from the queue. bool isDeleted() Determine if the job has been deleted. from Job void release(int $delay) Release the job back into the queue. bool isReleased() Determine if the job was released back into

RedisConnector::__construct()

void __construct(Database $redis, string|null $connection = null) Create a new Redis queue connector instance. Parameters Database $redis string|null $connection Return Value void

RedisConnector::connect()

Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue

RedisConnector

RedisConnector class RedisConnector implements ConnectorInterface (View source) Methods void __construct(Database $redis, string|null $connection = null) Create a new Redis queue connector instance. Queue connect(array $config) Establish a queue connection.

RedisBroadcaster::__construct()

void __construct(Database $redis, string $connection = null) Create a new broadcaster instance. Parameters Database $redis string $connection Return Value void

RedisBroadcaster::validAuthenticationResponse()

mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. Parameters Request $request mixed $result Return Value mixed