Made redis lock manager get EX/SH locks in one go
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 22 Oct 2013 22:51:25 +0000 (15:51 -0700)
committerBryan Davis <bd808@wikimedia.org>
Sun, 8 Dec 2013 06:06:51 +0000 (23:06 -0700)
commitb0d7bcf0b798edb0bebb8e6545a004e8a65df1c0
treeb19eaf9d26525d63824e40045f91611b35fd6024
parent2a4823b1d10c1f1a965e944699420f1a04913782
Made redis lock manager get EX/SH locks in one go

* Also made the TTLs properly per-lock as they should be
* Also properly extract type/session from the keys in LUA

Change-Id: I4608b7d551ac7aa4b3f7e2f5ce92b50662b1d4e4
includes/filebackend/lockmanager/RedisLockManager.php