Skip to content

Latest commit

 

History

History

Ruby-Redis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Redis with Ruby Client

Example to connect in a Redis Server with a Ruby client.

Setup

# Use the oficial container
$ docker pull redis

# I use a centos container with RVM, Ruby and Rails
$ docker pull centos

Script

  1. First start Redis container
  2. Then start Ruby Client