Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix #70 extend the persistence docs to support AOF #71

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
18 changes: 18 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,21 @@ RDB
scalable
scalability
falkorDB
SSD
dataset
datasets
failovers
resynchronizations
fsync
aof
Ok
Snapshotting
snapshotting
rdb
dev
cron
hardlinks
SCP
VPS
SHA
incrementing
10 changes: 10 additions & 0 deletions management/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Management"
nav_order: 10
description: "An administrator's guide to FalkorDB"
---

# Management

[FalkorDB persistence](./persistence.md)
How FalkorDB writes data to disk
Loading
Loading