Redis is used to support the message queue. Run below command to run the offical Redis container
$ docker run --name my-redis-container -p 6379:6379 -d redis
(Optional) To access Redis, check this gist
Redis is used to support the message queue. Run below command to run the offical Redis container
$ docker run --name my-redis-container -p 6379:6379 -d redis
(Optional) To access Redis, check this gist