Skip to content

Commit

Permalink
Merge pull request #7 from harker-c/patch-21
Browse files Browse the repository at this point in the history
Update clustering.md
  • Loading branch information
zacksiri authored Feb 14, 2024
2 parents 0f0ce04 + 3dcb78b commit 5c61e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/application/phoenix/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ description: This guide will show you how to setup automated clustering for your

Elixir apps support clustering out of the box. Clustering can bring many advantages like:

+ Distributed Caching
+ Fault Tolerance
+ Distributed caching
+ Fault tolerance
+ Distributing workload across cluster

## libcluster

If you wish to use clustering in your application please make sure you have `:libcluster` installed as a dependency. We also have a [hex package](https://hex.pm/packages/libcluster_uplink) that will make it easy for clustering your application.
If you wish to use clustering in your application please make sure you have `:libcluster` installed as a dependency. We also have a [hex package](https://hex.pm/packages/libcluster_uplink) that will make clustering in your application easy.

```elixir title="mix.exs"
def deps do
Expand Down

0 comments on commit 5c61e64

Please sign in to comment.