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