Skip to content

Commit 0adbde2

Browse files
authored
Merge pull request Snailclimb#1543 from coderyang123/patch-7
修复错别字
2 parents b1f839c + d151045 commit 0adbde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/redis/redis-questions-01.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ AOF 文件的保存位置和 RDB 文件的位置相同,都是通过 dir 参数
577577

578578
```conf
579579
appendfsync always #每次有数据修改发生时都会写入AOF文件,这样会严重降低Redis的速度
580-
appendfsync everysec #每秒钟同步一次,显示地将多个写命令同步到硬盘
580+
appendfsync everysec #每秒钟同步一次,显式地将多个写命令同步到硬盘
581581
appendfsync no #让操作系统决定何时进行同步
582582
```
583583

0 commit comments

Comments
 (0)