mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
Merge pull request #2470 from superlogical/unstable
create-cluster fix for stop and watch commands
This commit is contained in:
commit
eff68bd656
@ -43,7 +43,7 @@ then
|
|||||||
while [ $((PORT < ENDPORT)) != "0" ]; do
|
while [ $((PORT < ENDPORT)) != "0" ]; do
|
||||||
PORT=$((PORT+1))
|
PORT=$((PORT+1))
|
||||||
echo "Stopping $PORT"
|
echo "Stopping $PORT"
|
||||||
redis-cli -p $PORT shutdown nosave
|
../../src/redis-cli -p $PORT shutdown nosave
|
||||||
done
|
done
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
@ -54,7 +54,7 @@ then
|
|||||||
while [ 1 ]; do
|
while [ 1 ]; do
|
||||||
clear
|
clear
|
||||||
date
|
date
|
||||||
redis-cli -p $PORT cluster nodes | head -30
|
../../src/redis-cli -p $PORT cluster nodes | head -30
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user