robn / p5-etcd

Perl client library for etcd
3 stars 3 forks source link

handles redirects, plus more tests #2

Closed querry43 closed 10 years ago

querry43 commented 10 years ago

When the client does a PUT on a non-leader node, the node returns a redirect that the client needs to follow. This implements that logic. It also throws in a few additional tests that helped me figure out how this module all works.

robn commented 10 years ago

I haven't tested, but looks great. And thanks for the tests, that's awesome!