v2.13.4-rc.0
Pre-release
Pre-release
fixes memory leaks when using extension-redis. The locking logic has been changed from "ignore if not acquired" to "error if not acquired" (because that means that the other instance has persisted to DB)
What's Changed
- redis memory leaks by @janthurau in #831
Full Changelog: v2.13.2...v2.13.4-rc.0