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

Add support for Redis Cluster #12

Closed
garyburd opened this issue Jan 7, 2013 · 8 comments
Closed

Add support for Redis Cluster #12

garyburd opened this issue Jan 7, 2013 · 8 comments

Comments

@garyburd
Copy link
Member

garyburd commented Jan 7, 2013

http://redis.io/topics/cluster-spec

See also http://redis.io/topics/partitioning.

@garyburd garyburd changed the title Add sharding / partitioning support Add support for Redis Cluster Apr 4, 2015
@CpuID
Copy link

CpuID commented Jun 9, 2015

This would be nice, definitely.

Either via the CLUSTER SLOTS cluster state, or just being dumb for now and honor MOVED and ASK redirections. Possibly even a combination of both, spec has some good suggestions of approaches.

@cofyc
Copy link

cofyc commented Jun 24, 2015

@garyburd Does this library support Redis cluster now?

@CpuID
Copy link

CpuID commented Jul 24, 2015

@cofyc not yet.

@sybrandy
Copy link

Hello,

Any progress on this? We're looking to deploy Redis Cluster in our environment, so it would be nice if this supported it.

Thanks.

@wuxibin89
Copy link

@cofyc @sybrandy I implement a redis cluster client based on Redigo, take a look at redis-go-cluster.

@zalecn
Copy link

zalecn commented Feb 27, 2016

I push a simple cluster implement. please have a look, and give same suggestions, thanks.
#170

@AirJay
Copy link

AirJay commented Feb 29, 2016

Hi,garyburd
Is there any specific plan to support for redis cluster?
We're investigating redis cluster and preparing to deploy it in our prod env.
A redis client for go which supports cluster commands (create cluster, add node, del node, reshard, cluster state) will be very useful for us.

Thanks.

@garyburd
Copy link
Member Author

I have no plans to add this feature. See the related projects list for cluster implementations.

@gomodule gomodule locked and limited conversation to collaborators Dec 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants