I always face the problem of having two instances of redis running in my login and also in the root like below
aarish@aarish:~/redis# tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN 2036/redis-server
root@aarish:~/redis# tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN 2036/redis-server
So if I have to kill the server I have the overhead of having to kill both the instances of process i.e from my login and then as root. So can someone firstly why is this happening in the first place?