移除 db 创建和迁移的 redis 依赖

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 个赞