Skip to content

Commit

Permalink
Add links to Eredis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandremcosta committed Jun 12, 2024
1 parent d68a315 commit 95c8394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# EredisSub

Wraps `eredis` and `eredis_sub` functionallity for Elixir usage.
Wraps [`eredis`](https://hexdocs.pm/eredis/) and [`eredis_sub`](https://github.com/Nordix/eredis/blob/master/src/eredis_sub.erl) functionallity for Elixir usage.

- Publishes binary messages to Redis Pub/Sub channels.
- Subscribes to channels and calls a handler function when a message is received.
Expand Down Expand Up @@ -79,4 +79,4 @@ to how [`:telemetry`](https://hexdocs.pm/telemetry/readme.html) attaches handler

We sacrificed flexibility on client process architecture, for a simpler mental model.
If you need to handle message passing or a pool of processes, for example to handle
heavier loads, use `:eredis` directly.
heavier loads, use [`eredis`](https://hexdocs.pm/eredis/) directly.

0 comments on commit 95c8394

Please sign in to comment.