Skip to content

Commit

Permalink
Fix Markdown syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Apr 23, 2024
1 parent 60fa88f commit 5fa432f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REFERENCE.md
Expand Up @@ -470,7 +470,7 @@ Returns a promise that returns the number of jobs in the queue, waiting or delay
removeJobs(pattern: string): Promise<void>
```

Removes all the jobs which jobId matches the given pattern. The pattern must follow redis glob-style pattern (syntax)[https://redis.io/commands/keys]
Removes all the jobs which jobId matches the given pattern. The pattern must follow redis glob-style pattern [syntax](https://redis.io/commands/keys)

Example:

Expand Down

0 comments on commit 5fa432f

Please sign in to comment.