Disable Cache While Developing - PHP Site (NOT WP)

I am currently running a php7 db cache-redis site and the cache is seriously slowing down development. I can of course clean the cache but sometimes it freezes and I have to wait 5 minutes before the command does anything.

Is there a way to disable the cache completely?

Thanks