#!/bin/sh
#
# Show the INFO from "redis-cli"

set -eu

service redis-server restart

sleep 5

redis-cli INFO
redis-cli LOLWUT
