mirror of
https://github.com/OptimalBits/bull.git
synced 2026-07-02 00:17:41 +08:00
docs: fix markdown syntax error (#2727)
This commit is contained in:
committed by
GitHub
parent
12ebcc689c
commit
70c2a37a3d
+1
-1
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user