Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.4.0
-
None
Description
In 5.4, when setting an explicit expiration for a lock with GetOrLock<type> redis will give an error if expire = 0. We want this but shouldn't rely on redis mandating this. In case they change this exception in the future mandate this within the plugin instead.