You shouldn't have to have Redis running in development to use Turbo broadcasts, and you don't. You just need to accept the limitation that the async adapter is single-process. So recommend folks to lean on web-console instead of bin/rails console when needing to manually trigger Turbo streaming.
You shouldn't have to have Redis running in development to use Turbo broadcasts, and you don't. You just need to accept the limitation that the async adapter is single-process. So recommend folks to lean on web-console instead of
bin/rails console
when needing to manually trigger Turbo streaming.