Hi,
I've removed Redis from server as root but now I figured out there are Redis instances in DA.
When I log in as a user and I want to remove an instance I get - Due to error Redis instance can't be removed.
I have no clue how to remove all instances in DA.
Currently for ps aux | grep redis I get:
root 1965 0.0 0.0 8616 820 pts/3 S+ 20:21 0:00 grep redis
I would appreciate any help.
Here is what I did in SSH in general
I've removed Redis from server as root but now I figured out there are Redis instances in DA.
When I log in as a user and I want to remove an instance I get - Due to error Redis instance can't be removed.
I have no clue how to remove all instances in DA.
Currently for ps aux | grep redis I get:
root 1965 0.0 0.0 8616 820 pts/3 S+ 20:21 0:00 grep redis
I would appreciate any help.
Here is what I did in SSH in general
Bash:
./build redis uninst
rm -f /lib/systemd/system/redis-server
rm -f /etc/systemd/system/redis-server.service
rm -f /etc/systemd/system/redis-server@*.service
rm -f /lib/systemd/system/redis-server.service
rm -f /lib/systemd/system/redis-server@*.service
rm -f /usr/local/bin/redis-server
rm -f /usr/local/bin/redis-cli
rm -rf /var/lib/redis
rm -rf /etc/redis