https://github.com/goblindegook/vvv-redis
Add Redis to your VVV setup
https://github.com/goblindegook/vvv-redis
Last synced: 24 days ago
JSON representation
Add Redis to your VVV setup
- Host: GitHub
- URL: https://github.com/goblindegook/vvv-redis
- Owner: goblindegook
- License: gpl-2.0
- Created: 2014-11-26T04:01:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T17:24:44.000Z (over 8 years ago)
- Last Synced: 2025-05-07T02:05:47.935Z (24 days ago)
- Language: Shell
- Size: 168 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VVV + Redis
This package sets up [Redis](http://redis.io) and [PHPRedMin](https://github.com/sasanrose/phpredmin) on your [Varying Vagrant Vagrants](https://github.com/Varying-Vagrant-Vagrants/VVV) virtual machine.
## Installation
Clone this repository into VVV's `www` directory, then reprovision VVV:
```
$ cd path/to/vvv/www
$ git clone https://github.com/goblindegook/VVV-Redis redis.vvv
$ vagrant provision
```Once installed, a web-based Redis management interface becomes available under [http://redis.vvv](http://redis.vvv) and you may begin using Redis on your local WordPress development installs through one of these plugins:
* [WP Redis](https://wordpress.org/plugins/wp-redis/) (recommended)
* [Redis Object Cache](https://wordpress.org/plugins/redis-object-cache/)
* [Redis Object Cache (fork)](https://wordpress.org/plugins/redis-cache/)## License
VVV + Redis is released under a GPL v2.0 license.