docs: fix markdown syntax error (#2727)

This commit is contained in:
Robin De Schepper
2024-05-18 07:43:27 +02:00
committed by GitHub
parent 12ebcc689c
commit 70c2a37a3d
+1 -1
View File
@@ -470,7 +470,7 @@ Returns a promise that returns the number of jobs in the queue, waiting or delay
removeJobs(pattern: string): Promise<void> 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: Example: