An open API service indexing awesome lists of open source software.

https://github.com/bootjp/verification_redis_raft

Verification of RedisRaft
https://github.com/bootjp/verification_redis_raft

Last synced: over 1 year ago
JSON representation

Verification of RedisRaft

Awesome Lists containing this project

README

          

# verification_redis_raft
Tools to easily verification RedisRaft with Docker

## how to use

```bash
git clone git@github.com:bootjp/verification_redis_raft.git
# setup sub module redisraft
git submodule init
git submodule update
cd redisraft
# setup redisraft dependency
git submodule init
git submodule update

./cluster_setup.bash
```