The fix to bug 55986 has a problem, which is that incr loses the expiration date. This is because Redis does not preserve it on set (http://redis.io/commands/expire). So until we can use the built-in Redis INCR, we need to re-set the expiration.
Version: 1.22.0
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=55986
https://bugzilla.wikimedia.org/show_bug.cgi?id=20595
https://bugzilla.wikimedia.org/show_bug.cgi?id=60563