Remove wfForeignMemcKey() usage from JobQueueRedis::getQueueKey()
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 10 Dec 2015 19:29:31 +0000 (11:29 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 11 Dec 2015 01:34:22 +0000 (17:34 -0800)
commitd54591216efd17238fa8df7f6d85f4195b89d683
tree3fab8aa9305e002cb25566b5957c317eb74acaae
parentec351986e5a235cf4d5a4ed944b18774265bbcc4
Remove wfForeignMemcKey() usage from JobQueueRedis::getQueueKey()

This class should manage the escaping it uses, rather than use some
random BagOStuff that has nothing to do with the job queue.

Change-Id: Ie716dc4a3429754a99c5f0670555e5e049b61aa1
includes/jobqueue/JobQueueRedis.php