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

set -eu

RUNLEVEL=1 service redict-server restart

sleep 5

redict-cli INFO
redict-cli LOLWUT
