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.

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss

Reply via email to