Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from pndx/fixWrongComment
Browse files Browse the repository at this point in the history
Fix wrong comment
  • Loading branch information
Littlesqx committed Mar 4, 2022
2 parents fb04bfc + 78422f0 commit 44cac92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Driver/Redis/LuaScripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ public static function fail(): string
*
* KEYS[1] - The queue the jobs are currently on, for example: queues:foo:reserved
* KEYS[2] - The queue the jobs' attempts stored set, for example: queues:foo:attempts
* KEYS[2] - The queue the jobs' failed stored set, for example: queues:foo:failed
* KEYS[3] - The queue the jobs' message stored set, for example: queues:foo:messages
* KEYS[3] - The queue the jobs' failed stored set, for example: queues:foo:failed
* KEYS[4] - The queue the jobs' message stored set, for example: queues:foo:messages
* ARGV[1] - The id of the job will be removed from queue
*
* @return string
Expand Down

0 comments on commit 44cac92

Please sign in to comment.