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

set -eu

service valkey-server restart

sleep 5

valkey-cli INFO
valkey-cli LOLWUT
