In redis-cli use "FLUSHALL" to remove all saved keys
Performance-Tests:
MySQL only is half as fast as redis, if key is found in redis
if the key is not found in redis, time is near factor 2
Results:
MySQL only: ~ 320ms
Warming Redis by MySQL: ~520ms
Query Redis: ~125ms