Skip to content

Commit

Permalink
Fix typo in repl-ping-replica-period comment in redis.conf (redis#13782)
Browse files Browse the repository at this point in the history
The comment for the `repl-ping-replica-period` option in `redis.conf`
mistakenly refers to `repl_ping_replica_period` (with underscores).
This PR corrects it to use the proper format with dashes, as per the
actual configuration option.
  • Loading branch information
alsoalgo authored Feb 6, 2025
1 parent 0aeb86d commit 17eb33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ repl-diskless-sync-max-replicas 0
repl-diskless-load disabled

# Master send PINGs to its replicas in a predefined interval. It's possible to
# change this interval with the repl_ping_replica_period option. The default
# change this interval with the repl-ping-replica-period option. The default
# value is 10 seconds.
#
# repl-ping-replica-period 10
Expand Down

0 comments on commit 17eb33e

Please sign in to comment.