Chris Mague 3d4cc83350 change to include db files il y a 4 ans
..
files 494a362f2d redisraft to 65d2c530a77bd31807ff6f7f8a5b8fa1d770acd2 il y a 4 ans
templates 3d4cc83350 change to include db files il y a 4 ans
README.md 13c413ef90 update nodelist il y a 4 ans
cp_nodes.yml 707f75ba70 add 5 nodes il y a 4 ans
requirements.yml c4f39c9dff needs the ntp il y a 4 ans
test_nodes.yml f2b6e2ac94 add in better setups of twem il y a 4 ans

README.md

#Resetting

for i in 1991{0..2} 1990{1..9}; do sudo systemctl stop redis-${i}; done sudo rm -f /redis/persistant/cpredis/. for i in 1991{0..2} 1990{1..9}; do sudo systemctl start redis-${i}; done