Update redis.conf
Browse files- redis.conf +1 -1
redis.conf
CHANGED
@@ -392,7 +392,7 @@ always-show-logo yes
|
|
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.
|
|
|
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.
|