Summary
Install TLS on a clean Ubuntu system.
Description
- Uninstalled TLS, then reinstalled following steps from documentation.
- Received error: Failed to stop redis-server.service- unit redis-server.service not loaded.
Resolution
- Installation of TLS requires a clean Ubuntu* install to ensure there are no incompatibilities during installation.
- Execute the following command to stop the server:
sudo service redis-server stop