1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

reword to minimize confusion since it's not a ruby memory leak

This commit is contained in:
Mike Perham 2016-05-20 15:07:20 -07:00
parent fb9e8577e6
commit 7b293f29f1

View file

@ -3,7 +3,7 @@
4.1.2
-----------
- Fix memory leak with worker data in Redis when a busy Sidekiq process
- Fix Redis data leak with worker data when a busy Sidekiq process
crashes. You can find and expire leaked data in Redis with this
script:
```bash