BGP-Ranking/temp/shutdown_redis.sh

8 lines
116 B
Bash
Raw Normal View History

#!/bin/bash
# set -e
set -x
../../redis/src/redis-cli -p 6579 shutdown
../../redis/src/redis-cli -p 6580 shutdown