Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1576520c
Commit
1576520c
authored
Dec 01, 2011
by
antirez
Browse files
Document the redis-server cli options in the README
parent
9268a5b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
1576520c
...
@@ -62,6 +62,15 @@ parameter (the path of the configuration file):
...
@@ -62,6 +62,15 @@ parameter (the path of the configuration file):
% cd src
% cd src
% ./redis-server /path/to/redis.conf
% ./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
Playing with Redis
------------------
------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment