Skip to content

Latest commit

 

History

History
8 lines (3 loc) · 184 Bytes

README.md

File metadata and controls

8 lines (3 loc) · 184 Bytes

redis

We will use a channel layer that uses Redis as its backing store. To start a Redis server on port 6379, run the following command:

sudo docker run -p 6379:6379 -d redis:5