Files
redis-docs/docs/Configuration.rst
Kenneth Reitz 525e9fd3d3 all into sphinx
2011-04-06 13:27:48 -04:00

16 lines
504 B
ReStructuredText

`|Redis Documentation| <index.html>`_
**Configuration: Contents**
Configuration
=============
The ``redis.conf`` 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.
In order to start Redis using a configuration file just pass the
file name as the sole argument when starting the server:
::
$ ./redis-server redis.conf
.. |Redis Documentation| image:: redis.png