Advisory Archive
--- gem: redis date: 2016-04-25 url: https://github.com/redis/redis-rb/issues/612 title: Memory leak due to Timeout creating threads on each invocation. description: 'write_timeout results in lots of short-lived threads created, since each timeout block creates a separate thread. Now every write to Redis requires the creation of a new Thread. ' patched_versions: - ">= 3.3.1"