module Semian::Redis

def resource_exceptions

def resource_exceptions
  [
    ::Redis::BaseConnectionError,
    ::Errno::EINVAL, # Hiredis bug: https://github.com/redis/hiredis-rb/issues/21
    ::Redis::OutOfMemoryError,
  ]
end