Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

Error parsing zset-max-ziplist-entries #531

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of Redis you are using, in what kind of Operating System?
Redis 2.4.1
Linux, 64-bit

What is the problem you are experiencing?
Using redis.conf defaults for:
zset-max-ziplist-entries 128
zset-max-ziplist-value 64

yields the following when starting Redis:

*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 392
>>> 'zset-max-ziplist-entries 128'
Bad directive or wrong number of arguments

What steps will reproduce the problem?
Run Redis against the stock redis.conf file.

Do you have an INFO output? Please past it here.

If it is a crash, can you please paste the stack trace that you can find in
the log file or on standard output? This is really useful for us!

Please provide any additional information below.

Original issue reported on code.google.com by deanwba...@gmail.com on 20 Apr 2011 at 6:32

GoogleCodeExporter commented 8 years ago
These config entries were added a couple of days ago in the 2.4 branch.  If 
you're using Redis 2.2, please use its stock redis.conf as a basis, and only 
use the newer ones when you're actually running the latest code (2.4, git HEAD).

Original comment by pcnoordh...@gmail.com on 21 Apr 2011 at 7:33