sudo apt-get remove redis-server -y
mkdir -p ~/repos
cd ~/repos
git clone https://github.com/antirez/redis
git checkout tags/3.2.0-rc3
make
sudo make install
sudo ./utils/install_server.sh
cd ../..
rm -rf repos
Last active
April 27, 2016 20:47
-
-
Save willishq/7dd20bb828543a32372ae97c6d45f96f to your computer and use it in GitHub Desktop.
Adding Redis-geo to homestead
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment