February 2018
Intermediate to advanced
456 pages
9h 56m
English
Let's briefly look at the types of Redis commands that could be useful to us for TempMessenger:
To try them out, we can use redis-cli which is a program that ships with our Redis container. To access it, first log in to the container by executing the following in your terminal:
docker exec -it redis /bin/bash
Then access redis-cli in the same terminal window by simply running:
redis-cli
There ...
Read now
Unlock full access