# File lib/redis.rb, line 366
  def del(*keys)
    synchronize do |client|
      client.call([:del] + keys)
    end
  end