Skip to content
Merged
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 topics/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ Now that you have Valkey running and understand the basics, you can explore more
* **[Valkey Search](search.md)**
* **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).
* **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.
* **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.
* **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.

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!