Skip to content

Update redis.md #165

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/sidebar/sanfene/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ appendonly yes

```shell
appendfsync always # 每次写入数据都同步,保证数据不丢失,但性能较低
appendfsync everysec # 每秒同步一次,折衷方案
appendfsync everysec # 每秒同步一次,折中方案
appendfsync no # 由操作系统决定何时同步,性能最好,但数据安全性最低
```

Expand Down