Update redis.conf
Browse files- redis.conf +2 -2
redis.conf
CHANGED
@@ -387,12 +387,12 @@ databases 16
|
|
387 |
#
|
388 |
# However it is possible to force the pre-4.0 behavior and always show a
|
389 |
# ASCII art logo in startup logs by setting the following option to yes.
|
390 |
-
always-show-logo
|
391 |
|
392 |
# By default, Redis modifies the process title (as seen in 'top' and 'ps') to
|
393 |
# provide some runtime information. It is possible to disable this and leave
|
394 |
# the process name as executed by setting the following to no.
|
395 |
-
set-proc-title
|
396 |
|
397 |
# When changing the process title, Redis uses the following template to construct
|
398 |
# the modified title.
|
|
|
387 |
#
|
388 |
# However it is possible to force the pre-4.0 behavior and always show a
|
389 |
# ASCII art logo in startup logs by setting the following option to yes.
|
390 |
+
always-show-logo yes
|
391 |
|
392 |
# By default, Redis modifies the process title (as seen in 'top' and 'ps') to
|
393 |
# provide some runtime information. It is possible to disable this and leave
|
394 |
# the process name as executed by setting the following to no.
|
395 |
+
set-proc-title no
|
396 |
|
397 |
# When changing the process title, Redis uses the following template to construct
|
398 |
# the modified title.
|