You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# LibCluster Postgres Strategy
1
+
# Libcluster Postgres Strategy
2
2
3
3
Postgres Strategy for [libcluster](https://hexdocs.pm/libcluster/) which is used by Supabase on the [realtime](https://github.com/supabase/realtime) and [supavisor](https://github.com/supabase/supavisor) projects.
4
4
5
-
It uses Postgres `LISTEN` and `NOTICATION` to send the information from a given node and connects them using LibCluster.
5
+
It uses Postgres `LISTEN` and `NOTIFICATION` to send the information from a given node and connects them using libcluster.
6
6
7
7
8
8
```elixir
@@ -35,4 +35,4 @@ by adding `libcluster_postgres` to your list of dependencies in `mix.exs`:
0 commit comments