From 7b293f29f1a9402ac3ecdf62a4bc0fb24ede781c Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Fri, 20 May 2016 15:07:20 -0700 Subject: [PATCH] reword to minimize confusion since it's not a ruby memory leak --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index d4e68ded..ec1afc2b 100644 --- a/Changes.md +++ b/Changes.md @@ -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