Fixed acquireForMe() bug in the redis module
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 8 Jul 2014 00:14:55 +0000 (17:14 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 8 Jul 2014 00:16:42 +0000 (17:16 -0700)
commitc205a99f599085bd7143e91aba99de889cc09ad3
tree9f37c59143b309f4ebc80d4d74b19b05be282a5b
parent4121cb96eb28998314c93dbc2e2d464d34edb927
Fixed acquireForMe() bug in the redis module

* Previously, blocked callers (due to no slots being open) would just timeout
  instead of getting unblocked when the slot holder released the slot.

Change-Id: I67e328ca8bc1ccfb77d1ba0a753c37de3c459021
includes/poolcounter/PoolCounterRedis.php