A program to test MongoDB and Redis.
Command line tool which takes user input and automatically writes execution to an output file, located ./lib/output/
To run the application in terminal, the machine must have both mongo, redis and node drivers installed globally.
Once installed, cd into the directory and run
joshcroad$ node lib/app.js [flag]
--write or -w - Initialise the write tests.
--search or -s - Initialise the search tests.
--update or -u - Initialise the update tests.