Skip to content

Commit

Permalink
Add Why not Redix session
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandremcosta committed Jun 12, 2024
1 parent 36e79ae commit a9df8c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,8 @@ 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`](https://hexdocs.pm/eredis/) directly.

### Why not use [`Redix`](https://hexdocs.pm/redix/Redix.html)?

Because it doesn't support Redis Cluster. Since our project already depends on
`eredis_cluster` (thus also depends on `eredis`), we wanted to stick with it.

0 comments on commit a9df8c1

Please sign in to comment.