1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh # # Show the INFO from "redis-cli" set -eu service redis-server restart sleep 5 redis-cli INFO redis-cli LOLWUT