$failureCallback public property
This callback function will run upon encountering an error. The callback is run before fail over is attempted. The function takes two parameters, the $host and the $port of the failed server. This is used by memcache only.
public Closure $failureCallback = null
Please login to continue.