Replace deprecated lSize with lLen
authorPaladox <thomasmulhall410@yahoo.com>
Tue, 3 Dec 2019 18:12:47 +0000 (18:12 +0000)
committerPaladox <thomasmulhall410@yahoo.com>
Thu, 5 Dec 2019 19:51:32 +0000 (19:51 +0000)
commite17b9f41eabdcd8205cae76bafb5251a2d30e6e7
treedb463b74caecc52c6fd6e76bd619f144b480fab7
parentd3252c31762b4cbf78a5270206be832489f7e13d
Replace deprecated lSize with lLen

lSize is an alias to lLen according to [1]

[1] https://github.com/phpredis/phpredis/blob/9f4ededa4139f0af324aab56773f26be5a9d1783/README.markdown#L2148

Bug: T239734
Change-Id: I5b72fbe61e313511b69e8d2e96c2042742370b85
(cherry picked from commit fac9054e3f894962b92304fb9ca610f07b0b8549)
includes/jobqueue/JobQueueRedis.php