Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install redix-cluster #1

Open
ulutomaz opened this issue Apr 14, 2017 · 3 comments
Open

Can't install redix-cluster #1

ulutomaz opened this issue Apr 14, 2017 · 3 comments

Comments

@ulutomaz
Copy link

Hi,

while trying to install dependency, I get AccessDenied?

➜ rediscluster mix deps.get
Failed to fetch record for 'redix_cluster' from registry (using cache)

AccessDeniedAccess DeniedCBCC62C96A271174BQ1AEXFtGX/h+DVOU8YJFocXMEY1SGk4/uo5Q0Js7Sna0toYGsJjZ7DCRXm1JBlvjDNOwiAH+RE=
** (Mix) No package with name redix_cluster (from: mix.exs) in registry
➜ rediscluster

I would really need this package.

Best,
Tomaz

@zhongwencool
Copy link
Owner

zhongwencool commented Apr 15, 2017

Try

def deps do
  [{:redix_cluster, git: "https://github.com/zhongwencool/redix-cluster.git"}]
end

I can't publish this to hex right now. :0
I will do this someday after I update redix to latest.
@ulutomaz

@mtokioka
Copy link

mtokioka commented Jul 11, 2017

I forked this repo and added various changes.

  • support ASK response from redis cluster
  • support redix-0.6.0
  • use crc for performance improvement
  • add slot_cache worker to improve performance(to reduce getting huge data from ets)
  • disconnect only removed pool when refreshing mapping(minimizing refresh impact)

https://github.com/mtokioka/redix-cluster

I hesitate to make PR because diff is too large.

@tinglei8
Copy link

Hi all, I just published this repo to hex.pm:

https://hex.pm/packages/redix_cluster

fieldinrain referenced this issue in xflagstudio/redix-cluster Apr 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants