# File lib/redis.rb, line 995
  def unwatch
    synchronize do
      @client.call [:unwatch]
    end
  end