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

compose/cloud-db-days-austin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Redis

Pick your Adventure

Vagrant

download

vagrant box add ubuntu/trusty64
git clone git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published