class Redis::ProtocolError

def initialize(reply_type)

def initialize(reply_type)
  super("Protocol error, got '#{reply_type}' as initial reply byte")
end