Skip to content

Commit b17b863

Browse files
committed
tests_with_kvdb.sh: add header
1 parent 2796296 commit b17b863

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests_with_kvdb.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
#!/usr/bin/env sh
2+
########################################################################
3+
#
4+
# MODULE: tests_with_kvdb.sh
5+
#
6+
# AUTHOR(S): Anika Weinmann
7+
# mundialis GmbH & Co. KG, Bonn
8+
# https://www.mundialis.de
9+
#
10+
# PURPOSE: This script tests the kvdb (valkey) server
11+
#
12+
# SPDX-FileCopyrightText: (c) 2022 by mundialis GmbH & Co. KG
13+
#
14+
# REQUIREMENTS: sudo apt install valkey-server
15+
#
16+
# SPDX-License-Identifier: GPL-3.0-or-later
17+
#
18+
########################################################################
219

320
# start kvdb server
421
valkey-server &

0 commit comments

Comments
 (0)