redis 3.2.2

No officially reported security vulnerabilities detected.


This gem version does not have any officially reported vulnerabilities.

Keep in mind, that this does not mean, this version is safe as there may be issues with it that don't yet have a CVE assigned.

1 memory leak found in version 3.2.2

Memory leak due to Timeout creating threads on each invocation.

612
Patched versions: >= 3.3.1
Leaky versions: = 3.2.2, = 3.3.0

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.

No license issues detected.


This gem version has a license in the gemspec.

This gem version is available.


This gem version has not been yanked and is still available for usage.