Set a persistent connection ID for RedisConnectionPool
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 22 Apr 2017 00:17:07 +0000 (17:17 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 22 Apr 2017 00:17:09 +0000 (17:17 -0700)
commit0d89c642bde78be0b1093945d69e21bd5e3c6fff
tree4e8f62fbed04d47fc551c55a1be0f667a542f81d
parent21cbb18960591044a7b91b5a9b5757155e5861df
Set a persistent connection ID for RedisConnectionPool

This re-uses the options hash as the ID so that re-used connections
do not clobber each others settings.

Change-Id: I17e5993ecdab1770259803e06956b85b9ebb2ba6
includes/libs/redis/RedisConnectionPool.php