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