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