Closed jiv-e closed 9 years ago
You're 99.9% of the way there; the last part is just adding php5-redis
to the set of php_packages
in config.yml
For a complete example of setting up Redis with Drupal/PHP via Ansible for Drupal VM (the example is actually from the Raspberry Pi Dramble project!), see this commit:
https://github.com/geerlingguy/raspberry-pi-dramble/commit/d74afc4a433478747dfe778fd5bd1dd752dce325
Would you like Redis to be added as a top-level optional install (just like memcached)? If so, could you add a separate issue in the queue titled "Add Redis as optional install".
Thanks!
Great, thanks!
A note for posterity; Redis is officially supported in Drupal VM as of Dec 12 2015!
What would be the steps to get Redis working on drupal-vm? I have added these:
playbook.yml
config.yml
settings.php
The result is an error:
Is suppose I need to install PhpRedis. Is there any recommended role to use?