mirror of
https://github.com/predis/predis.git
synced 2026-08-26 16:49:51 +00:00
1125809de9
Commands such as MULTI, EXEC, DISCARD, WATCH and UNWATCH disregard the
the "exceptions" client option and always result in an exception being
thrown on error responses even when the client is configured to return
those errors ("exceptions" set to FALSE).