If you try calling addServers more than once against the same instance you should see unexpected behavior, for me it was a bad gateway due to: " upstream prematurely closed connection while reading response header from upstream". So there was some internal mechanism causing PHP to fail out, although I don't know why specifically, as no errors showed up in the error log.
In my testing I had multiple cache nodes which were all running for test 1, then for subsequent tests, I switched some cache nodes off and on, then finally all off (to test degradation). The only noticeable difference was that after taking a node down, or adding a node back (via daemon restart), my logged in session would be logged out, which makes sense, as the cached data is no longer available on expected server. However subsequent requests after logging back in demonstrated behavior expected behavior while logged in, which was also expected, because the session data was written to cache nodes available at the time of the request.