Connect Redis database to Elixir/Phoenix app

Hi everyone!
I’m new in Elixir/Phoenix! I have a need to connect Elixir/Phoenix app(simple form) to a redis database and get data from db.
What should i do?
Thanks for any help.

Hello and welcome to the forum,

When looking for a package, the site to go is https://hex.pm/ then searching for redis, You might find redix, a redis client.

I did not use it, but I would if I had too :slight_smile:

In case You don’t find any Elixir package, You might find it in Erlang… and use it directly in Elixir.

2 Likes

have you able to resolve this?

No, I don’t no how to setup dev.exs and config.exs