Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 546 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 546 Bytes

Getting Started with Redis

Pick your Adventure

Vagrant

download

vagrant box add ubuntu/trusty64
git clone [email protected]:compose/cloud-db-days-austin.git && cd cloud-db-days-austin
vagrant up
vagrant ssh

Homebrew

brew install redis
redis-server /path/to/this_repo/data/redis-server.conf

Docker

  • ...you're on your own :)

Quick Check

vagrant ssh
vagrant@vagrant-ubuntu-trusty-64:~$ redis-cli
127.0.0.1:6379> AUTH cloud_db_days
OK
127.0.0.1:6379> info