occlum/demos/cluster_serving/start-redis.sh
2021-08-16 21:04:22 +08:00

9 lines
181 B
Bash
Executable File

#!/bin/bash
# set -x
echo "### Launching Redis ###"
REDIS_PORT=6379
$REDIS_HOME/src/redis-server --port $REDIS_PORT \
--protected-mode no --maxmemory 6g | tee ./redis-sgx.log