Skip to content

Commit

Permalink
Document the redis-server cli options in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Dec 1, 2011
1 parent 9268a5b commit 1576520
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Expand Up @@ -62,6 +62,15 @@ parameter (the path of the configuration file):
% cd src
% ./redis-server /path/to/redis.conf

It is possible to alter the Redis configuration passing parameters directly
as options using the command line. Examples:

% ./redis-server --port 9999 --slaveof 127.0.0.1 6379
% ./redis-server /etc/redis/6379.conf --loglevel debug

All the options in redis.conf are also supported as options using the command
line, with exactly the same name.

Playing with Redis
------------------

Expand Down

0 comments on commit 1576520

Please sign in to comment.