Я пытаюсь использовать redis в моем проекте django, и когда я пытаюсь запустить сервер thr, используя 'redis-server' на терминале, я получаю следующие ошибки
2280:C 23 Nov 15:19:57.938 # oO0OoO0OoO0Oo Redis is starting
oO0OoO0OoO0Oo
2280:C 23 Nov 15:19:57.938 # Redis version=4.0.9, bits=64,
commit=00000000, modified=0, pid=2280, just started
2280:C 23 Nov 15:19:57.938 # Warning: no config file specified, using
the default config. In order to specify a config file use redis-server
/path/to/redis.conf
2280:M 23 Nov 15:19:57.939 # You requested maxclients of 10000
requiring at least 10032 max file descriptors.
2280:M 23 Nov 15:19:57.939 # Server can't set maximum open files to
10032 because of OS error: Operation not permitted.
2280:M 23 Nov 15:19:57.939 # Current maximum open files is 4096.
maxclients has been reduced to 4064 to compensate for low ulimit. If
you need higher maxclients increase 'ulimit -n'.
2280:M 23 Nov 15:19:57.939 # Creating Server TCP listening socket
*:6379: bind: Address already in use
Я перепробовал все решения, включая настройкумаксимальный размер файла и т. д., ошибка все еще сохраняется. Я использую Ubuntu 18.04.