Skip to content

Commit 2dcdfcd

Browse files
committed
Sync main branch with upstream
Signed-off-by: Tanmay <[email protected]>
1 parent 2c7c143 commit 2dcdfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ Now that you have Valkey running and understand the basics, you can explore more
112112
* **[Valkey Search](search.md)**
113113
* **Publish/Subscribe Messaging:** Dive into Valkey’s Pub/Sub feature to build real-time apps (such as chat systems o live notifications). See the [**Pub/Sub** section](pubsub.md) of the docs for patterns and best practices (Valkey’s Pub/Sub supports pattern subscriptions and sharded channels for scalability).
114114
* **Clustering and High Availability:** When you need to scale out or ensure uptime, Valkey Cluster mode allows sharding data across multiple nodes with automatic failover. Check out the **[Valkey Cluster tutorial](cluster-tutorial.md)** for a step-by-step guide to setting up a cluster and using replication.
115-
* **Further Documentation:** Explore the **[Valkey Documentation by Topic](../topics/)** for in-depth guides on persistence, security, Lua scripting, modules, and more. Key references include the [Commands Reference](../commands/) for details on every command, and the [FAQ](faq.md) for answers to common questions.
115+
* **Further Documentation:** Explore the **[Valkey Documentation by Topic](../)** for in-depth guides on persistence, security, Lua scripting, modules, and more. Key references include the [Commands Reference](../commands/) for details on every command, and the [FAQ](faq.md) for answers to common questions.
116116

117117
Happy caching with Valkey! With its speed and flexibility, you now have a powerful tool to build fast, scalable applications. **Next steps** above will guide you as you deepen your Valkey knowledge and tackle more complex scenarios. Good luck on your Valkey journey!

0 commit comments

Comments
 (0)