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
- Host: GitHub
- URL: https://github.com/bootjp/verification_redis_raft
- Owner: bootjp
- License: apache-2.0
- Created: 2020-07-01T08:14:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T05:42:47.000Z (over 5 years ago)
- Last Synced: 2025-01-03T23:28:14.675Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```