lookyloo/indexing/run_redis.sh

11 lines
184 B
Bash
Raw Normal View History

#!/bin/bash
set -e
set -x
2024-04-29 17:09:22 +02:00
if [ -f ../../valkey/src/valkey-server ]; then
../../valkey/src/valkey-server ./indexing.conf
else
../../redis/src/redis-server ./indexing.conf
fi