1REDIS.CONF(5) Configuration files REDIS.CONF(5)
2
3
4
6 redis.conf, sentinel.conf - redis server configuration files.
7
8
10 All empty lines or lines beginning with '#' are ignored.
11
12 See inline comments for parameters description.
13
14
16 redis-server read the configuration file passed as first argument.
17
18
20 redis-server(1)
21
22
23
25 See: http://redis.io/support and
26 https://github.com/antirez/redis/issues
27
29 Copyright © 2006-2016 Salvatore Sanfilippo
30 Redistribution and use in source and binary forms, with or without mod‐
31 ification, are permitted provided that the following conditions are
32 met:
33 * Redistributions of source code must retain the above copyright
34 notice, this list of conditions and the following disclaimer.
35 * Redistributions in binary form must reproduce the above copyright
36 notice, this list of conditions and the following disclaimer in the
37 documentation and/or other materials provided with the distribution.
38 * Neither the name of Redis nor the names of its contributors may be
39 used to endorse or promote products derived from this software with‐
40 out specific prior written permission.
41 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
42 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
43 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTIC‐
44 ULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
45 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
46 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
47 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
48 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
49 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
50 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
51 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
52
53
54
55Redis 2016 REDIS.CONF(5)