That's the idea, I'm taking this in mind while developing redis cluster, for instance a must is the ability to create and manage clusters by using redis-trib in scripts, so that it is possible to have one click provisioning of a Redis cluster of N nodes automatically. You can see that in the unstable branch there is already some initial version of redis-trib I'm developing in this days to allow this kind of things.
Comments
Would it be a fair guess that CloudFoundry will support Redis Cluster too when it is released?
That's the idea, I'm taking this in mind while developing redis cluster, for instance a must is the ability to create and manage clusters by using redis-trib in scripts, so that it is possible to have one click provisioning of a Redis cluster of N nodes automatically. You can see that in the unstable branch there is already some initial version of redis-trib I'm developing in this days to allow this kind of things.
Thanks for the reply - sounds like this will be a really useful combo for operating large Redis deployments.