Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Redis tcp-backlog

Tags:

redis

Someone know how to solve this redis problem on startup?

redis_version:2.4.17

It comes on /etc/init.d/redis_4986 start redis_4986.conf tcp-backlog is like default:

tcp-backlog 511

Starting Redis server...

*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 54
>>> 'tcp-backlog 511'
Bad directive or wrong number of arguments
like image 453
Maurizio Brioschi Avatar asked Jul 28 '14 10:07

Maurizio Brioschi


1 Answers

You are using a version of Redis which does not support yet this configuration parameter. For instance, a Redis 2.6 or lower binary with a 2.8 or better configuration file.

like image 192
Didier Spezia Avatar answered Sep 24 '22 00:09

Didier Spezia