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
We currently detect if redis is used in ddev and add redis as a service in tugboat. However, we don't actually install the PHP Redis extension, so users need to manually add that. Let's add something like:
pecl -q install redis-5.3.7 # Pin a version? Good question!
docker-php-ext-enable opcache redis
to our Tugboat init steps.
The text was updated successfully, but these errors were encountered:
We currently detect if redis is used in ddev and add redis as a service in tugboat. However, we don't actually install the PHP Redis extension, so users need to manually add that. Let's add something like:
to our Tugboat init steps.
The text was updated successfully, but these errors were encountered: