Fuegovic commited on
Commit
790370a
·
1 Parent(s): 41c49de

Update redis.conf

Browse files
Files changed (1) hide show
  1. 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 no
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 yes
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.