Skip to content

Switch on Redis if available on turbo:install#226

Merged
dhh merged 1 commit intohotwired:mainfrom
ceritium:switch-on-redis-if-available
Sep 1, 2021
Merged

Switch on Redis if available on turbo:install#226
dhh merged 1 commit intohotwired:mainfrom
ceritium:switch-on-redis-if-available

Conversation

@ceritium
Copy link
Contributor

It checks (naively) if Redis is installed, in case affirmative it run turbo:install:redis, otherwise print some information about how to do it.

Closes #225

@ceritium ceritium marked this pull request as ready for review August 26, 2021 18:35
It checks (naively) if Redis is installed, in case affirmative it run
`turbo:install:redis`, otherwise print some information about how to do
it.

Closes hotwired#225
@ceritium ceritium force-pushed the switch-on-redis-if-available branch from 3a3c0b0 to 0696245 Compare August 26, 2021 18:36
@dhh dhh merged commit 111ca57 into hotwired:main Sep 1, 2021
@ceritium ceritium deleted the switch-on-redis-if-available branch September 1, 2021 07:39
@mdavidn
Copy link

mdavidn commented Oct 4, 2021

This prompted me to uninstall Redis locally. I work on multiple Rails projects, but only a handful have Redis available in production. A flag to disable Redis during install would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Automatically run turbo:install:redis if Redis is available on the machine already

3 participants