February 2018
Intermediate to advanced
382 pages
11h 33m
English
You need to finish the installation of the Redis Server as we described in the Downloading and installing Redis recipe in Chapter 1, Getting Started with Redis.
You need to use the FLUSHALL command to flush all the data in your Redis instance before moving on to the next section.
Use the following command to install the dos2unix tools in Ubuntu:
sudo apt-get install dos2unix
In macOS, you can install the dos2unix tools using the following command:
brew install dos2unix
Read now
Unlock full access