Added a Redis client for object cache storage
authorTim Starling <tstarling@wikimedia.org>
Wed, 8 Aug 2012 07:31:41 +0000 (17:31 +1000)
committerTim Starling <tstarling@wikimedia.org>
Thu, 9 Aug 2012 00:01:34 +0000 (10:01 +1000)
commit5800c37533d8183cfed62e8f5838006bfc43a8af
tree1262f9e542f442ac6dd252c1ebacb618f4918ad8
parent3b0132a64923ac8f64f072d6a9e5a02e89b44e10
Added a Redis client for object cache storage

With sharding, failover and consistent hashing. Only supports the
extension (phpredis), since the pure PHP library Predis had about a
billion files and it made my eyes hurt.

Change-Id: I90fb4a41d15265b9c22f8e32ecd1d956f89f3ce8
RELEASE-NOTES-1.20
includes/AutoLoader.php
includes/objectcache/BagOStuff.php
includes/objectcache/RedisBagOStuff.php [new file with mode: 0644]