mesos / mr-redis

Redis on Apache Mesos
Apache License 2.0
127 stars 32 forks source link

zookeeper KV store is added as an option to store the redis instances #41

Closed Shivam38 closed 8 years ago

Shivam38 commented 8 years ago

Implemented all methods declared in interface for the zookeeper simillar to etcd zookeeper folder structure is created to implement the new feature, which has db.go program file The Initialize.go file is modified to incorprate the option to have either etcd or zookeeper

dhilipkumars commented 8 years ago

Thanks guys for the PR. I will test it and accept it ASAP.