If I do the following:
input = getStringFromUser();
client = require('lib/redis-client').createClient();
client.get(input);
will the person giving me the input be able to do something nasty, i.e. execute commands other than GET? It would be nice if the documentation said something definitive on this point.