This package sets up Redis and PHPRedMin on your Varying Vagrant Vagrants virtual machine. Forked for php 7.1 on VVV 2.
Fixes issue listed in this blog post for gearman: https://www.patreon.com/posts/gearman-now-in-14627464 Thanks Ondřej Surý, goblindegook
Clone this repository into VVV's www
directory, then reprovision VVV:
$ cd path/to/vvv/www
$ git clone https://github.com/Mroesger/VVV-Redis.git redis.vvv
$ vagrant provision
Once installed, a web-based Redis management interface becomes available under http://redis.vvv and you may begin using Redis on your local WordPress development installs through one of these plugins:
- WP Redis (recommended)
- Redis Object Cache
- Redis Object Cache (fork)
VVV + Redis is released under a GPL v2.0 license.