0

I am seeing in the following in my redis log:

[1398] 17 Jun 22:55:53.467 # Opening port 6379: invalid bind address

When trying to start redis with service redis start. However, I confirmed that is nothing bound to port 6379 by running:

lsof -i :6379

I even rebooted the server just to make sure, but still getting invalid bind address. Running:

CentOS release 6.4
Redis 2.6.13

Any idea what could be going on?

Justin
  • 5,328
  • 19
  • 64
  • 84

1 Answers1

0

Changed address binding from localhost to 127.0.0.1 in /etc/redis.conf and it started working.

Justin
  • 5,328
  • 19
  • 64
  • 84
  • Is this problem solved? If so, please tap the outline of the tick mark so that it turns solid green. This will mark the issue as solved, so that it does not keep reappearing as an unanswered question. – Michael Hampton Sep 29 '21 at 09:48