Allow RedisConnectionPool to be used with HHVM's Redis library
authorOri Livneh <ori@wikimedia.org>
Thu, 19 Sep 2013 17:11:38 +0000 (10:11 -0700)
committerOri Livneh <ori@wikimedia.org>
Thu, 19 Sep 2013 17:11:38 +0000 (10:11 -0700)
commit23c9c5546e716ec3ea1c3fb086ccc8afa3472385
tree8ac61c1cf5b7e90f4ad353f7c5b6b61b3e5632f4
parent90f6f5840ece52ab0bfd14761c62377f3913f78c
Allow RedisConnectionPool to be used with HHVM's Redis library

As of commit 2811e9d, HHVM includes a pure-PHP Redis client library with
method-for-method compatibility with phpredis: <http://git.io/ylDAyQ>.
RedisConnectionPool appears to work well with it save for the
extension_loaded() check. Practically a freebie!

Bug: 54158
Change-Id: I3ac12293a51a45e8f6a61a35bff7a3c063e16964
includes/clientpool/RedisConnectionPool.php