A Clojure library designed to test Raftis, a Redis protocol raft cluster implemented by Floyd.
Raftis = Raft + Redis protocol
Raftis support redis's kv interface for now. We implement the redis protocol consistent system with Floyd, a library that could be easily embeded into users' application. Raftis is just like zookeeper, etcd.
Add hostname n1 n2 n3 n4 n5
to /etc/hosts
lein run test --help
lein run test --time-limit 40 --concurrency 10 --test-count 10
Copyright © 2017 Qihoo360
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.