HalloAppInc / ecredis

Erlang Cluster Redis Client
MIT License
5 stars 2 forks source link

wooga/eredis or Nordix/eredis? #49

Closed zuiderkwast closed 3 years ago

zuiderkwast commented 3 years ago

README says Nordix/eredis, but rebar.config says {git, "https://github.com/wooga/eredis.git", {tag, "v1.0.8"}}, which is quite old.

Btw, nice project! I had this idea of skipping the connection pools (in eredis_cluster) and just use one eredis per node, but I didn't try it yet.

Some more thoughts:

NikolaBorisov commented 3 years ago

I will try to switch to Nordix

Filed this issue: https://github.com/HalloAppInc/ecredis/issues/52

Yes we need to work on the WATCH-get-MULTI-set-EXEC. We have not had this case come up so far.

zuiderkwast commented 3 years ago

Ah, nice. I saw the issue for rebar2.

I misread your README. It mentions Nordix/eredis_cluster, not Nordix/eredis.

NikolaBorisov commented 3 years ago

Closing this. We switched ecredis to Nordix/eredis now