- Install Docker
- Open command line and run the following command. docker run –name rdb -p 6379:6379 redis
- Open another command line and run the following command. docker exec -it rdb redis-cli
- Now you can execute any of the redis commands.
Sorry if this post was too short. 🙂