github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/test/testdata/config_encoding/redis.conf (about)

     1  bind 0.0.0.0
     2  port 6379
     3  tcp-backlog 511
     4  timeout 0
     5  tcp-keepalive 300
     6  daemonize no
     7  pidfile /var/run/redis_6379.pid
     8  loglevel notice
     9  logfile /data/running.log
    10  databases 16
    11  always-show-logo no
    12  set-proc-title yes
    13  proc-title-template "{title} {listen-addr} {server-mode}"
    14  stop-writes-on-bgsave-error yes
    15  rdbcompression yes
    16  rdbchecksum yes
    17  dbfilename dump.rdb
    18  rdb-del-sync-files no
    19  dir ./
    20  replica-serve-stale-data yes
    21  replica-read-only yes
    22  repl-diskless-sync yes
    23  repl-diskless-sync-delay 5
    24  repl-diskless-sync-max-replicas 0
    25  repl-diskless-load disabled
    26  repl-disable-tcp-nodelay no
    27  replica-priority 100
    28  acllog-max-len 128
    29  lazyfree-lazy-eviction no
    30  lazyfree-lazy-expire no
    31  lazyfree-lazy-server-del no
    32  replica-lazy-flush no
    33  lazyfree-lazy-user-del no
    34  lazyfree-lazy-user-flush no
    35  oom-score-adj no
    36  oom-score-adj-values 0 200 800
    37  disable-thp yes
    38  appendonly yes
    39  appendfilename appendonly.aof
    40  appenddirname appendonlydir
    41  appendfsync everysec
    42  no-appendfsync-on-rewrite no
    43  auto-aof-rewrite-percentage 100
    44  auto-aof-rewrite-min-size 64mb
    45  aof-load-truncated yes
    46  aof-use-rdb-preamble yes
    47  aof-timestamp-enabled no
    48  slowlog-log-slower-than 10000
    49  slowlog-max-len 128
    50  latency-monitor-threshold 0
    51  notify-keyspace-events ""
    52  hash-max-listpack-entries 512
    53  hash-max-listpack-value 64
    54  list-max-listpack-size -2
    55  list-compress-depth 0
    56  set-max-intset-entries 512
    57  zset-max-listpack-entries 128
    58  zset-max-listpack-value 64
    59  hll-sparse-max-bytes 3000
    60  stream-node-max-bytes 4096
    61  stream-node-max-entries 100
    62  activerehashing yes
    63  client-output-buffer-limit normal 0 0 0
    64  client-output-buffer-limit replica 256mb 64mb 60
    65  client-output-buffer-limit pubsub 32mb 8mb 60
    66  hz 10
    67  dynamic-hz yes
    68  aof-rewrite-incremental-fsync yes
    69  rdb-save-incremental-fsync yes
    70  jemalloc-bg-thread yes