Chris Mague d8d079f212 start configuration script 4 yıl önce
..
templates d8d079f212 start configuration script 4 yıl önce
README.md 13c413ef90 update nodelist 5 yıl önce
default.yaml d8d079f212 start configuration script 4 yıl önce
nodes.yml d8d079f212 start configuration script 4 yıl önce
requirements.yml d3e09a9a49 working cpredis with compiled raft 4 yıl önce
tester.yml d8d079f212 start configuration script 4 yıl önce

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