Build your intuition. Fill in the missing part by typing it in.
To install Redis on Windows, you first need to download the latest stable version of Redis for Windows from the Redis website. Extract the downloaded zip file to a directory of your choice. Open a Command Prompt as an administrator and navigate to the directory where you extracted Redis. Run the _____________
command to start the Redis server. By default, Redis will run on port 6379. You can verify that Redis is running by opening another Command Prompt and running the command redis-cli
to access the Redis command-line interface.
Write the missing line below.