Skip to content

Commit

Permalink
misspelled as rdb_save_incremental_fsync
Browse files Browse the repository at this point in the history
  • Loading branch information
thejambavan committed Nov 16, 2023
1 parent 976ad0a commit 52fe4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/redis.conf.epp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
Integer[1, 100] $active_defrag_cycle_max,
Integer[1] $active_defrag_max_scan_fields,
Optional[Boolean] $jemalloc_bg_thread,
Optional[Variant[Boolean,String]] $rdb_save_incremental_fsync,
Optional[Boolean] $rdb_save_incremental_fsync,
| -%>
# Redis configuration file example

Expand Down Expand Up @@ -1031,7 +1031,7 @@ aof-rewrite-incremental-fsync <%= bool2str($aof_rewrite_incremental_fsync, 'yes'
# in order to commit the file to the disk more incrementally and avoid
# big latency spikes.
<% unless $rdb_save_incremental_fsync == undef { -%>
rdb_save_incremental_fsync <%= bool2str($rdb_save_incremental_fsync, 'yes', 'no') %>
rdb-save-incremental-fsync <%= bool2str($rdb_save_incremental_fsync, 'yes', 'no') %>
<% } -%>

# Redis Cluster Settings
Expand Down

0 comments on commit 52fe4a7

Please sign in to comment.