You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes #38517 - Ensure Redis is running before db:migrate
In some cases a database migration can reach out to Redis. It should
fail gracefully if Redis isn't available, but it's better to ensure it
is available.
0 commit comments