bumptech / montage

Riak resolution proxy
Other
27 stars 6 forks source link

Allow gets from multiple different pools #19

Closed timdoug closed 12 years ago

timdoug commented 12 years ago

Issue gets to >1 cluster sequentially; if the first pool in the pool list doesn't have the value, try pool 1, then pool 2, etc. Useful for, e.g., migrating data from one cluster to another.

Sets and deletes always go to the first cluster currently.