mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Update Changes.md
This commit is contained in:
parent
a78cd8faac
commit
dcb6e88917
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ script:
|
|||
```bash
|
||||
$ redis-cli keys "*:workers" | while read LINE ; do TTL=`redis-cli expire "$LINE" 60`; echo "$LINE"; done;
|
||||
```
|
||||
Please note that `keys` can be dangerous to run on a large, busy Redis. Caveat runner.
|
||||
- Freeze all string literals with Ruby 2.3. [#2741]
|
||||
- Client middleware can now stop bulk job push. [#2887]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue