Skip to content
Merged
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
3 changes: 3 additions & 0 deletions algorithms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Algorithms"
description: Graph Algorithms Overview
nav_order: 3
has_children: true
redirect_from:
- /cypher/algorithms.html
- /cypher/algorithms
---

# FalkorDB Algorithms Overview
Expand Down
2 changes: 2 additions & 0 deletions genai-tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ redirect_from:
- /llm_integrations
- /llm-integrations.html
- /llm-integrations
- /llm_support.html
- /llm_support
---

# GenAI Tools
Expand Down
2 changes: 2 additions & 0 deletions integration/bolt-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ parent: "Integration"
redirect_from:
- /bolt-support.html
- /bolt-support
- /bolt_support.html
- /bolt_support
---

# [EXPERIMENTAL] BOLT protocol support for FalkorDB
Expand Down
5 changes: 4 additions & 1 deletion operations/replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Replication"
nav_order: 2
description: "Configuring FalkorDB Docker for Replication"
parent: "Operations"
redirect_from:
- /operation/replication
- /operation/replication.html
---

# Configuring FalkorDB Docker for Replication
Expand Down Expand Up @@ -100,4 +103,4 @@ redis-cli graph.ro_query mygraph "MATCH (n) return n"

With replication configured, FalkorDB is now set up for high availability and data redundancy, ensuring that your data is synchronized across multiple instances. This setup provides a robust and fault-tolerant environment for your applications.

If you're interested in learning more about clustering and scaling out, be sure to check out the [Cluster](/operations/cluster) chapter in the documentation.
If you're interested in learning more about clustering and scaling out, be sure to check out the [Cluster](/operations/cluster) chapter in the documentation.