class Redis::Client

def pipelined

def pipelined
  super
rescue ::RedisClient::Error => error
  Client.translate_error!(error)
end