BGP-Ranking/cache/shutdown_redis.sh

8 lines
116 B
Bash
Executable File

#!/bin/bash
# set -e
set -x
../../redis/src/redis-cli -p 6581 shutdown
../../redis/src/redis-cli -p 6582 shutdown