objectcache: clean up RedisBagOStuff and optimize changeTTLMulti()
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 2 Jul 2019 00:11:06 +0000 (17:11 -0700)
committerKrinkle <krinklemail@gmail.com>
Thu, 18 Jul 2019 01:46:49 +0000 (01:46 +0000)
commitd8b952ae47083e97f9189ad204e89ded9753e18e
tree787801b9a63a7e63bb28cf8bd59071fea6c3caa4
parentde25a85a22ea8ceafdbe270c84143f7f1571c495
objectcache: clean up RedisBagOStuff and optimize changeTTLMulti()

Also fix some IDEA warnings in redis classes and make it easy for IDEs
to recognize the Redis (phpredis) class calls to RedisConnRef proxies.

Bug: T113916
Change-Id: If45a37da412ac37e8c07dc3d1053826aa0a62077
includes/libs/objectcache/RedisBagOStuff.php
includes/libs/redis/RedisConnectionPool.php
tests/phpunit/includes/libs/objectcache/BagOStuffTest.php