Issue with redis-server, Version: 5:4.0.9-1ubuntu0.1
lfzyx zhou
lfzyx.me at gmail.com
Fri Dec 28 09:53:54 UTC 2018
The OS is Ubuntu 18.04.1 LTS
First install redis-server with "apt install redis-server" command
If I use the default redis.conf, redis-server will startup failed, the
/var/log/redis/redis-server.log show:
14436:C 28 Dec 17:24:02.366 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
14436:C 28 Dec 17:24:02.366 # Redis version=4.0.9, bits=64,
commit=00000000, modified=0, pid=14436, just started
14436:C 28 Dec 17:24:02.366 # Configuration loaded
14437:M 28 Dec 17:24:02.368 # Creating Server TCP listening socket
::1:6379: bind: Cannot assign requested address
I modify "bind 127.0.0.1 ::1" to "bind 127.0.0.1", the redis-server
startup successfully.
More information about the Ubuntu-devel-discuss
mailing list