mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
Document the redis-server cli options in the README
This commit is contained in:
parent
9268a5b5fd
commit
1576520cc0
1 changed files with 9 additions and 0 deletions
9
README
9
README
|
|
@ -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
|
||||
------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue