启动Redis服务器时出错

启动Redis服务器时出错

当我尝试启动 redis 时,出现此错误。我知道端口号,但其他端口号呢?我该如何修复它们?

15418:C 14 Aug 18:57:28.924 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
15418:C 14 Aug 18:57:28.932 # Redis version=4.0.1, bits=64, commit=00000000, modified=0, pid=15418, just started
15418:C 14 Aug 18:57:28.933 # Warning: no config file specified, using the default config. In order to specify a config file use src/redis-server /path/to/redis.conf
15418:M 14 Aug 18:57:28.939 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
15418:M 14 Aug 18:57:28.939 # Server can't set maximum open files to 10032 because of OS error: Invalid argument.
15418:M 14 Aug 18:57:28.940 # Current maximum open files is 2048. maxclients has been reduced to 2016 to compensate for low ulimit. If you need higher maxclients increase 'ulimit -n'.
15418:M 14 Aug 18:57:28.952 # Creating Server TCP listening socket *:6379: bind: Address already in use

相关内容