Published
- 1 min read
ubuntu uninstall redis
The solution for this is noted below
ubuntu uninstall redis
Solution
sudo apt-get purge --auto-remove redis-server
# Check if there is any packages left
apt list --installed | grep redis
Try other methods by searching on the site. That is if this doesn’t work