cabol / nebulex_redis_adapter

Nebulex adapter for Redis

Home Page:https://hexdocs.pm/nebulex_redis_adapter/NebulexRedisAdapter.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update redix dependency version to ~> 0.11

diogommartins opened this issue · comments

It has a lot of improvements and it's the current version supported by the newest new_relic_agent. Since it doesn't seem to be much work to be done is it ok if submit a pull request doing the change?

Redix changelog:
https://github.com/whatyouhide/redix/blob/main/CHANGELOG.md

@diogommartins absolutely, it would be great if you send a PR with the fix, looking forward to that, thanks 😉 !!

Working on it !

Hey @cabol do you think that there's something else to be done before releasing a new version?

I don't think so, but I'll check if there is anything pending, otherwise I can release 1.1.2.

Closing this issue, I think it is not necessary to make a new release because the version 0.11 of Redix will be fetched automatically (since it is defined as "~> 0.10"), it will be just a matter to update the dependencies.