A Redis extension for VVV
This extension will set up Redis on your VVV.
In your config/config.yml file add under extensions:
extensions:
core:
- memcached-admin
- opcache-status
- phpmyadmin
- webgrind
redis:
- redis
extension-sources:
redis:
repo: https://github.com/dingo-d/redis-vvv-utility.git
branch: master- redis
- redis-systemd
The systemd version will build redis with systemd support. To build with systemd support, you'll need systemd development libraries (such as libsystemd-dev on Debian/Ubuntu or systemd-devel on CentOS).
The core extensions are there by default, and redis doesn't depend on them.
Once you add it, be sure you re-provision your VVV with vagrant up --provision.