Expanded use of reauthenticateConnection() beyond just Lua calls
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 12 Nov 2013 17:39:47 +0000 (09:39 -0800)
committerTim Starling <tstarling@wikimedia.org>
Fri, 15 Nov 2013 02:42:53 +0000 (02:42 +0000)
commit146ea32031dba266831d0f7820f2bc8214f34a58
tree8bf2d5759032845ec3dc43eb45cba78465820bfc
parentc29dff0bcf24fa6c4f0c7407854bc138c7967237
Expanded use of reauthenticateConnection() beyond just Lua calls

* Also made it so luaEval() does not clear any previous errors to callers.
  None of the native methods have that behavoir, so this is more consistent.

Bug: 56886
Change-Id: I47d0f52e72b35ec5cb7b92b9cc3488f145b2d7a2
includes/clientpool/RedisConnectionPool.php