Remove redis dependency for db creation and migration

Hi Team

Can we remove redis dependency before the application starts while using the below commands?

rails db:create and rails db:migrate

Thank you
Vijay

No. Redis is used to keep track of scheduled processes. It is required.

5 Likes