mirror of
https://github.com/kennethreitz-archive/redis-docs.git
synced 2026-06-05 23:40:18 +00:00
16 lines
504 B
ReStructuredText
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 |