In order to allow the queries to be uploaded to a Redis server and be reusable across multiple updates, the sequential ID system just wasn't cutting it. I went through and added more hash methods so that each given query remained identical across multiple client side app updates, regardless of how files shifted around.
@BlenderDude: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/
In order to allow the queries to be uploaded to a Redis server and be reusable across multiple updates, the sequential ID system just wasn't cutting it. I went through and added more hash methods so that each given query remained identical across multiple client side app updates, regardless of how files shifted around.