@@ -42,7 +42,7 @@ slow-cmd-thread-pool-size : 1
4242admin-thread-pool-size : 2
4343
4444# Slow cmd list e.g. hgetall, mset
45- slow-cmd-list :
45+ slow-cmd-list :
4646
4747# List of commands considered as administrative. These commands will be handled by the admin thread pool. Modify this list as needed.
4848# Default commands: info, ping, monitor
@@ -95,7 +95,7 @@ proto-max-bulk-len : 512M
9595# If <= 0, a proper value is automatically calculated.
9696# (usually 1/8 of writer-buffer-size, rounded up to a multiple of 4KB)
9797# Supported Units [K|M|G], arena-block-size default unit is in [bytes].
98- arena-block-size :
98+ arena-block-size :
9999
100100# Timeout of Pika's connection, counting down starts When there are no requests
101101# on a connection (it enters sleep state), when the countdown reaches 0, the connection
@@ -109,12 +109,12 @@ timeout : 60
109109# [NOTICE] If this admin password is the same as user password (including both being empty),
110110# in this scenario, users are not subject to the restrictions imposed by the userblacklist.
111111# PS: "user password" refers to value of the parameter below: userpass.
112- requirepass :
112+ requirepass :
113113
114114# Password for replication verify, used for authentication when a slave
115115# connects to a master to request replication.
116116# [NOTICE] The value of this parameter must match the "requirepass" setting on the master.
117- masterauth :
117+ masterauth :
118118
119119# The [password of user], which is empty by default.
120120# [NOTICE] If this user password is the same as admin password (including both being empty),
@@ -174,7 +174,7 @@ command-batch-enabled : yes
174174
175175# The Prefix of dump file's name.
176176# All the files that generated by command "bgsave" will be name with this prefix.
177- dump-prefix :
177+ dump-prefix :
178178
179179# daemonize [yes | no].
180180#daemonize : yes
@@ -555,13 +555,13 @@ cache-num : 16
555555# cache-model 0:cache_none 1:cache_read
556556cache-model : 1
557557# cache-type: string, set, zset, list, hash, bit
558- cache-type: string, set, zset, list, hash, bit
558+ cache-type : string, set, zset, list, hash, bit
559559
560560# Set the maximum number of elements in the cache of the Set, list, Zset data types
561- cache-value-item-max-size: 1024
561+ cache-value-item-max-size : 1024
562562
563563# Sets the maximum number of bytes for Key when the String data type is updated in the cache
564- max-key-size-in-cache: 1048576
564+ max-key-size-in-cache : 1048576
565565
566566# Maximum number of keys in the zset redis cache
567567# On the disk DB, a zset field may have many fields. In the memory cache, we limit the maximum
@@ -593,10 +593,10 @@ cache-maxmemory : 10737418240
593593cache-maxmemory-policy : 1
594594
595595# cache-maxmemory-samples
596- cache-maxmemory-samples: 5
596+ cache-maxmemory-samples : 5
597597
598598# cache-lfu-decay-time
599- cache-lfu-decay-time: 1
599+ cache-lfu-decay-time : 1
600600
601601
602602# is possible to manage access to Pub/Sub channels with ACL rules as well. The
@@ -650,12 +650,12 @@ cache-lfu-decay-time: 1
650650# 'internal-used-unfinished-full-sync' is used to generate a metric 'is_eligible_for_master_election'
651651# which serves for the scenario of codis-pika cluster reelection
652652# You'd better [DO NOT MODIFY IT UNLESS YOU KNOW WHAT YOU ARE DOING]
653- internal-used-unfinished-full-sync :
653+ internal-used-unfinished-full-sync :
654654
655655# for wash data from 4.0.0 to 4.0.1
656656# https://github.com/OpenAtomFoundation/pika/issues/2886
657657# default value: true
658- wash-data: true
658+ wash-data : true
659659
660660# Pika automatic compact compact strategy, a complement to rocksdb compact.
661661# Trigger the compact background task periodically according to `compact-interval`
@@ -690,3 +690,6 @@ dont-compact-sst-created-in-seconds : 20
690690# According to the number of sst files in rocksdb,
691691# compact every `compact-every-num-of-files` file.
692692best-delete-min-ratio : 10
693+ # Generated by ReplicationID CONFIG REWRITE
694+ replication-id : d605afa1b464ddf3e571966482dd934ec7336a4bac49aa0a6b
695+ run-id : 58ec490577bb7defd64f6fe642d7609af67896b1
0 commit comments