Hello,
I am trying `rescue` a `Redix.Error` in my code. The normal `try`/`rescue` syntax is not catching it the way it rescues an error from my own module. Is there a different way to rescue exceptions from third-party modules? I am sure I am doing something very dumb. Thanks.
-- 0|0
PS: Elixir 1.3.0, Erlang 19, Ubuntu 16.04 amd64