class Redis

def incr(key)

def incr(key)
  @client.call(:incr, key)
end