diff options
author | antirez <antirez@gmail.com> | 2009-11-28 20:59:06 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2009-11-28 20:59:06 +0100 |
commit | 924aa408b99837036b679bd3895f836af6bc763f (patch) | |
tree | 063adf5e0c6b95d320177d1598d299af7b7c5431 /doc/Configuration.html | |
parent | 37be27653817f0c4c18d695ceea082e0bb7bf462 (diff) | |
download | redis-924aa408b99837036b679bd3895f836af6bc763f.tar.gz |
html doc updated
Diffstat (limited to 'doc/Configuration.html')
-rw-r--r-- | doc/Configuration.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/Configuration.html b/doc/Configuration.html new file mode 100644 index 000000000..91d15fca3 --- /dev/null +++ b/doc/Configuration.html @@ -0,0 +1,38 @@ + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<html> + <head> + <link type="text/css" rel="stylesheet" href="style.css" /> + </head> + <body> + <div id="page"> + + <div id='header'> + <a href="index.html"> + <img style="border:none" alt="Redis Documentation" src="redis.png"> + </a> + </div> + + <div id="pagecontent"> + <div class="index"> +<!-- This is a (PRE) block. Make sure it's left aligned or your toc title will be off. --> +<b>Configuration: Contents</b> + </div> + + <h1 class="wikiname">Configuration</h1> + + <div class="summary"> + + </div> + + <div class="narrow"> + The <code name="code" class="python">redis.conf</code> file included in the source code distribution is a starting point, you should be able to modify it in order do adapt it to your needs without troubles reading the comments inside the file.<br/><br/>In order to start Redis using a configuration file just pass the file name as the sole argument when starting the server:<br/><br/><pre class="codeblock python" name="code"> +$ ./redis-server redis.conf +</pre> + </div> + + </div> + </div> + </body> +</html> + |