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