class Redis::Client

def format_integer_reply(line)

def format_integer_reply(line)
  line.to_i
end