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

set -eu

systemctl restart valkey-server

sleep 5

valkey-cli INFO
valkey-cli LOLWUT
