KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
VVV-Redis
★ 9
Open GitHub ↗
Add Redis to your VVV setup
Download README (.md)
Explore Similar Repositories
angular-json-api
:
(deprecated) Angular service - implementations of jsonapi.org
scheme-vm
:
a work-in-progress R7RS scheme implementation
galileo-agent-node
:
Node.js agent for Galileo - API Analytics
universal-novacom-installer
:
Fork of http://code.google.com/p/universal-novacom-installer/
jmh-settling-bets
:
microbenchmarking UUID validation regexes in Java
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
VVV-Redis
?
Download (.md)
# 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.