When i try to run redis-server it will show this error:
# Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
16954:M 15 Sep 14:49:56.350 * Increased maximum number of open files to 10032 (it was originally set to 1024).
16954:M 15 Sep 14:49:56.350 # Creating Server TCP listening socket *:6379: bind: Address already in use
I also tried to show which process use this port by using:
fuser -k -n tcp 6379
But this command doesn't return anything.